summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-01-20Remove AlwaysCommitMiddlewareDan McGee2-41/+0
2013-01-20Query performance enhancements in get_requiredby()Dan McGee1-5/+6
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee2-2/+69
2013-01-19Add a view to download the torrent available for a given releaseDan McGee2-5/+26
2013-01-19Mark release version string as uniqueDan McGee2-1/+118
2013-01-19Implement torrent data parsing and extraction via bencodeDan McGee4-5/+58
2013-01-19Add basic release list and details viewsDan McGee6-5/+90