summaryrefslogtreecommitdiffstats
path: root/todolists/views.py
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-05-10Add a 'last touched by' column to todolist detail viewDan McGee1-2/+3
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-1/+0
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee1-1/+2
2013-03-11Remove public todolists viewDan McGee1-10/+0
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee1-6/+19
2013-02-26Merge branch 'django-1.5'Dan McGee1-1/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-02-08Ensure todolists are consistently sortedDan McGee1-1/+2
2013-01-22Show staging version on todolist view pageDan McGee1-1/+2
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-3/+2
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 McGee1-19/+31
2012-12-31Minor coding style tweaksDan McGee1-1/+1
2012-12-29Defer the 'raw' field when listing todolistsDan McGee1-1/+1
2012-12-28Set slug on todolist creationDan McGee1-2/+6
2012-12-28Use todolist slugs for all URLsDan McGee1-14/+22
2012-12-28Todolist URLs map to old_id now, not idDan McGee1-4/+4
2012-12-28Convert to using new todolist models everywhereDan McGee1-33/+43
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-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-7/+6
2012-07-23Add 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-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+0
2012-01-04Add new todolist pkgbase list viewDan McGee1-8/+23
2011-11-03Make maintainer lookup on todo lists fastDan McGee1-1/+7
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 McGee1-14/+3
2011-04-09Rename local variables for clarityDan McGee1-6/+6
2011-04-07Convert todolist delete to class-based viewDan McGee1-8/+6
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-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