summaryrefslogtreecommitdiff
path: root/todolists
AgeCommit message (Expand)Author
2012-11-20Improve performance of todolists queryDan McGee
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-07-25Add arch and repo filter to todolist packagesDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-23Add blank description to todo list creation and editingDan McGee
2012-05-12Use python json module directly in place of simplejsonDan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-27Incomplete-only todolists optimizationDan McGee
2012-04-07Prevent selection of many useless fields when getting todolistsDan McGee
2012-03-23Change Django urls.py importDan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2012-01-04Add new todolist pkgbase list viewDan McGee
2011-11-03Make maintainer lookup on todo lists fastDan McGee
2011-06-23Don't include staging packages in todolistsDan McGee
2011-05-04Fix missed list -> todolist variable renamerelease_2011-05-04Dan McGee
2011-04-09Show more info about todolists on developer dashboardrelease_2011-04-09Dan McGee
2011-04-09Rename local variables for clarityDan McGee
2011-04-07Convert todolist delete to class-based viewDan McGee
2011-03-04Send only one email per todolistrelease_2011-03-07Dan McGee
2011-03-04Use transactions in todolist creationDan McGee
2011-03-03Correct some permission decoratorsDan McGee
2010-12-13Move more URLs out of root urlconfDan McGee
2010-10-04Todo list minor fixes and comments for laterDan McGee
2010-09-09Improve todo list view pageDan McGee
2010-09-03Use direct_to_template in all remaining possible placesDan McGee
2010-07-25Add a basic view for todo listsDusty Phillips
2010-07-05Add absolute URL method for todo listsDan McGee
2010-06-28Mark the todolists' flag view as never_cacheEvangelos Foutras
2010-06-24Mark a few more pages as never cacherelease_2010-06-24Dan McGee
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee
2010-06-02Rename todolist email templateDan McGee
2010-05-21Fix undefined variable issueDan McGee
2010-04-02Fix package URL in todo list emailsDan McGee
2010-03-29Fix todolist dealing with package maintainersDan McGee
2010-03-06Use repo.testing flag instead of test-based checksDan McGee
2010-03-01Unify spelling of 'Todo'Dan McGee
2010-02-27Ensure our cache is correct with AJAX requestsDan McGee
2010-02-26Implement AJAX flagging for todo itemsEvangelos Foutras
2010-02-10Remove archweb prefix from all importsDan McGee
2010-01-31Use select_related() to make a few more places more performantDan McGee
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras
2010-01-30Exclude repos ending with "Testing" from ToDosEvangelos Foutras
2009-11-10added login_required to protect todolists viewsIsmael Carnales
2009-11-09fixed error in todolists list viewIsmael Carnales
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales
2008-10-11drop some print statementsDusty Phillips
2008-10-10use RequestContext because its standardDusty Phillips
2008-10-10port to django 1.0Dusty Phillips
2008-10-05drop a bunch of unusued importsDusty Phillips