summaryrefslogtreecommitdiff
path: root/packages/views
AgeCommit message (Expand)Author
2013-08-26Remove flag as outdate links to packages from archOmar Vega Ramos
2013-04-22Merge branch 'archweb-generic2'Luke Shumaker
2013-04-21Merge commit '91c451'Luke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee
2013-04-16Use require_safe decorator rather than require_GETDan McGee
2013-04-13Show replacments for package if it has been removedDan McGee
2013-03-27Pull references to Arch Linux in code into BRANDING_ variables in settingsLuke Shumaker
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-26Merge branch 'django-1.5'Dan McGee
2013-02-20Fix some fallout with moving page to query paramsDan McGee
2013-02-16Make page a query string parameter on package searchDan McGee
2013-02-16Remove configurable pagination for package searchDan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-02-08Remove package seach by 'Last Updated After'Dan McGee
2013-01-23Use more modern verison of string template formattingDan McGee
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2013-01-12Make packages JSON search more performantrelease_2013-01-12Dan McGee
2012-12-12Merge tag 'release_2012-04-07'Luke Shumaker
2012-12-12Merge tag 'release_2012-04-02'Luke Shumaker
2012-12-12Merge tag 'release_2012-03-25'Luke Shumaker
2012-12-12Merge commit '822898e' (Merge branch 'django14')Luke Shumaker
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-11-15Merge tag 'release_2012-02-18'Luke Shumaker
2012-11-15Merge tag 'release_2012-02-11'Luke Shumaker
2012-11-15Merge commit '1f18484' (update)Luke Shumaker
2012-11-14Merge tag 'release_2012-01-11'Luke Shumaker
2012-11-14Merge commit 'd198137' (update)Luke Shumaker
2012-11-14Merge commit '96fecb1' (Multilib differences report)Luke Shumaker
2012-10-26Extract some common architecture grabbing logicDan McGee
2012-09-30Fix usage of naïve datetime objectDan McGee
2012-09-30Hide staging packages in search resultsDan McGee
2012-09-25Don't show staging in package search repo listingDan McGee
2012-09-15Remove now unnecessary importrelease_2012-09-15Dan McGee
2012-09-08p/v/flag: Add reply-to to out-of-date notificationsFlorian Pritz
2012-08-20Use case-insensitive search in opensearch suggestionsDan McGee
2012-08-13Attempt to screen for useless out-of-date messagesDan McGee
2012-08-08Migrate flag request version info to new formatDan McGee
2012-07-31Revert "Fall back to 410 Gone for package files view as well"release_2012-07-31Dan McGee
2012-07-31Reuse removed template for packages with multiple replacementsDan McGee
2012-07-31Add package details redirect for package replacementsDan McGee
2012-07-31Rework package details dispatch codeDan McGee
2012-07-31Fix broken hidden input sort field on search formDan McGee
2012-07-24Replace deprecated list_detail usage in search with class-based viewDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee