summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-19Add more metadata to releng Release modelDan McGee4-2/+136
2013-01-19Don't redefine mirror_url function every callDan McGee1-10/+11
2013-01-19Publicize the releases feedDan McGee2-2/+10
2013-01-19Initial cut of a Releases RSS feedDan McGee2-1/+45
2013-01-19Add double click event handler to hide imageDan McGee1-0/+3
2013-01-18Use a set instead of list when gathering package differencesDan McGee1-10/+15
2013-01-18Include 'files_last_update' in package sitemap queryDan McGee1-1/+2
2013-01-18Don't pull and sort mirror URLs unless we have toDan McGee1-5/+10
2013-01-16Convert all usages of flag icons to new spriterelease_2013-01-18Dan McGee8-6/+37
2013-01-16Remove debugging print statementDan McGee1-1/+0
2013-01-16Rename famfamfam flags sprite PNG and CSSDan McGee2-1/+1
2013-01-16More famfamfam flags style tweakingDan McGee1-3/+2
2013-01-16Simplify famfamfam flags CSSDan McGee1-262/+258
2013-01-16Add famfamfam flags sprite image and CSSDan McGee2-0/+275
2013-01-15Add a little easter egg for people to findDan McGee5-0/+29
2013-01-15Tabs -> spaces in archweb.cssDan McGee1-3/+3
2013-01-15Clean up and make several migrations modernrelease_2013-01-15Dan McGee6-32/+26
2013-01-15Add new AlwaysCommitMiddleware to the stackDan McGee2-0/+41
2013-01-15Handle connection and transaction more properly in reporeadDan McGee2-6/+10
2013-01-14Support mirror status JSON by tierDan McGee2-1/+8
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee1-7/+11
2013-01-14Drop country column from mirror tableDan McGee12-36/+93
2013-01-14Add migration to move country data down to the URL levelDan McGee1-0/+74
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee8-15/+14
2013-01-13Add __name__ attribute to class-based Feeds viewsrelease_2013-01-13Dan McGee1-0/+4
2013-01-13Disable XView MiddlewareDan McGee1-1/+0
2013-01-13Load key before importing newrelicDan McGee2-5/+7
2013-01-13Try 3 at getting the New Relic license key inDan McGee1-5/+5
2013-01-13More tweaks for New Relic in WSGI scriptDan McGee1-1/+6
2013-01-13Add newrelic.ini fileDan McGee1-0/+194
2013-01-13Enable newrelic in WSGI if availableDan McGee1-2/+19
2013-01-13Simplify the WSGI scriptDan McGee1-2/+1