Age | Commit message (Expand) | Author |
2015-12-31 | Allow linking to the PGP server over HTTPS | Evangelos Foutras |
2014-12-08 | Upgrade to python-markdown 2.5.2 | Dan McGee |
2014-11-07 | Master signing keys page improvements | Dan McGee |
2014-11-03 | Update fixtures for new staff groups | Dan McGee |
2014-11-02 | Mirror view tweaks and enhancements | Dan McGee |
2014-10-19 | Use varied prime numbers for caching lengths | Dan McGee |
2014-10-19 | Simplify last modified and etags processing for feeds | Dan McGee |
2014-09-01 | Add auto-generated migrations from new Django migrations framework | Dan McGee |
2014-09-01 | Remove dependency on South | Dan McGee |
2014-09-01 | Remove old south migrations | Dan McGee |
2014-03-22 | Make filename and directory name fields accept longer values | Dan McGee |
2013-12-14 | Speed up master key listing page | Dan McGee |
2013-11-27 | Syntax cleanups to main admin | Dan McGee |
2013-11-25 | Capitalize URL properly in Django admin | Dan McGee |
2013-11-25 | Merge branch 'cleaned-reqdby'release_2013-11-25 | Dan McGee |
2013-11-11 | Filtered requiredby list for non-primary depends | Dan McGee |
2013-11-06 | Drop old base64-ed PGP signature column | Dan McGee |
2013-11-06 | Move signature data from base64 string to bytes type | Dan McGee |
2013-11-06 | Add new `signature_bytes` field on package model | Dan McGee |
2013-07-13 | Use the unicode char representation of | Dan McGee |
2013-04-22 | Add 'required_signoffs' field to Arch model | Dan McGee |
2013-04-16 | Sort required by entries by dependency type | Dan McGee |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-04-16 | Add shortcut for HEAD requests on slower views | Dan McGee |
2013-04-14 | Remove cache_function decorator from a few spots | Dan McGee |
2013-02-27 | Disable more @cache_function usagerelease_2013-02-27 | Dan McGee |
2013-02-27 | Remove caching on reverse_conflicts | Dan McGee |
2013-02-09 | Change caching strategy on package.applicable_arches | Dan McGee |
2013-02-09 | Revert "Reduce query count when retrieving satisfiers and providers" | Dan McGee |
2013-02-08 | Minify static files when running collectstatic | Dan McGee |
2013-02-04 | Update exception to DeveloperKey.DoesNotExist | Dan McGee |
2013-02-03 | Use DeveloperKey model on package page and reports | Dan McGee |
2013-02-03 | Update user_pgp_key_link template tag to use DeveloperKey model | Dan McGee |
2013-01-20 | Fix error in get_requiredby() when checking providesrelease_2013-01-20 | Dan McGee |
2013-01-20 | Remove AlwaysCommitMiddleware | Dan McGee |
2013-01-20 | Query performance enhancements in get_requiredby() | Dan McGee |
2013-01-16 | Convert all usages of flag icons to new spriterelease_2013-01-18 | Dan McGee |
2013-01-15 | Clean up and make several migrations modernrelease_2013-01-15 | Dan McGee |
2013-01-15 | Add new AlwaysCommitMiddleware to the stack | Dan McGee |
2012-12-31 | Minor coding style tweaks | Dan McGee |
2012-12-31 | Add 'created' field to packages model | Dan McGee |
2012-12-31 | Remove old todolist permissions | Dan McGee |
2012-12-31 | Update the groups JSON fixture | Dan McGee |
2012-12-30 | Move needs_autoescape attribute to @register.filter | Dan McGee |
2012-12-28 | Retrieve arch and repo too when calling reverse_conflicts | Dan McGee |
2012-12-28 | Reduce query count when retrieving satisfiers and providers | Dan McGee |
2012-12-28 | Move slug creation helper to main/utils | Dan McGee |
2012-12-28 | Remove old todo list models | Dan McGee |
2012-12-28 | Move the body of set_last_modified to main/utils | Dan McGee |
2012-12-27 | Fix "RuntimeWarning: DateTimeField received a naive datetime" warnings | Dan McGee |