summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Expand)Author
2013-11-27Remove date_hierarchy from several package admin viewsDan McGee
2013-11-27Allow pkg_details_link to honor package flag stateDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-08-26Fix links related to issue #369Omar Vega Ramos
2013-08-26Remove flag as outdate links to packages from archOmar Vega Ramos
2013-07-16fix package_extras.py:scm_linkLuke Shumaker
2013-07-15reduce differences in the package details pageLuke Shumaker
2013-04-26Merge branch 'archweb-generic2'Luke Shumaker
2013-04-23Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-23fix bugsLuke Shumaker
2013-04-23When retrieving signoff specs, select the arch object as wellrelease_2013-04-27Dan McGee
2013-04-22Use required_signoffs value when creating signoff specsDan McGee
2013-04-22Merge branch 'archweb-generic2'Luke Shumaker
2013-04-21remove unnecessary differences between this and upstreamLuke Shumaker
2013-04-21update packages/templatetags/package_extras.py for labsLuke 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-20Fix parsing issues when query string keys contain unicodeDan McGee
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-14Fix missing attribute error in replacment find codeDan McGee
2013-04-13Show replacments for package if it has been removedDan McGee
2013-04-13Add additional pg_trgm indexes for quicker searchesDan McGee
2013-03-27Pull references to Arch Linux in code into BRANDING_ variables in settingsLuke Shumaker
2013-03-27Allow '~' in repo namesLuke Shumaker
2013-03-11Remove function caching in packages/utilsDan McGee
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-26Fix ALPM unittest to run when ALPM isn't presentDan 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-10Fix split packages sitemaprelease_2013-02-16Dan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan 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-22Slight optimization when searching for removed packageDan McGee
2013-01-22Override the default admin queryset for some modelsDan McGee
2013-01-22Use a subquery rather than two queries in attach_maintainersDan McGee
2013-01-18Use a set instead of list when gathering package differencesDan 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
2013-01-12Add get_associated_packages method to FlagRequestDan McGee
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee
2012-12-28Allow pkg_details_link to return link title if package is missingDan McGee