summaryrefslogtreecommitdiffstats
path: root/packages/views.py
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Move new user email contents to templateDan McGee1-1/+1
2011-03-03Correct some permission decoratorsDan McGee1-2/+2
2011-03-03Make Arch and Repo a MultipleChoice on package searchDan McGee1-6/+6
2011-02-23Allow deleting of stale package relations via status pageDan McGee1-0/+13
2011-02-23Add stale package relations status screenDan McGee1-2/+19
2011-02-22Use new split package file fields everywhereDan McGee1-1/+1
2011-02-15Clean up Package related objects codeDan McGee1-2/+1
2011-01-20Add an 'unflag all' optionDan McGee1-4/+14
2011-01-18Add arch-specific group overview pagesDan McGee1-3/+11
2011-01-18Make package signoffs AJAX if JS is enabledDan McGee1-14/+16
2010-12-07Always allow a developer to disown a packageDan McGee1-17/+22
2010-12-03Display flag date in package search and allow sortingrelease_2010-12-03Dan McGee1-2/+2
2010-10-18Move hardcoded email address to settings fileDan McGee1-1/+2
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee1-1/+1
2010-09-08Use arch.agnostic flag everywhereDan McGee1-4/+6
2010-09-08Fix download links to work with package poolsDan McGee1-1/+5
2010-09-06Move mirror models out of main appDan McGee1-1/+1
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-30/+23
2010-08-28PyLint suggested cleanupsDan McGee1-14/+15
2010-08-28Move package utility functionsDan McGee1-100/+6
2010-08-28Move differences into it's own functionDan McGee1-5/+8
2010-08-27Add package groups to front page and cache resultsrelease_2010-08-27-2Dan McGee1-1/+2
2010-08-27Add last updated column to package groups viewDan McGee1-4/+8
2010-08-27Add a package group overview pageDan McGee1-2/+40
2010-08-27Add a group details viewDan McGee1-1/+16
2010-08-25Package Differences by Architecture viewDan McGee1-0/+67
2010-08-13Show maintainer full names in search dropdownDan McGee1-8/+6
2010-08-13Clarify what the date field means on package searchDan McGee1-1/+2
2010-07-06Update code to use new flag_date columnDan McGee1-7/+7
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee1-0/+4
2010-06-20Get a more accurate count of adopted packagesDan McGee1-1/+4
2010-06-20Update to the new messages frameworkDan McGee1-11/+14
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-1/+1
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
2010-05-26Add ability to download package from web interfaceDan McGee1-1/+17
2010-05-26Move package flagging URLs below the packageDan McGee1-4/+6
2010-04-02Improve flag out-of-date logicDan McGee1-2/+2
2010-03-27Simplify code now that pkgbase is always definedrelease_2010-03-28Dan McGee1-4/+4
2010-03-27Move package maintainer off of package modelDan McGee1-24/+41
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-4/+4
2010-02-27files: template reuseDan McGee1-1/+1
2010-02-27Ensure our cache is correct with AJAX requestsDan McGee1-0/+2
2010-02-27Make files view AJAX if supportedDan McGee1-1/+4
2010-02-27Order the package files when viewingDan McGee1-1/+1
2010-02-27Bring package files view up to speedDan McGee1-4/+5
2010-02-17Clean up urlencode usage even moreDan McGee1-3/+1
2010-02-16More save() -> update() cleanupDan McGee1-3/+1
2010-02-16Clean up adopt/disown logicDan McGee1-9/+4
2010-02-16Use unicode-safe urlencode in package searchDan McGee1-9/+4
2010-02-16Make packages view much more efficientDan McGee1-2/+3