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