Age | Commit message (Expand) | Author | Files | Lines |
2013-04-22 | Add 'required_signoffs' field to Arch model | Dan McGee | 4 | -24/+141 |
2013-04-17 | Sort required by entries by dependency type | Dan McGee | 1 | -2/+10 |
2013-04-17 | Various minor code cleanups and fixes | Dan McGee | 4 | -10/+5 |
2013-04-17 | Add shortcut for HEAD requests on slower views | Dan McGee | 1 | -0/+9 |
2013-04-14 | Remove cache_function decorator from a few spots | Dan McGee | 1 | -4/+1 |
2013-02-27 | Disable more @cache_function usage | Dan McGee | 1 | -2/+2 |
2013-02-27 | Remove caching on reverse_conflicts | Dan McGee | 1 | -1/+1 |
2013-02-09 | Change caching strategy on package.applicable_arches | Dan McGee | 1 | -4/+7 |
2013-02-09 | Revert "Reduce query count when retrieving satisfiers and providers" | Dan McGee | 1 | -2/+2 |
2013-02-09 | Minify static files when running collectstatic | Dan McGee | 1 | -0/+36 |
2013-02-05 | Update exception to DeveloperKey.DoesNotExist | Dan McGee | 1 | -1/+1 |
2013-02-03 | Use DeveloperKey model on package page and reports | Dan McGee | 1 | -2/+4 |
2013-02-03 | Update user_pgp_key_link template tag to use DeveloperKey model | Dan McGee | 1 | -6/+11 |
2013-01-20 | Fix error in get_requiredby() when checking provides | Dan McGee | 1 | -0/+1 |
2013-01-20 | Remove AlwaysCommitMiddleware | Dan McGee | 1 | -40/+0 |
2013-01-20 | Query performance enhancements in get_requiredby() | Dan McGee | 1 | -5/+6 |
2013-01-16 | Convert all usages of flag icons to new sprite | Dan McGee | 1 | -0/+13 |
2013-01-16 | Clean up and make several migrations modern | Dan McGee | 5 | -32/+22 |
2013-01-16 | Add new AlwaysCommitMiddleware to the stack | Dan McGee | 1 | -0/+40 |
2012-12-31 | Minor coding style tweaks | Dan McGee | 1 | -1/+3 |
2012-12-31 | Add 'created' field to packages model | Dan McGee | 2 | -0/+119 |
2012-12-31 | Remove old todolist permissions | Dan McGee | 1 | -50/+0 |
2012-12-31 | Update the groups JSON fixture | Dan McGee | 1 | -70/+159 |
2012-12-30 | Move needs_autoescape attribute to @register.filter | Dan McGee | 1 | -2/+2 |
2012-12-28 | Retrieve arch and repo too when calling reverse_conflicts | Dan McGee | 1 | -1/+1 |
2012-12-28 | Reduce query count when retrieving satisfiers and providers | Dan McGee | 1 | -2/+2 |
2012-12-28 | Move slug creation helper to main/utils | Dan McGee | 1 | -0/+15 |
2012-12-28 | Remove old todo list models | Dan McGee | 3 | -70/+134 |
2012-12-28 | Move the body of set_last_modified to main/utils | Dan McGee | 1 | -2/+8 |
2012-12-28 | Fix "RuntimeWarning: DateTimeField received a naive datetime" warnings | Dan McGee | 1 | -2/+2 |
2012-12-27 | Tablesorter JS upgrade | Dan McGee | 1 | -1/+1 |
2012-12-12 | Update jQuery to 1.8.3 | Dan McGee | 1 | -1/+1 |
2012-12-05 | get_latest_by cleanups | Dan McGee | 1 | -1/+1 |
2012-11-27 | Don't cache package properties as aggressively | Dan McGee | 1 | -3/+0 |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee | 1 | -1/+1 |
2012-10-27 | Cleanup meta model attributes | Dan McGee | 1 | -3/+2 |
2012-10-21 | Update tablesorter JS | Dan McGee | 1 | -1/+1 |
2012-10-18 | Clean up create index migration | Dan McGee | 1 | -2/+2 |
2012-10-18 | Modernize initial main migration | Dan McGee | 1 | -3/+3 |
2012-09-30 | Remote errant print() statement | Dan McGee | 1 | -1/+0 |
2012-09-30 | PEP8 cleanups for main/models | Dan McGee | 1 | -0/+9 |
2012-09-26 | Add staging repos to repos JSON fixture | Dan McGee | 1 | -0/+60 |
2012-09-25 | Update jQuery to 1.8.2 | Dan McGee | 1 | -1/+1 |
2012-09-05 | Upgrade jQuery to 1.8.1 | Dan McGee | 1 | -1/+1 |
2012-09-04 | Add a 'format_http_headers' method | Dan McGee | 1 | -0/+10 |
2012-09-04 | Filter out spam flag requests on package details page | Dan McGee | 1 | -1/+1 |
2012-08-21 | Don't blow up when pgp signature data is '' on a package | Dan McGee | 1 | -0/+2 |
2012-08-21 | Mark nullable fields as blank on package model | Dan McGee | 1 | -2/+2 |
2012-08-16 | Ensure reverse conflicts match architecture if applicable | Dan McGee | 1 | -0/+4 |
2012-08-14 | Add a rate limiting filter for log messages | Dan McGee | 1 | -0/+71 |