summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
2013-04-23When retrieving signoff specs, select the arch object as wellrelease_2013-04-27Dan McGee1-1/+2
2013-04-22Use required_signoffs value when creating signoff specsDan McGee3-7/+15
2013-04-20Fix parsing issues when query string keys contain unicodeDan McGee1-0/+6
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee5-9/+4
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-14Fix missing attribute error in replacment find codeDan McGee1-1/+2
2013-04-13Show replacments for package if it has been removedDan McGee2-0/+11
2013-04-13Add additional pg_trgm indexes for quicker searchesDan McGee1-0/+3
2013-03-11Remove function caching in packages/utilsDan McGee1-3/+1
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee1-1/+1
2013-02-26Fix ALPM unittest to run when ALPM isn't presentDan McGee1-2/+21
2013-02-26Merge branch 'django-1.5'Dan McGee2-13/+9
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 McGee2-1/+2
2013-02-16Remove configurable pagination for package searchDan McGee1-37/+1
2013-02-10Fix split packages sitemaprelease_2013-02-16Dan McGee1-1/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee1-12/+8
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-22Slight optimization when searching for removed packageDan McGee1-1/+2
2013-01-22Override the default admin queryset for some modelsDan McGee1-0/+10
2013-01-22Use a subquery rather than two queries in attach_maintainersDan McGee1-2/+6
2013-01-18Use a set instead of list when gathering package differencesDan McGee1-10/+15
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
2013-01-12Add get_associated_packages method to FlagRequestDan McGee1-0/+7
2012-12-28Reduce query count when retrieving satisfiers and providersDan McGee1-8/+12
2012-12-28Allow pkg_details_link to return link title if package is missingDan McGee1-1/+1
2012-12-28Make attach_maintainers null-safeDan McGee1-1/+3
2012-12-27Add some more tests for ALPM API stuffDan McGee1-0/+27
2012-12-11Fix FS#32018, provides links always go to [testing] packagesDan McGee1-18/+6
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee3-7/+7
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee3-9/+6
2012-10-26Cleanup meta model attributesDan McGee1-2/+5
2012-10-26Extract some common architecture grabbing logicDan McGee1-6/+9
2012-10-14Refactor signoff-grabbing queriesDan McGee1-22/+18
2012-10-12Make wrong permissions query more efficientDan McGee1-5/+6
2012-09-30pkg_details_link template tag enhancementsDan McGee1-2/+6
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-21Fix scm_link in a way that doesn't make cgit barfDan McGee1-1/+1
2012-08-21Style cleanups in package_extrasDan McGee1-1/+12
2012-08-21Revert "Fix scm_link for Unicode characters"Dan McGee1-6/+5
2012-08-20Fix scm_link for Unicode charactersDan McGee1-5/+6