summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2015-12-31Allow linking to the PGP server over HTTPSEvangelos Foutras
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee
2014-11-07Master signing keys page improvementsDan McGee
2014-11-03Update fixtures for new staff groupsDan McGee
2014-11-02Mirror view tweaks and enhancementsDan McGee
2014-10-19Use varied prime numbers for caching lengthsDan McGee
2014-10-19Simplify last modified and etags processing for feedsDan McGee
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove dependency on SouthDan McGee
2014-09-01Remove old south migrationsDan McGee
2014-03-22Make filename and directory name fields accept longer valuesrelease_2014-03-22Dan McGee
2013-12-14Speed up master key listing pageDan McGee
2013-11-27Syntax cleanups to main adminDan McGee
2013-11-25Capitalize URL properly in Django adminDan McGee
2013-11-25Merge branch 'cleaned-reqdby'release_2013-11-25Dan McGee
2013-11-11Filtered requiredby list for non-primary dependsDan McGee
2013-11-06Drop old base64-ed PGP signature columnDan McGee
2013-11-06Move signature data from base64 string to bytes typeDan McGee
2013-11-06Add new `signature_bytes` field on package modelDan McGee
2013-07-13Use the unicode char representation of  Dan McGee
2013-04-22Add 'required_signoffs' field to Arch modelDan McGee
2013-04-16Sort required by entries by dependency typeDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee
2013-04-14Remove cache_function decorator from a few spotsDan McGee
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee
2013-02-27Remove caching on reverse_conflictsDan McGee
2013-02-09Change caching strategy on package.applicable_archesDan McGee
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee
2013-02-08Minify static files when running collectstaticDan McGee
2013-02-04Update exception to DeveloperKey.DoesNotExistDan McGee
2013-02-03Use DeveloperKey model on package page and reportsDan McGee
2013-02-03Update user_pgp_key_link template tag to use DeveloperKey modelDan McGee
2013-01-20Fix error in get_requiredby() when checking providesrelease_2013-01-20Dan McGee
2013-01-20Remove AlwaysCommitMiddlewareDan McGee
2013-01-20Query performance enhancements in get_requiredby()Dan McGee
2013-01-16Convert all usages of flag icons to new spriterelease_2013-01-18Dan McGee
2013-01-15Clean up and make several migrations modernrelease_2013-01-15Dan McGee
2013-01-15Add new AlwaysCommitMiddleware to the stackDan McGee
2012-12-31Minor coding style tweaksDan McGee
2012-12-31Add 'created' field to packages modelDan McGee
2012-12-31Remove old todolist permissionsDan McGee
2012-12-31Update the groups JSON fixtureDan McGee
2012-12-30Move needs_autoescape attribute to @register.filterDan McGee
2012-12-28Retrieve arch and repo too when calling reverse_conflictsDan McGee
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee
2012-12-28Move slug creation helper to main/utilsDan McGee
2012-12-28Remove old todo list modelsDan McGee
2012-12-28Move the body of set_last_modified to main/utilsDan McGee
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee