summaryrefslogtreecommitdiff
path: root/devel/views.py
AgeCommit message (Expand)Author
2013-11-25Merge branch 'django-1.6'Dan McGee
2013-11-08Ensure user has a profile created when they go to edit itDan McGee
2013-11-06Drop old base64-ed PGP signature columnDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-04-21Move stats portion of developer dashboard to separate viewDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-03Use DeveloperKey model on package page and reportsDan McGee
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee
2012-12-28Convert to using new todolist models everywhereDan McGee
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-09-24Exclude inactive developers in maintainer countrelease_2012-09-24Dan McGee
2012-09-24Add a new column to developer repo statsDan McGee
2012-09-15Add JS-based filtering to the developer reportsDan McGee
2012-09-05Split devel forms out of devel/views.pyDan McGee
2012-08-08Add flag requests to developer last action calculationDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-06-07Use 3 decimal places for showing compression ratioDan McGee
2012-05-18Switch to usage of new Depend objectDan McGee
2012-05-12Change to new time access methods in pgpdump codeDan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-29Add a "last action" column to developer clocks pageDan McGee
2012-04-27Dev dashboard performance improvementDan McGee
2012-04-27Incomplete-only todolists optimizationDan McGee
2012-04-20UserProfile model and fields shuffleDan McGee
2012-04-08Change old packages report from two years to one yearDan McGee
2012-04-07Add a mismatched signatures developer reportDan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-21Ensure clocks Expires header works in 59th minute of hourDan McGee
2012-03-07Exclude all compressed manpagesDan McGee
2012-02-12Reduce false positives returned by uncompressed manpages reportDan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-09Prefilter packages when looking up uncompressed man/info pagesDan McGee
2011-12-03Exclude Latin Name from developer profile formDan McGee
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee
2011-11-11Show relevant signoffs on dashboardDan McGee
2011-11-03Use UTC now everywhereDan McGee
2011-10-05Allow developer index to work with a non-authenticated userDan McGee
2011-06-28Add a bad compression ratio reportDan McGee
2011-06-23Add (hidden) ability to search by last packagerDan McGee
2011-06-15Refactor common select_related into manager methodDan McGee
2011-06-13Add a long out-of-date developer reportDan McGee
2011-06-02Add a PGP key field on the dev profileDan McGee
2011-05-26Remove now uneeded pytz bug workaroundDan McGee
2011-05-15Allow screening developer reports by maintainerDan McGee
2011-05-04Make uncompressed info query slightly easier on the databaseDan McGee
2011-05-02Add filesizeformat filter to sizes in reports/bigEvangelos Foutras
2011-04-29Add unneeded orphans reportDan McGee