summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Expand)Author
2012-05-02rematch_developers: do mass updates instead of single savesDan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-29Add a "last action" column to developer clocks pageDan McGee
2012-04-27Dev dashboard performance improvementDan McGee
2012-04-27Incomplete-only todolists optimizationDan McGee
2012-04-26Add migration to auto-populate developer countries, display flagsDan McGee
2012-04-26Add country attribute to developer profileDan McGee
2012-04-20UserProfile model and fields shuffleDan McGee
2012-04-08Change old packages report from two years to one yearDan McGee
2012-04-07Add a mismatched signatures developer reportDan McGee
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee
2012-03-23reporead: use bulk_create() for more propertiesDan McGee
2012-03-23Merge branch 'django14'Dan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23Change Django urls.py importDan McGee
2012-03-23reporead: use Django 1.4 bulk_create() for package filesDan McGee
2012-03-23reporead: use Django 1.4 select_for_update()Dan McGee
2012-03-23reporead: blow up when package found with wrong architectureDan McGee
2012-03-21Ensure clocks Expires header works in 59th minute of hourDan McGee
2012-03-21Add number of keys signed to master keys pageDan McGee
2012-03-16reporead: rename Pkg to RepoPackageDan McGee
2012-03-07Exclude all compressed manpagesDan McGee
2012-02-22import_signatures: code cleanup and ensure we update validity statusDan McGee
2012-02-12Reduce false positives returned by uncompressed manpages reportDan McGee
2012-02-11reporead: only reset flag date if upstream version changesDan McGee
2012-02-07Make rematch command do a bit moreDan McGee
2012-01-29Remove ambiguity in PGPSignature verbose field namesDan McGee
2012-01-19reporead: simplify and fix transaction management in update_common()Dan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2011-12-22Fix mismatched URL keyword argDan McGee
2011-12-12reporead: more efficient deletion of filesDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-09Prefilter packages when looking up uncompressed man/info pagesDan McGee
2011-12-07Convert master key datetimes to datesDan McGee
2011-12-07Enhance devel model adminDan McGee
2011-12-05Add a stub admin command to help fix permissions/content typesDan McGee
2011-12-05Add import signatures management commandDan McGee
2011-12-05Add new PGPSignature modelDan McGee
2011-12-03reporead: don't update timestamp on --forceDan McGee
2011-12-03reporead: fix --force flagDan McGee
2011-12-03Exclude Latin Name from developer profile formDan McGee
2011-11-30reporead: fix not defined variableDan McGee
2011-11-30Master keys: reduce query count, add default orderingrelease_2011-11-30Dan McGee
2011-11-30Allow generation of an ownertrust fileDan McGee
2011-11-30Integrate master key into rest of siteDan McGee
2011-11-30Add master key model and admin integrationDan McGee
2011-11-30Add initial migration for devel appDan McGee
2011-11-30reporead: split out filesonly update methodDan McGee
2011-11-30reporead: fix filesonly needs update checksDan McGee
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee