summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-31Reuse removed template for packages with multiple replacementsDan McGee1-4/+20
2012-07-31Add package details redirect for package replacementsDan McGee1-1/+13
2012-07-31Rework package details dispatch codeDan McGee1-37/+45
2012-07-31Fix broken hidden input sort field on search formDan McGee1-1/+1
2012-07-24Replace deprecated list_detail usage in search with class-based viewDan McGee3-42/+45
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee4-24/+17
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee3-10/+10
2012-07-24Add index on package updates pkgname fieldDan McGee2-1/+209
2012-07-23Fall back to 410 Gone for package files view as wellDan McGee1-2/+10