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