summaryrefslogtreecommitdiffstats
path: root/todolists
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-05-11Add a 'last touched by' column to todolist detail viewDan McGee2-3/+5
2013-04-17Various minor code cleanups and fixesDan McGee2-2/+0
2013-03-12Only show incomplete todolists to unauthenticated usersDan McGee1-1/+2
2013-03-12Make todolists fully publicDan McGee1-3/+3
2013-03-12Remove public todolists viewDan McGee1-10/+0
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee1-6/+19
2013-02-27Merge branch 'django-1.5'Dan McGee1-1/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-02-09Ensure todolists are consistently sortedDan McGee1-1/+2
2013-01-22Show staging version on todolist view pageDan McGee2-1/+21
2013-01-16Clean up and make several migrations modernDan McGee1-0/+4
2013-01-14Use content_type and not mimetype on HttpResponse()Dan McGee1-3/+2
2013-01-12Add last_modified field to todolist packagesDan McGee3-1/+253
2012-12-31Set user on todolist packages when flag status changesDan McGee1-0/+1
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee3-22/+37
2012-12-31Fix list_pkgbases view callDan McGee1-1/+1
2012-12-31Fix dependency issue found by south migrationcheck commandDan McGee1-0/+1
2012-12-31Minor coding style tweaksDan McGee2-2/+2
2012-12-31Add 'removed' field to todolist packagesDan McGee2-1/+128
2012-12-31Small admin tweaks for todolists filteringDan McGee1-0/+1
2012-12-29Defer the 'raw' field when listing todolistsDan McGee2-2/+2
2012-12-28Add a todolist package details link template tagDan McGee2-0/+19
2012-12-28Set slug on todolist creationDan McGee1-2/+6
2012-12-28Use todolist slugs for all URLsDan McGee3-25/+42
2012-12-28Populate the todolist slug field and mark non-nullDan McGee3-1/+253
2012-12-28Add todolists slug fieldDan McGee2-0/+124
2012-12-28Todolist URLs map to old_id now, not idDan McGee2-5/+5
2012-12-28Convert to using new todolist models everywhereDan McGee3-41/+51
2012-12-28Add data migration for todolistsDan McGee1-0/+183
2012-12-28Add packages method to new Todolist modelDan McGee1-0/+6
2012-12-28Add todolist admin for new modelDan McGee1-0/+14
2012-12-28Add new todolists and todolist package modelDan McGee2-0/+232
2012-12-28Add initial todolists models migrationDan McGee3-0/+19
2012-11-21Improve performance of todolists queryDan McGee1-15/+26
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-4/+4
2012-07-25Add arch and repo filter to todolist packagesDan McGee1-0/+4
2012-07-25Replace deprecated direct_to_template() with render() shortcutDan McGee1-7/+6
2012-07-24Add blank description to todo list creation and editingDan McGee1-0/+2
2012-05-12Use python json module directly in place of simplejsonDan McGee1-3/+3
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-2/+2
2012-04-27Incomplete-only todolists optimizationDan McGee1-2/+6
2012-04-07Prevent selection of many useless fields when getting todolistsDan McGee1-1/+5
2012-03-24Change Django urls.py importDan McGee1-1/+1
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+0
2012-01-04Add new todolist pkgbase list viewDan McGee2-9/+25
2011-11-04Make maintainer lookup on todo lists fastDan McGee1-1/+7
2011-06-24Don't include staging packages in todolistsDan McGee1-2/+2
2011-05-04Fix missed list -> todolist variable renameDan McGee1-1/+1
2011-04-09Show more info about todolists on developer dashboardDan McGee3-15/+23