Age | Commit message (Expand) | Author |
2012-12-28 | Add todolists slug field | Dan McGee |
2012-12-28 | Todolist URLs map to old_id now, not id | Dan McGee |
2012-12-28 | Convert to using new todolist models everywhere | Dan McGee |
2012-12-28 | Add data migration for todolists | Dan McGee |
2012-12-28 | Add packages method to new Todolist model | Dan McGee |
2012-12-28 | Add todolist admin for new model | Dan McGee |
2012-12-28 | Add new todolists and todolist package model | Dan McGee |
2012-12-27 | Add initial todolists models migration | Dan McGee |
2012-11-20 | Improve performance of todolists query | Dan McGee |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-07-25 | Add arch and repo filter to todolist packages | Dan McGee |
2012-07-24 | Replace deprecated direct_to_template() with render() shortcut | Dan McGee |
2012-07-23 | Add blank description to todo list creation and editing | Dan McGee |
2012-05-12 | Use python json module directly in place of simplejson | Dan McGee |
2012-05-02 | Ensure order_by default value is cleared when using distinct() | Dan McGee |
2012-04-27 | Incomplete-only todolists optimization | Dan McGee |
2012-04-07 | Prevent selection of many useless fields when getting todolists | Dan McGee |
2012-03-23 | Change Django urls.py import | Dan McGee |
2012-01-05 | Adjust page and content caching lengths and decorators | Dan McGee |
2012-01-04 | Add new todolist pkgbase list view | Dan McGee |
2011-11-03 | Make maintainer lookup on todo lists fast | Dan McGee |
2011-06-23 | Don't include staging packages in todolists | Dan McGee |
2011-05-04 | Fix missed list -> todolist variable renamerelease_2011-05-04 | Dan McGee |
2011-04-09 | Show more info about todolists on developer dashboardrelease_2011-04-09 | Dan McGee |
2011-04-09 | Rename local variables for clarity | Dan McGee |
2011-04-07 | Convert todolist delete to class-based view | Dan McGee |
2011-03-04 | Send only one email per todolistrelease_2011-03-07 | Dan McGee |
2011-03-04 | Use transactions in todolist creation | Dan McGee |
2011-03-03 | Correct some permission decorators | Dan McGee |
2010-12-13 | Move more URLs out of root urlconf | Dan McGee |
2010-10-04 | Todo list minor fixes and comments for later | Dan McGee |
2010-09-09 | Improve todo list view page | Dan McGee |
2010-09-03 | Use direct_to_template in all remaining possible places | Dan McGee |
2010-07-25 | Add a basic view for todo lists | Dusty Phillips |
2010-07-05 | Add absolute URL method for todo lists | Dan McGee |
2010-06-28 | Mark the todolists' flag view as never_cache | Evangelos Foutras |
2010-06-24 | Mark a few more pages as never cacherelease_2010-06-24 | Dan McGee |
2010-06-22 | Add 'never_cache' decorator in a bunch of places | Dan McGee |
2010-06-08 | Use Sites framework instead of hardcoded domain name | Dan McGee |
2010-06-02 | Rename todolist email template | Dan McGee |
2010-05-21 | Fix undefined variable issue | Dan McGee |
2010-04-02 | Fix package URL in todo list emails | Dan McGee |
2010-03-29 | Fix todolist dealing with package maintainers | Dan McGee |
2010-03-06 | Use repo.testing flag instead of test-based checks | Dan McGee |
2010-03-01 | Unify spelling of 'Todo' | Dan McGee |
2010-02-27 | Ensure our cache is correct with AJAX requests | Dan McGee |
2010-02-26 | Implement AJAX flagging for todo items | Evangelos Foutras |
2010-02-10 | Remove archweb prefix from all imports | Dan McGee |
2010-01-31 | Use select_related() to make a few more places more performant | Dan McGee |
2010-01-31 | Adjust models and views for nullable maintainer | Evangelos Foutras |