Age | Commit message (Expand) | Author |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-03-11 | Only show incomplete todolists to unauthenticated usersrelease_2013-03-11 | Dan McGee |
2013-03-11 | Make todolists fully public | Dan McGee |
2013-03-11 | Remove public todolists view | Dan McGee |
2013-03-07 | Fix IntegrityError in corner case todolist update | Dan McGee |
2013-02-26 | Merge branch 'django-1.5' | Dan McGee |
2013-02-09 | Use 'update_fields' model.save() kwarg | Dan McGee |
2013-02-08 | Ensure todolists are consistently sorted | Dan McGee |
2013-01-22 | Show staging version on todolist view page | Dan McGee |
2013-01-15 | Clean up and make several migrations modernrelease_2013-01-15 | Dan McGee |
2013-01-13 | Use content_type and not mimetype on HttpResponse() | Dan McGee |
2013-01-12 | Add last_modified field to todolist packages | Dan McGee |
2012-12-31 | Set user on todolist packages when flag status changes | Dan McGee |
2012-12-31 | Mark todolist packages as removed rather than deleting them | Dan McGee |
2012-12-31 | Fix list_pkgbases view call | Dan McGee |
2012-12-31 | Fix dependency issue found by south migrationcheck command | Dan McGee |
2012-12-31 | Minor coding style tweaks | Dan McGee |
2012-12-31 | Add 'removed' field to todolist packages | Dan McGee |
2012-12-31 | Small admin tweaks for todolists filtering | Dan McGee |
2012-12-29 | Defer the 'raw' field when listing todolists | Dan McGee |
2012-12-28 | Add a todolist package details link template tag | Dan McGee |
2012-12-28 | Set slug on todolist creation | Dan McGee |
2012-12-28 | Use todolist slugs for all URLs | Dan McGee |
2012-12-28 | Populate the todolist slug field and mark non-null | Dan McGee |
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 |