summaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2012-09-30PEP8 cleanups for main/modelsDan McGee1-0/+9
2012-09-26Add staging repos to repos JSON fixtureDan McGee1-0/+60
2012-09-25Update jQuery to 1.8.2Dan McGee1-1/+1
2012-09-05Upgrade jQuery to 1.8.1Dan McGee1-1/+1
2012-09-04Add a 'format_http_headers' methodDan McGee1-0/+10
2012-09-04Filter out spam flag requests on package details pageDan McGee1-1/+1
2012-08-21Don't blow up when pgp signature data is '' on a packageDan McGee1-0/+2
2012-08-21Mark nullable fields as blank on package modelDan McGee1-2/+2
2012-08-16Ensure reverse conflicts match architecture if applicableDan McGee1-0/+4
2012-08-14Add a rate limiting filter for log messagesDan McGee1-0/+71
2012-08-09Migrate flag request version info to new formatDan McGee1-2/+6
2012-08-08Push more default values down into the databaseDan McGee5-5/+5
2012-08-08Make use of new ctypes ALPM APIDan McGee1-7/+48
2012-08-07Add reverse conflicts to package detailsDan McGee1-0/+10
2012-08-05Smarter handling of multilib packages in "Versions Elsewhere"Dan McGee1-1/+9
2012-08-04Make adjustments for optional -> deptype conversionDan McGee1-2/+7
2012-08-01PGP key handling updatesDan McGee1-0/+8
2012-07-31Update several bits and pieces for staging packagesDan McGee1-11/+24
2012-07-29Upgrade to jQuery 1.7.2 and a maintained tablesorterDan McGee1-2/+3
2012-07-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee2-9/+5
2012-07-09Add a new jquery_tablesorter CDN template tagDan McGee1-0/+7
2012-07-09Don't log package updates in Python when we have DB trigger supportDan McGee1-0/+11
2012-05-20Ensure we use last_modified date from News in headersDan McGee1-3/+4
2012-05-19Drop old PackageDepend modelDan McGee2-71/+135
2012-05-19Switch to usage of new Depend objectDan McGee1-3/+4
2012-05-19Simplify get_best_satisfier and get_providersDan McGee1-27/+24
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-3/+4
2012-04-26Convert old index addition migration to new formatDan McGee1-19/+3
2012-04-22Add an index on packages last update columnDan McGee2-1/+132
2012-04-20Fix ContentType related migrationsDan McGee3-29/+5
2012-04-20UserProfile model and fields shuffleDan McGee13-108/+152
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+160
2012-04-03Include category when linking to bug reportsDan McGee1-1/+1
2012-03-29Add developer status table to master keys pageDan McGee1-0/+8
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee1-2/+2
2012-03-24Revert "Add some dev dashboard info regarding signed package count"Dan McGee1-4/+0
2012-03-24Use staticfiles_storage in jQuery tagDan McGee1-2/+4
2012-03-24Remove cdnprefix template tagDan McGee1-12/+0
2012-03-24Make all datetime objects fully timezone awareDan McGee4-7/+19
2012-03-24PEP8 cleanup with blank linesDan McGee1-0/+9
2012-03-24Use python hashlib directlyDan McGee1-2/+2
2012-03-08Show signature data on package details pageDan McGee1-6/+29
2012-03-08Allow more flexibility in pgp_key_linkDan McGee1-3/+14
2012-03-08Tabs to spaces conversionDan McGee1-2/+2
2012-02-07Show the latest flag request on package details if out of dateDan McGee1-0/+11
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-4/+4
2012-01-03Remove all cache middlewareDan McGee1-52/+0
2011-12-12PyLint suggested cleanupsDan McGee1-4/+2
2011-12-08Add a new FlagRequest modelDan McGee1-1/+1
2011-12-07Various small admin touchupsDan McGee1-1/+2