summaryrefslogtreecommitdiffstats
path: root/todolists
AgeCommit message (Expand)AuthorFilesLines
2011-06-23Don't include staging packages in todolistsDan McGee1-2/+2
2011-05-04Fix missed list -> todolist variable renamerelease_2011-05-04Dan McGee1-1/+1
2011-04-09Show more info about todolists on developer dashboardrelease_2011-04-09Dan McGee3-15/+23
2011-04-09Rename local variables for clarityDan McGee1-6/+6
2011-04-07Convert todolist delete to class-based viewDan McGee2-10/+11
2011-03-04Send only one email per todolistrelease_2011-03-07Dan 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-05Add absolute URL method for todo listsDan McGee1-3/+3
2010-06-28Mark the todolists' flag view as never_cacheEvangelos Foutras1-2/+1
2010-06-24Mark a few more pages as never cacherelease_2010-06-24Dan 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-02Fix package URL in todo list emailsDan McGee1-1/+1
2010-03-29Fix todolist dealing with package maintainersDan McGee1-3/+3
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-1/+1
2010-03-01Unify spelling of 'Todo'Dan McGee1-3/+3
2010-02-27Ensure our cache is correct with AJAX requestsDan McGee1-0/+2
2010-02-26Implement 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
2009-11-10added login_required to protect todolists viewsIsmael Carnales1-1/+4
2009-11-09fixed error in todolists list viewIsmael Carnales1-2/+2
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales1-1/+1
2008-10-11drop some print statementsDusty Phillips1-3/+1
2008-10-10use RequestContext because its standardDusty Phillips1-9/+9
2008-10-10port to django 1.0Dusty Phillips1-12/+14
2008-10-05drop a bunch of unusued importsDusty Phillips1-1/+1
2008-10-05drop some unused importsDusty Phillips1-5/+2
2008-07-22fix problem with to-do list showing testing packagesDusty Phillips1-1/+1
2008-07-08fix up permissions on todolistsDusty Phillips1-2/+2
2008-07-01stupid stupid variable overwriteDusty Phillips1-4/+9
2008-07-01mistakeDusty Phillips1-1/+1
2008-07-01missing importDusty Phillips1-0/+1
2008-07-01add reminder e-mails to todo listsDusty Phillips1-2/+25
2008-06-29fix problem with deleting packages from a listDusty Phillips1-0/+6
2008-06-27refactor package cleaning to be duplicate sensitiveDusty Phillips1-6/+5
2008-06-27add an 'edit todolist' functionalityDusty Phillips1-0/+32
2008-06-27refactor todo packages a bitDusty Phillips1-8/+3
2008-06-27use newforms on todo listDusty Phillips1-24/+41
2008-06-27better exception handlingDusty Phillips1-2/+4