summaryrefslogtreecommitdiffstats
path: root/todolists
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-09Rename local variables for clarityDan McGee1-6/+6
2011-04-08Convert todolist delete to class-based viewDan McGee2-10/+11
2011-03-04Send only one email per todolistDan McGee1-26/+28
2011-03-04Use transactions in todolist creationDan McGee1-42/+52
2011-03-03Correct some permission decoratorsDan McGee1-1/+1
2010-12-13Move more URLs out of root urlconfDan McGee1-0/+13
2010-10-04Todo list minor fixes and comments for laterDan McGee1-6/+8
2010-09-09Improve todo list view pageDan McGee1-3/+12
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-13/+10
2010-07-25Add a basic view for todo listsDusty Phillips1-0/+5
2010-07-06Add absolute URL method for todo listsDan McGee1-3/+3
2010-06-28Mark the todolists' flag view as never_cacheEvangelos Foutras1-2/+1
2010-06-25Mark a few more pages as never cacheDan McGee1-0/+2
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee1-0/+4
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-1/+1
2010-06-02Rename todolist email templateDan McGee1-1/+1
2010-05-21Fix undefined variable issueDan McGee1-1/+1
2010-04-03Fix package URL in todo list emailsDan McGee1-1/+1
2010-03-30Fix todolist dealing with package maintainersDan McGee1-3/+3
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-1/+1
2010-03-02Unify spelling of 'Todo'Dan McGee1-3/+3
2010-02-27Ensure our cache is correct with AJAX requestsDan McGee1-0/+2
2010-02-27Implement AJAX flagging for todo itemsEvangelos Foutras1-6/+11
2010-02-10Remove archweb prefix from all importsDan McGee1-1/+1
2010-01-31Use select_related() to make a few more places more performantDan McGee1-1/+1
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras1-1/+1
2010-01-30Exclude repos ending with "Testing" from ToDosEvangelos Foutras1-1/+2