Age | Commit message (Expand) | Author |
2014-10-19 | Use varied prime numbers for caching lengths | Dan McGee |
2014-10-18 | Merge branch 'jinja' | Dan McGee |
2014-10-18 | FS#30773: put exact matches at top | Dan McGee |
2014-10-18 | Add possible optimization as a TODO for later | Dan McGee |
2014-10-18 | Move maintainer/packager link code back into template | Dan McGee |
2014-10-18 | Break out Jinja2-specific template helpers | Dan McGee |
2014-10-18 | Convert bulk of package details page to Jinja2 | Dan McGee |
2014-10-18 | Convert details sub-tempates to Jinja2 | Dan McGee |
2014-09-01 | Fix up some IP address field issues | Dan McGee |
2014-09-01 | More changes for move to Django 1.7 | Dan McGee |
2014-09-01 | Add auto-generated migrations from new Django migrations framework | Dan McGee |
2014-09-01 | Remove old south migrations | Dan McGee |
2014-01-25 | Add 'Latest Update' column to stale package relations | Dan McGee |
2013-11-27 | Remove date_hierarchy from several package admin views | Dan McGee |
2013-11-27 | Allow pkg_details_link to honor package flag state | Dan McGee |
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee |
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee |
2013-04-23 | When retrieving signoff specs, select the arch object as wellrelease_2013-04-27 | Dan McGee |
2013-04-22 | Use required_signoffs value when creating signoff specs | Dan McGee |
2013-04-20 | Fix parsing issues when query string keys contain unicode | 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-16 | Use require_safe decorator rather than require_GET | Dan McGee |
2013-04-14 | Fix missing attribute error in replacment find code | Dan McGee |
2013-04-13 | Show replacments for package if it has been removed | Dan McGee |
2013-04-13 | Add additional pg_trgm indexes for quicker searches | Dan McGee |
2013-03-11 | Remove function caching in packages/utils | Dan McGee |
2013-02-26 | Use user.userprofile rather than user.get_profile() | Dan McGee |
2013-02-26 | Fix ALPM unittest to run when ALPM isn't present | Dan McGee |
2013-02-26 | Merge branch 'django-1.5' | Dan McGee |
2013-02-20 | Fix some fallout with moving page to query params | Dan McGee |
2013-02-16 | Make page a query string parameter on package search | Dan McGee |
2013-02-16 | Remove configurable pagination for package search | Dan McGee |
2013-02-10 | Fix split packages sitemaprelease_2013-02-16 | Dan McGee |
2013-02-09 | Use 'update_fields' model.save() kwarg | Dan McGee |
2013-02-09 | Revert "Reduce query count when retrieving satisfiers and providers" | Dan McGee |
2013-02-08 | Remove package seach by 'Last Updated After' | Dan McGee |
2013-01-23 | Use more modern verison of string template formatting | Dan McGee |
2013-01-23 | Use querysets for calls to get_object_or_404(Package) | Dan McGee |
2013-01-22 | Slight optimization when searching for removed package | Dan McGee |
2013-01-22 | Override the default admin queryset for some models | Dan McGee |
2013-01-22 | Use a subquery rather than two queries in attach_maintainers | Dan McGee |
2013-01-18 | Use a set instead of list when gathering package differences | Dan McGee |
2013-01-13 | Use content_type and not mimetype on HttpResponse() | Dan McGee |
2013-01-12 | Make packages JSON search more performantrelease_2013-01-12 | Dan McGee |
2013-01-12 | Add get_associated_packages method to FlagRequest | Dan McGee |
2012-12-28 | Reduce query count when retrieving satisfiers and providers | Dan McGee |
2012-12-28 | Allow pkg_details_link to return link title if package is missing | Dan McGee |
2012-12-28 | Make attach_maintainers null-safe | Dan McGee |
2012-12-27 | Add some more tests for ALPM API stuff | Dan McGee |