summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Package sitemap adjustmentsDan McGee1-5/+15
2013-02-20Fix some fallout with moving page to query paramsDan McGee1-1/+3
2013-02-19Update Django versionrelease_2013-02-19Dan McGee2-2/+2
2013-02-16Make page a query string parameter on package searchDan McGee3-3/+4
2013-02-16Remove configurable pagination for package searchDan McGee2-40/+1
2013-02-16Paginator template cleanupDan McGee2-9/+9
2013-02-16Move all red/green/orange styles into single declarationDan McGee1-37/+15
2013-02-16Fix missing template variableDan McGee1-1/+1
2013-02-16Defer loading of some JS on public index pageDan McGee1-5/+7
2013-02-10Fix split packages sitemaprelease_2013-02-16Dan McGee1-1/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee4-4/+4
2013-02-09Change caching strategy on package.applicable_archesDan McGee1-4/+7
2013-02-09Revert "Reduce query count when retrieving satisfiers and providers"Dan McGee2-14/+10
2013-02-09Remove {% load url from future %} from templatesDan McGee14-14/+1
2013-02-09reporead: remove batched_bulk_createDan McGee1-27/+5
2013-02-09Update Konami JSDan McGee3-7/+7
2013-02-08Ensure todolists are consistently sortedDan McGee1-1/+2
2013-02-08Upgrade D3 to 3.0.6release_2013-02-08Dan McGee6-164/+145
2013-02-08Add a releases model sitemapDan McGee2-0/+18
2013-02-08Remove package seach by 'Last Updated After'Dan McGee2-23/+0
2013-02-08Minify static files when running collectstaticDan McGee4-1/+41
2013-02-04Add './' hack to generate_keyring as wellrelease_2013-02-04Dan McGee1-0/+4
2013-02-04Update exception to DeveloperKey.DoesNotExistDan McGee1-1/+1
2013-02-03Use DeveloperKey model on package page and reportsDan McGee2-12/+27
2013-02-03Update user_pgp_key_link template tag to use DeveloperKey modelDan McGee2-8/+13
2013-02-03Add new pgp_import command; replaces import_signaturesDan McGee2-123/+241
2013-02-03Add DeveloperKey modelDan McGee3-3/+150
2013-02-03Move the home page script block further down the pageDan McGee2-2/+2
2013-02-03Fix spacing issues in signoffs 'Show More' linksDan McGee1-4/+6
2013-02-03Remove some whitespace from index templateDan McGee1-9/+4
2013-02-03Run pngcrush and optipng over most static contentDan McGee28-0/+0
2013-01-28Merge branch 'release'release_2013-01-28Dan McGee6-17/+158
2013-01-28Fix missing template variable for removed todolist packagesDan McGee1-1/+3
2013-01-28Slight reorginization in the download page templateDan McGee1-7/+12
2013-01-28Use torrent view and checksums where appropriateDan McGee3-9/+10
2013-01-28Extract torrent trackers into a settings variableDan McGee2-2/+9
2013-01-28Add MD5 and SHA1 fields for releasesDan McGee3-1/+127
2013-01-28Don't error on empty torrent dataDan McGee1-0/+2
2013-01-27Fix todolist maintainer sortingDan McGee1-2/+2
2013-01-25Merge branch 'on-the-plane'release_2013-01-25Dan McGee10-21/+76
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-22Spice up the release listing page a bitDan McGee2-4/+23
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-22Show staging version on todolist view pageDan McGee3-1/+26
2013-01-21Switch to using the cached STATICFILES_STORAGE backendDan McGee3-4/+5
2013-01-21Slight reorganization of urls.pyDan McGee1-34/+43
2013-01-20Fix error in get_requiredby() when checking providesrelease_2013-01-20Dan McGee1-0/+1