summaryrefslogtreecommitdiffstats
path: root/devel/views.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-21devel: switch to force_textJelle van der Waa1-2/+2
2018-11-17Using user.is_authenticated() as a method is deprecatedJelle van der Waa1-1/+1
2017-07-15devel: fix /devel/admin_logJelle van der Waa1-1/+1
2017-06-14Use a list and a groups filter to aid readability and avoid using QGiancarlo Razzolini1-3/+4
2017-06-13Filter the users that appear on the devel clocks pageGiancarlo Razzolini1-4/+5
2017-05-24Fix broken reportsrelease_2017-05-24Angel Velasquez1-72/+71
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