summaryrefslogtreecommitdiffstats
path: root/packages/views
AgeCommit message (Expand)AuthorFilesLines
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-27Extract 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-26Don't show staging in package search repo listingDan McGee1-1/+2
2012-09-15Remove now unnecessary importDan McGee1-1/+1
2012-09-08p/v/flag: Add reply-to to out-of-date notificationsFlorian Pritz1-3/+5
2012-08-21Use case-insensitive search in opensearch suggestionsDan McGee1-2/+8
2012-08-14Attempt to screen for useless out-of-date messagesDan McGee1-1/+11
2012-08-09Migrate flag request version info to new formatDan McGee1-4/+6
2012-08-01Revert "Fall back to 410 Gone for package files view as well"Dan McGee1-10/+2
2012-08-01Reuse removed template for packages with multiple replacementsDan McGee1-4/+20
2012-08-01Add package details redirect for package replacementsDan McGee1-1/+13
2012-08-01Rework package details dispatch codeDan McGee1-37/+45
2012-07-31Fix broken hidden input sort field on search formDan McGee1-1/+1
2012-07-25Replace deprecated list_detail usage in search with class-based viewDan McGee2-39/+40
2012-07-25Replace deprecated direct_to_template() with render() shortcutDan McGee4-24/+17
2012-07-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee2-6/+6
2012-07-24Fall back to 410 Gone for package files view as wellDan McGee1-2/+10
2012-07-24Ensure package files JS can support corner casesDan McGee1-0/+6
2012-07-24Remove 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-19Issue 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 charactersDan McGee1-1/+2
2012-05-04Fix search suggestions for invalid cache keysDan McGee1-2/+3
2012-05-02Flagging related cleanups and improvementsDan McGee1-10/+24
2012-05-02Add some caching to the Opensearch-related viewsDan McGee1-5/+13
2012-05-02Opensearch enhancementsDan McGee1-1/+17
2012-04-07Add JSON search viewDan McGee2-1/+27
2012-04-07Move PackageJSONEncoder into package.utils moduleDan McGee1-36/+3
2012-04-07Choose an up-to-date mirror for download URLsDan McGee1-9/+4
2012-04-02Make hidden 'name' search field match exactlyDan McGee1-1/+1
2012-03-29Return files in default orderDan McGee1-2/+4
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee1-6/+2
2012-03-26Add more info to package JSON dumpDan McGee1-7/+19
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee1-1/+1
2012-03-24Revert "Add some dev dashboard info regarding signed package count"Dan McGee1-8/+0
2012-03-24Make all datetime objects fully timezone awareDan McGee2-5/+4
2012-02-14Require message when flagging package out of dateDan McGee1-3/+3
2012-02-13Protect urlencode calls against Unicode dataDan McGee1-1/+1
2012-02-07FlagRequest model behavior tweaksDan McGee1-2/+4
2012-02-02Extract split_package_details() methodDan McGee1-17/+23
2012-01-11Add old version string to saved flag requestsDan McGee1-13/+28
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee2-4/+0
2012-01-03Add maintainer and packager data to package JSON viewDan McGee1-1/+5
2011-12-08Store flag requests in the databaseDan McGee1-3/+17
2011-12-08Multilib differences reportDan McGee1-1/+3