summaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Always use same URL for both secure and non-secure CDN requestsDan McGee1-6/+1
2011-11-04Make maintainer lookup on todo lists fastDan McGee1-4/+9
2011-11-04Add new attach_maintainers() utility methodDan McGee1-3/+11
2011-11-03Add URL to todolist emailDan McGee1-0/+5
2011-11-03Many signoff page improvementsDan McGee1-11/+0
2011-11-01Add created column to Donor modelDan McGee3-4/+169
2011-10-22Add a generate_keyring commandDan McGee1-1/+1
2011-10-22Accept 40 hex char PGP key signatures onlyDan McGee2-14/+8
2011-10-12Pylint suggested and other cleanupsDan McGee1-1/+1
2011-09-19Add some dev dashboard info regarding signed package countDan McGee1-0/+4
2011-09-10Use HTTPS by default in email URLsDan McGee1-1/+1
2011-09-08List packages in required by list with depend provided by this packageDan McGee1-1/+3
2011-08-17Add PGP signature package fieldDan McGee2-1/+157
2011-08-10Refactor get_depends() to use PackageDepends methodsDan McGee1-24/+18
2011-08-10Add some methods to PackageDepend objectDan McGee1-0/+58
2011-07-30Select arch/repo for split package related fieldsDan McGee1-3/+3
2011-07-06Delete old signoff modelDan 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-24Fix syntax errors, == not =Dan McGee1-2/+2
2011-06-24Add Package.in_staging methodDan McGee1-0/+11
2011-06-24Set up queries for staging reposDan McGee1-6/+11
2011-06-24Revert "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-15Simplify jQuery CDN tagDan McGee1-15/+10
2011-06-15Mark 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-26Developer reportsDan McGee1-0/+21
2011-04-23Update repos fixture with new fieldsDan McGee1-22/+36
2011-04-19Reimplement links code as template tagsDan McGee1-24/+0
2011-04-19Add a "Report a Bug" linkDan McGee3-1/+171
2011-04-08Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee1-4/+7
2011-04-08Consolidate caching black magicDan McGee2-13/+28
2011-04-08Add some migrations to convert database to UTC timeDan McGee1-0/+180
2011-04-08Use UTC datetime objects everywhereDan McGee1-2/+11
2011-04-08Show a few more fields in package adminDan McGee1-1/+2
2011-03-23Add basic todo list admin siteDan McGee1-1/+7
2011-03-23Fix potential logic bug in requiredby filteringDan McGee1-1/+1
2011-03-23Add 'staging' field to Repo modelDan McGee3-2/+161
2011-03-23Add index to todo list date addedDan McGee2-1/+158
2011-03-15Check in actual models update for DateTime migrationDan McGee1-1/+1
2011-03-15Make todo list DateField a DateTimeFieldDan McGee1-0/+156