summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-20Use case-insensitive search in opensearch suggestionsDan McGee1-2/+8
2012-08-15Ensure created is set when creating flag request via adminDan McGee1-1/+2
2012-08-15Fix signoffs SQL queryDan McGee1-1/+2
2012-08-13Attempt to screen for useless out-of-date messagesDan McGee1-1/+11
2012-08-08Drop old flag request version columnDan McGee2-1/+213
2012-08-08Migrate flag request version info to new formatDan McGee3-6/+226
2012-08-08PEP8 cleanups in package utilsDan McGee1-6/+11
2012-08-08Extract parse_version function from reporead logicDan McGee1-0/+18
2012-08-08Begin split of flag request version column into partsDan McGee2-0/+236
2012-08-08Fix alpm ctypes interface on systems not having alpmDan McGee1-5/+12
2012-08-07Push more default values down into the databaseDan McGee1-1/+1
2012-08-07Make use of new ctypes ALPM APIDan McGee1-0/+23
2012-08-07Add ctypes-based wrapper to ALPM vercmp APIDan McGee1-0/+68
2012-08-04Include description in Depend unicode() outputDan McGee1-0/+7
2012-08-04Remove optional package depends columnDan McGee2-1/+211
2012-08-04Make adjustments for optional -> deptype conversionDan McGee1-0/+210
2012-07-31Add new deptype column to package dependsDan McGee2-0/+221
2012-07-31Use a raw ID field for package Update packageDan McGee1-0/+1
2012-07-31Declare 'enums' at class scopeDan McGee1-7/+6
2012-07-31Revert "Fall back to 410 Gone for package files view as well"release_2012-07-31Dan McGee1-10/+2