Age | Commit message (Expand) | Author |
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | 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-13 | Show replacments for package if it has been removed | Dan McGee |
2013-02-26 | Use user.userprofile rather than user.get_profile() | 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-09 | Use 'update_fields' model.save() kwarg | 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-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 |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-11-16 | Use Python 2.7 dictionary comprehension syntax | Dan McGee |
2012-10-26 | Extract some common architecture grabbing logic | Dan McGee |
2012-09-30 | Fix usage of naïve datetime object | Dan McGee |
2012-09-30 | Hide staging packages in search results | Dan McGee |
2012-09-25 | Don't show staging in package search repo listing | Dan McGee |
2012-09-15 | Remove now unnecessary importrelease_2012-09-15 | Dan McGee |
2012-09-08 | p/v/flag: Add reply-to to out-of-date notifications | Florian Pritz |
2012-08-20 | Use case-insensitive search in opensearch suggestions | Dan McGee |
2012-08-13 | Attempt to screen for useless out-of-date messages | Dan McGee |
2012-08-08 | Migrate flag request version info to new format | Dan McGee |
2012-07-31 | Revert "Fall back to 410 Gone for package files view as well"release_2012-07-31 | Dan McGee |
2012-07-31 | Reuse removed template for packages with multiple replacements | Dan McGee |
2012-07-31 | Add package details redirect for package replacements | Dan McGee |
2012-07-31 | Rework package details dispatch code | Dan McGee |
2012-07-31 | Fix broken hidden input sort field on search form | Dan McGee |
2012-07-24 | Replace deprecated list_detail usage in search with class-based view | Dan McGee |
2012-07-24 | Replace deprecated direct_to_template() with render() shortcut | Dan McGee |
2012-07-24 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee |
2012-07-23 | Fall back to 410 Gone for package files view as well | Dan McGee |
2012-07-23 | Ensure package files JS can support corner cases | Dan McGee |
2012-07-23 | Remove files list AJAX conditionals | Dan McGee |
2012-07-23 | Add '410 Gone' support for packages moved out of repositories | Dan McGee |
2012-07-21 | Split details/display package views into new module | Dan McGee |
2012-05-18 | Issue redirects from non-agnostic to agnostic URLs if unambiguous | Dan McGee |
2012-05-12 | Use python json module directly in place of simplejson | Dan McGee |
2012-05-05 | Fix suggestion caching again for non-ASCII charactersrelease_2012-05-05 | Dan McGee |
2012-05-04 | Fix search suggestions for invalid cache keys | Dan McGee |
2012-05-02 | Flagging related cleanups and improvementsrelease_2012-05-02 | Dan McGee |
2012-05-01 | Add some caching to the Opensearch-related views | Dan McGee |
2012-05-01 | Opensearch enhancements | Dan McGee |
2012-04-07 | Add JSON search viewrelease_2012-04-07 | Dan McGee |
2012-04-07 | Move PackageJSONEncoder into package.utils module | Dan McGee |
2012-04-07 | Choose an up-to-date mirror for download URLs | Dan McGee |