summaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2014-03-22Make filename and directory name fields accept longer valuesrelease_2014-03-22Dan McGee2-2/+114
2013-12-14Speed up master key listing pageDan McGee1-5/+13
2013-11-27Syntax cleanups to main adminDan McGee1-0/+4
2013-11-25Capitalize URL properly in Django adminDan McGee1-1/+1
2013-11-25Merge branch 'cleaned-reqdby'release_2013-11-25Dan McGee2-3/+32
2013-11-11Filtered requiredby list for non-primary dependsDan McGee2-3/+32
2013-11-06Drop old base64-ed PGP signature columnDan McGee3-2/+113
2013-11-06Move signature data from base64 string to bytes typeDan McGee2-7/+127
2013-11-06Add new `signature_bytes` field on package modelDan McGee2-3/+119
2013-07-13Use the unicode char representation of  Dan McGee1-1/+1
2013-04-22Add 'required_signoffs' field to Arch modelDan McGee4-24/+141
2013-04-16Sort required by entries by dependency typeDan McGee1-2/+10
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee4-10/+5
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee1-0/+9
2013-04-14Remove cache_function decorator from a few spotsDan McGee1-4/+1
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee1-2/+2
2013-02-27Remove caching on reverse_conflictsDan McGee1-1/+1
2013-02-09Change caching strategy on package.applicable_archesDan McGee1-4/+7
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee1-2/+2
2013-02-08Minify static files when running collectstaticDan McGee1-0/+36
2013-02-04Update exception to DeveloperKey.DoesNotExistDan McGee1-1/+1
2013-02-03Use DeveloperKey model on package page and reportsDan McGee1-2/+4
2013-02-03Update user_pgp_key_link template tag to use DeveloperKey modelDan McGee1-6/+11
2013-01-20Fix error in get_requiredby() when checking providesrelease_2013-01-20Dan McGee1-0/+1
2013-01-20Remove AlwaysCommitMiddlewareDan McGee1-40/+0
2013-01-20Query performance enhancements in get_requiredby()Dan McGee1-5/+6
2013-01-16Convert all usages of flag icons to new spriterelease_2013-01-18Dan McGee1-0/+13
2013-01-15Clean up and make several migrations modernrelease_2013-01-15Dan McGee5-32/+22
2013-01-15Add new AlwaysCommitMiddleware to the stackDan McGee1-0/+40
2012-12-31Minor coding style tweaksDan McGee1-1/+3
2012-12-31Add 'created' field to packages modelDan McGee2-0/+119
2012-12-31Remove old todolist permissionsDan McGee1-50/+0
2012-12-31Update the groups JSON fixtureDan McGee1-70/+159
2012-12-30Move needs_autoescape attribute to @register.filterDan McGee1-2/+2
2012-12-28Retrieve arch and repo too when calling reverse_conflictsDan McGee1-1/+1
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee1-2/+2
2012-12-28Move slug creation helper to main/utilsDan McGee1-0/+15
2012-12-28Remove old todo list modelsDan McGee3-70/+134
2012-12-28Move the body of set_last_modified to main/utilsDan McGee1-2/+8
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee1-2/+2
2012-12-27Tablesorter JS upgradeDan McGee1-1/+1
2012-12-11Update jQuery to 1.8.3Dan McGee1-1/+1
2012-12-04get_latest_by cleanupsDan McGee1-1/+1
2012-11-27Don't cache package properties as aggressivelyDan McGee1-3/+0
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-1/+1
2012-10-26Cleanup meta model attributesDan McGee1-3/+2
2012-10-21Update tablesorter JSDan McGee1-1/+1
2012-10-18Clean up create index migrationDan McGee1-2/+2
2012-10-18Modernize initial main migrationDan McGee1-3/+3
2012-09-30Remote errant print() statementDan McGee1-1/+0