summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Reimplement links code as template tagsDan McGee1-2/+35
2011-04-18packages: pylint suggested cleanupsDan McGee1-5/+5
2011-04-18Update out of date flag screen and emailDan McGee2-9/+29
2011-04-16Only include known values in generated search queryDan McGee1-2/+9
2011-04-15Remove old package search/ URLsDan McGee1-4/+0
2011-04-07Use UTC datetime objects everywhereDan McGee1-1/+1
2011-04-07Select related needed objects when pulling package detailsDan McGee1-1/+2
2011-03-23Fix package group unicode methodDan McGee1-1/+1
2011-03-23Add new package parts modelsDan McGee2-0/+211
2011-03-23Allow virtual base packages to display in web interfaceDan McGee1-3/+23
2011-03-23Generalize group details pageDan McGee1-2/+3
2011-03-23Use select_related() on group details pageDan McGee1-1/+1
2011-03-16Fix valid_value() in "LimitTypedChoiceField" class.Lukas Fleischer1-5/+10
2011-03-15Only set limit if we have one, else default to 50Dan McGee1-1/+3
2011-03-15Ensure package search form correctly handles errorsrelease_2011-03-15Dan McGee1-16/+24
2011-03-13Ensure PyPy compatibilityDan McGee1-2/+5
2011-03-13Add package epoch supportDan McGee1-0/+2
2011-03-07Clean up current_query and preserve multiple argsDan McGee2-12/+14
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 McGee2-0/+14
2011-02-23Add stale package relations status screenDan McGee4-3/+53
2011-02-22Use new split package file fields everywhereDan McGee1-1/+1
2011-02-22Modularize URLsDan McGee1-0/+9
2011-02-19Remove maintainer relations if user marked inactiveDan McGee1-0/+12
2011-02-18Add a PackageRelation adminDan McGee1-0/+11
2011-02-18Add unicode methods for packages modelsDan McGee1-1/+6
2011-02-15Move license to a related modelDan McGee3-0/+248
2011-02-15Clean up Package related objects codeDan McGee2-3/+5
2011-01-20Add an 'unflag all' optionDan McGee2-4/+15
2011-01-18Add arch-specific group overview pagesDan McGee2-7/+17
2011-01-18Make package signoffs AJAX if JS is enabledDan McGee2-15/+17
2011-01-13Make userpkgs a simple_tagDan McGee1-25/+12
2010-12-13Refactor packages urls for clean lookDan McGee1-13/+13
2010-12-13Move more URLs out of root urlconfDan McGee1-0/+37
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-10-04Add some select_related() magicDan 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-08Implement package difference filteringDan McGee1-3/+29
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 McGee2-100/+109
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