summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-23Ensure package files JS can support corner casesDan McGee1-0/+6
2012-07-23Remove files list AJAX conditionalsDan McGee1-4/+0
2012-07-23Add '410 Gone' support for packages moved out of repositoriesDan McGee2-5/+44
2012-07-21Split details/display package views into new moduleDan McGee2-147/+167
2012-07-08Get multilib package differences query working on sqlite3Dan McGee1-9/+22
2012-07-08Don't log package updates in Python when we have DB trigger supportDan McGee1-2/+13
2012-07-08Add triggers for adding package update rowsDan McGee2-0/+75
2012-07-08Use a set instead of list when gathering package IDs to fetchDan McGee1-1/+1
2012-07-01Add indexes on 'created' field to several package-related modelsDan McGee2-3/+217
2012-07-01Log package updates during reporead invocationDan McGee1-0/+36
2012-07-01Add new package Update modelDan McGee3-2/+302
2012-07-01Remove no-longer necessary delayed imports of PackageDan McGee1-10/+7
2012-05-18Drop old PackageDepend modelDan McGee1-1/+1
2012-05-18Switch to usage of new Depend objectDan McGee2-7/+33
2012-05-18Migrate package depends data into new modelDan McGee1-0/+246
2012-05-18Add new depends modelDan McGee2-0/+206
2012-05-18Issue redirects from non-agnostic to agnostic URLs if unambiguousDan McGee1-0/+10
2012-05-18Add a get_best_satisfier method to RelatedToBaseDan McGee1-1/+35
2012-05-18Refactor an abstract base class out of conflicts/provides/replacesDan McGee1-24/+17
2012-05-12Use python json module directly in place of simplejsonDan McGee3-13/+9
2012-05-05Fix suggestion caching again for non-ASCII charactersrelease_2012-05-05Dan McGee1-1/+2
2012-05-04Fix search suggestions for invalid cache keysDan McGee1-2/+3
2012-05-02Flagging related cleanups and improvementsrelease_2012-05-02Dan McGee1-10/+24
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-1/+2
2012-05-01Add some caching to the Opensearch-related viewsDan McGee1-5/+13
2012-05-01Opensearch enhancementsDan McGee1-1/+17
2012-04-27Use GenericIPAddressField in flag request ip_addressDan McGee2-1/+184
2012-04-07Add JSON search viewrelease_2012-04-07Dan McGee3-1/+28
2012-04-07Move PackageJSONEncoder into package.utils moduleDan McGee2-37/+39
2012-04-07Choose an up-to-date mirror for download URLsDan McGee1-9/+4
2012-04-03Use https:// links for all internal sitesDan McGee1-1/+1
2012-04-03Include category when linking to bug reportsDan McGee1-0/+1
2012-04-02Make hidden 'name' search field match exactlyDan McGee1-1/+1
2012-03-29Return files in default orderDan McGee1-2/+4