summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-10-26Cleanup meta model attributesDan McGee
2012-10-21Update tablesorter JSDan McGee
2012-10-18Clean up create index migrationDan McGee
2012-10-18Modernize initial main migrationDan McGee
2012-09-30Remote errant print() statementDan McGee
2012-09-30PEP8 cleanups for main/modelsDan McGee
2012-09-25Add staging repos to repos JSON fixtureDan McGee
2012-09-24Update jQuery to 1.8.2Dan McGee
2012-09-05Upgrade jQuery to 1.8.1Dan McGee
2012-09-04Add a 'format_http_headers' methodDan McGee
2012-09-04Filter out spam flag requests on package details pageDan McGee
2012-08-20Don't blow up when pgp signature data is '' on a packageDan McGee
2012-08-20Mark nullable fields as blank on package modelDan McGee
2012-08-15Ensure reverse conflicts match architecture if applicableDan McGee
2012-08-13Add a rate limiting filter for log messagesDan McGee
2012-08-08Migrate flag request version info to new formatDan McGee
2012-08-07Push more default values down into the databaseDan McGee
2012-08-07Make use of new ctypes ALPM APIDan McGee
2012-08-07Add reverse conflicts to package detailsDan McGee
2012-08-05Smarter handling of multilib packages in "Versions Elsewhere"Dan McGee
2012-08-04Make adjustments for optional -> deptype conversionDan McGee
2012-07-31PGP key handling updatesDan McGee
2012-07-31Update several bits and pieces for staging packagesDan McGee
2012-07-28Upgrade to jQuery 1.7.2 and a maintained tablesorterrelease_2012-07-28Dan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-07-08Add a new jquery_tablesorter CDN template tagDan McGee
2012-07-08Don't log package updates in Python when we have DB trigger supportDan McGee
2012-05-20Ensure we use last_modified date from News in headersDan McGee
2012-05-18Drop old PackageDepend modelDan McGee
2012-05-18Switch to usage of new Depend objectDan McGee
2012-05-18Simplify get_best_satisfier and get_providersDan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-26Convert old index addition migration to new formatDan McGee
2012-04-21Add an index on packages last update columnrelease_2012-04-21Dan McGee
2012-04-20Fix ContentType related migrationsDan McGee
2012-04-20UserProfile model and fields shuffleDan McGee
2012-04-08Add migrations for on_delete attributesDan McGee
2012-04-03Include category when linking to bug reportsDan McGee
2012-03-29Add developer status table to master keys pageDan McGee
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee
2012-03-24Revert "Add some dev dashboard info regarding signed package count"Dan McGee
2012-03-24Use staticfiles_storage in jQuery tagDan McGee
2012-03-24Remove cdnprefix template tagDan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23PEP8 cleanup with blank linesDan McGee
2012-03-23Use python hashlib directlyDan McGee
2012-03-08Show signature data on package details pageDan McGee
2012-03-08Allow more flexibility in pgp_key_linkDan McGee
2012-03-07Tabs to spaces conversionDan McGee