summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2011-08-09Refactor get_depends() to use PackageDepends methodsDan McGee
2011-08-09Add some methods to PackageDepend objectDan McGee
2011-07-29Select arch/repo for split package related fieldsDan McGee
2011-07-06Delete old signoff modelrelease_2011-07-23Dan McGee
2011-07-06Refactor code to use new signoff modelDan McGee
2011-07-05Recent updates refactorDan McGee
2011-07-05Allow more lenient data entry for PGP key fieldDan McGee
2011-07-05Move set_created_field() to shared utils classDan McGee
2011-06-23Fix syntax errors, == not =release_2011-06-23Dan McGee
2011-06-23Add Package.in_staging methodDan McGee
2011-06-23Set up queries for staging reposDan McGee
2011-06-23Revert "Remove unused flagged() manager method"Dan McGee
2011-06-21Nicer formatting of PGP key display valueDan McGee
2011-06-15Remove unused flagged() manager methodDan McGee
2011-06-15Refactor common select_related into manager methodDan McGee
2011-06-15PositiveBigIntegerField: set get_internal_type() correctlyDan McGee
2011-06-15Update to jQuery 1.4.4Dan McGee
2011-06-14Simplify jQuery CDN tagDan McGee
2011-06-14Mark several package columns as non-NULLDan McGee
2011-06-02Add a PGP key field on the dev profileDan McGee
2011-05-09Ensure required by works for arch-agnostic packagesDan McGee
2011-05-03Add two new groups for permissionsDan McGee
2011-04-25Developer reportsDan McGee
2011-04-23Update repos fixture with new fieldsrelease_2011-04-23Dan McGee
2011-04-18Reimplement links code as template tagsDan McGee
2011-04-18Add a "Report a Bug" linkDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-07Consolidate caching black magicDan McGee
2011-04-07Add some migrations to convert database to UTC timeDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-04-07Show a few more fields in package adminDan McGee
2011-03-23Add basic todo list admin siteDan McGee
2011-03-22Fix potential logic bug in requiredby filteringDan McGee
2011-03-22Add 'staging' field to Repo modelDan McGee
2011-03-22Add index to todo list date addedDan McGee
2011-03-15Check in actual models update for DateTime migrationDan McGee
2011-03-14Make todo list DateField a DateTimeFieldDan McGee
2011-03-13Show epoch in package version if != 0Dan McGee
2011-03-13Add package epoch supportDan McGee
2011-02-27Add a default initial groups fixtureDan McGee
2011-02-27Update repos fixtureDan McGee
2011-02-27Remove test_packages fixtureDan McGee
2011-02-22Use new split package file fields everywhereDan McGee
2011-02-22Add migration to split package files into partsDan McGee
2011-02-22Add new file and directory parts to package filesDan McGee
2011-02-19Unify calls to applicable_arches()Dan McGee
2011-02-16Allow for optional info in required by displayDan McGee
2011-02-16Read in optional deps and show in web interfaceDan McGee
2011-02-15Move license to a related modelDan McGee
2011-02-15Allow optional deps in depends modelDan McGee