summaryrefslogtreecommitdiffstats
path: root/packages/views
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Use varied prime numbers for caching lengthsDan McGee1-2/+2
2014-10-18FS#30773: put exact matches at topDan McGee1-0/+6
2014-09-01More changes for move to Django 1.7Dan McGee1-4/+1
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee2-2/+2
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee2-4/+1
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee2-1/+6
2013-04-16Use require_safe decorator rather than require_GETDan McGee1-3/+3
2013-04-13Show replacments for package if it has been removedDan McGee1-0/+2
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee1-1/+1
2013-02-26Merge branch 'django-1.5'Dan McGee1-1/+1
2013-02-20Fix some fallout with moving page to query paramsDan McGee1-1/+3
2013-02-16Make page a query string parameter on package searchDan McGee1-0/+2
2013-02-16Remove configurable pagination for package searchDan McGee1-37/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-02-08Remove package seach by 'Last Updated After'Dan McGee1-9/+0
2013-01-23Use more modern verison of string template formattingDan McGee1-6/+2
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee2-7/+7
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee4-7/+7
2013-01-12Make packages JSON search more performantrelease_2013-01-12Dan McGee1-2/+6
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-1/+1
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-5/+3
2012-10-26Extract some common architecture grabbing logicDan McGee1-6/+9
2012-09-30Fix usage of naïve datetime objectDan McGee1-2/+4
2012-09-30Hide staging packages in search resultsDan McGee1-3/+12
2012-09-25Don't show staging in package search repo listingDan McGee1-1/+2
2012-09-15Remove now unnecessary importrelease_2012-09-15Dan McGee1-1/+1
2012-09-08p/v/flag: Add reply-to to out-of-date notificationsFlorian Pritz1-3/+5
2012-08-20Use case-insensitive search in opensearch suggestionsDan McGee1-2/+8
2012-08-13Attempt to screen for useless out-of-date messagesDan McGee1-1/+11
2012-08-08Migrate flag request version info to new formatDan McGee1-4/+6
2012-07-31Revert "Fall back to 410 Gone for package files view as well"release_2012-07-31Dan McGee1-10/+2
2012-07-31Reuse removed template for packages with multiple replacementsDan McGee1-4/+20
2012-07-31Add package details redirect for package replacementsDan McGee1-1/+13
2012-07-31Rework package details dispatch codeDan McGee1-37/+45
2012-07-31Fix broken hidden input sort field on search formDan McGee1-1/+1
2012-07-24Replace deprecated list_detail usage in search with class-based viewDan McGee2-39/+40
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee4-24/+17
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee2-6/+6
2012-07-23Fall back to 410 Gone for package files view as wellDan McGee1-2/+10
2012-07-23Ensure package files JS can support corner casesDan McGee1-0/+6
2012-07-23Remove files list AJAX conditionalsDan McGee1-4/+0
2012-07-23Add '410 Gone' support for packages moved out of repositoriesDan McGee1-5/+41
2012-07-21Split details/display package views into new moduleDan McGee2-147/+167
2012-05-18Issue redirects from non-agnostic to agnostic URLs if unambiguousDan McGee1-0/+10
2012-05-12Use python json module directly in place of simplejsonDan McGee3-13/+9
2012-05-05Fix suggestion caching again for non-ASCII charactersrelease_2012-05-05Dan McGee1-1/+2
2012-05-04Fix search suggestions for invalid cache keysDan McGee1-2/+3
2012-05-02Flagging related cleanups and improvementsrelease_2012-05-02Dan McGee1-10/+24
2012-05-01Add some caching to the Opensearch-related viewsDan McGee1-5/+13
2012-05-01Opensearch enhancementsDan McGee1-1/+17