summaryrefslogtreecommitdiff
path: root/devel/views.py
AgeCommit message (Expand)Author
2017-05-24Fix broken reportsrelease_2017-05-24Angel Velasquez
2014-10-18Only show arches/repos that are necessaryDan McGee
2014-09-01Update for admin changes for Django 1.7Dan McGee
2014-03-09Use localStorage to save/restore developer report filtersDan McGee
2014-02-22Generate list of reports dynamicallyDan McGee
2014-02-22Break out developer reports into a separate moduleDan McGee
2014-02-22Change long out-of-date report to 30 daysDan McGee
2014-01-26Revert "Change old packages report from two years to one year"Dan McGee
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