Age | Commit message (Expand) | Author |
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 |
2012-12-27 | Tablesorter JS upgrade | Dan McGee |
2012-12-11 | Update jQuery to 1.8.3 | Dan McGee |
2012-12-04 | get_latest_by cleanups | Dan McGee |
2012-11-27 | Don't cache package properties as aggressively | Dan McGee |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-10-26 | Cleanup meta model attributes | Dan McGee |
2012-10-21 | Update tablesorter JS | Dan McGee |
2012-10-18 | Clean up create index migration | Dan McGee |
2012-10-18 | Modernize initial main migration | Dan McGee |
2012-09-30 | Remote errant print() statement | Dan McGee |
2012-09-30 | PEP8 cleanups for main/models | Dan McGee |