summaryrefslogtreecommitdiff
path: root/todolists/views.py
AgeCommit message (Expand)Author
2015-04-16Merge tag 'release_2015-04-13' into archweb-genericLuke Shumaker
2015-04-15Merge tag 'release_2014-11-08.2' into archweb-genericLuke Shumaker
2015-02-03Sort packages correctly in the todolist notification emailsDan McGee
2014-11-08Paginate the todolist listing pageDan McGee
2013-11-28Merge tag 'release_2013-11-25' into archweb-genericLuke Shumaker
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-06-23Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-05-10Add a 'last touched by' column to todolist detail viewDan McGee
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-20todolist/views.py: use settings.BRANDING_EMAILLuke Shumaker
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee
2013-03-11Remove public todolists viewDan McGee
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee
2013-02-26Merge branch 'django-1.5'Dan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-02-08Ensure todolists are consistently sortedDan McGee
2013-01-22Show staging version on todolist view pageDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2012-12-31Set user on todolist packages when flag status changesDan McGee
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee
2012-12-31Minor coding style tweaksDan McGee
2012-12-29Defer the 'raw' field when listing todolistsDan McGee
2012-12-28Set slug on todolist creationDan McGee
2012-12-28Use todolist slugs for all URLsDan McGee
2012-12-28Todolist URLs map to old_id now, not idDan McGee
2012-12-28Convert to using new todolist models everywhereDan 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-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-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