summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee2-8/+7
2012-04-25Add country flag to individual mirror details pageDan McGee1-1/+1
2012-04-25Clean up mirrorlist generation form a bitDan McGee3-4/+26
2012-04-25Bump a few requirementsDan McGee2-3/+3
2012-04-25Mirror status page cleanupDan McGee3-12/+11
2012-04-25Finish django countries implementationDan McGee13-103/+168
2012-04-25Add django_countries country code fields and population migrationsDan McGee7-3/+176
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee9-19/+87
2012-04-21Add an index on packages last update columnrelease_2012-04-21Dan McGee2-1/+132
2012-04-20Fix ContentType related migrationsDan McGee5-33/+33
2012-04-20UserProfile model and fields shuffleDan McGee24-127/+388
2012-04-17Prune down table rows on ISO testing overview pageDan McGee3-3/+15
2012-04-12Use commas rather than line breaks for multivalued details itemsDan McGee1-8/+7
2012-04-12Show conflicts and replacements on package details pageDan McGee1-1/+13
2012-04-08Don't blow up when no mirror status data is availableDan McGee1-1/+1
2012-04-08Change old packages report from two years to one yearDan McGee2-3/+3
2012-04-08Add migrations for on_delete attributesDan McGee3-0/+293
2012-04-07Add JSON search viewrelease_2012-04-07Dan McGee3-1/+28
2012-04-07Prevent selection of many useless fields when getting todolistsDan McGee1-1/+5
2012-04-07Allow sorting of lower table on master keys pageDan McGee2-9/+31
2012-04-07Move PackageJSONEncoder into package.utils moduleDan McGee2-37/+39
2012-04-07Choose an up-to-date mirror for download URLsDan McGee2-9/+38
2012-04-07Add a mismatched signatures developer reportDan McGee3-5/+44
2012-04-05Show and link key_id if signer was an unknown keyDan McGee1-1/+1
2012-04-03Use https:// links for all internal sitesDan McGee6-19/+19
2012-04-03Convert flaghelp page to HTML5 doctypeDan McGee1-3/+2
2012-04-03Include category when linking to bug reportsDan McGee2-1/+2
2012-04-02Make hidden 'name' search field match exactlyDan McGee1-1/+1
2012-04-02Skip default ordering in sitemaps outputDan McGee1-2/+2
2012-04-02Fix missing = sign in requirements_prodrelease_2012-04-02Dan McGee1-1/+1
2012-03-29Use spaceless tag on package search resultsDan McGee1-2/+2
2012-03-29Use spaceless tag on signoffs pageDan McGee2-7/+7
2012-03-29Add developer status table to master keys pageDan McGee5-13/+82
2012-03-29Use spaceless tag in mirror status outputDan McGee2-4/+4
2012-03-29Return files in default orderDan McGee1-2/+4
2012-03-29Fix bad merge in releng section templateDan McGee1-1/+0
2012-03-28Switch to recommending PostgreSQL by defaultDan McGee3-7/+7
2012-03-26Remove media/ staticfiles URL locationDan McGee1-5/+0
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee3-9/+5
2012-03-26Add more info to package JSON dumpDan McGee1-7/+19
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee2-2/+2
2012-03-24Use bulk_create() when inserting mirror log entriesrelease_2012-03-25Dan McGee1-2/+1
2012-03-24Revert "Add some dev dashboard info regarding signed package count"Dan McGee3-17/+0
2012-03-24Use staticfiles_storage in jQuery tagDan McGee1-2/+4
2012-03-24Convert retro pages to use {% retro_static %} template tagDan McGee11-92/+90
2012-03-24Add retro_static template tagDan McGee2-0/+13
2012-03-24Convert STATIC_URL usage to {% static %} template tagDan McGee19-37/+59
2012-03-24Remove cdnprefix template tagDan McGee2-14/+0
2012-03-24Convert art template to use Django static filesDan McGee1-39/+39
2012-03-24Begin removal of cdnprefix tagDan McGee4-27/+29