summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25Merge branch 'on-the-plane'release_2013-01-25Dan McGee
2013-01-23Use more modern verison of string template formattingDan McGee
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee
2013-01-22Slight optimization when searching for removed packageDan McGee
2013-01-22Spice up the release listing page a bitDan McGee
2013-01-22Override the default admin queryset for some modelsDan McGee
2013-01-22Use a subquery rather than two queries in attach_maintainersDan McGee
2013-01-22Show staging version on todolist view pageDan McGee
2013-01-21Switch to using the cached STATICFILES_STORAGE backendDan McGee
2013-01-21Slight reorganization of urls.pyDan McGee
2013-01-20Fix error in get_requiredby() when checking providesrelease_2013-01-20Dan McGee
2013-01-20Remove AlwaysCommitMiddlewareDan McGee
2013-01-20Query performance enhancements in get_requiredby()Dan McGee
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee
2013-01-19Add a view to download the torrent available for a given releaseDan McGee
2013-01-19Mark release version string as uniqueDan McGee
2013-01-19Implement torrent data parsing and extraction via bencodeDan McGee
2013-01-19Add basic release list and details viewsDan McGee
2013-01-19Add more metadata to releng Release modelDan McGee
2013-01-19Don't redefine mirror_url function every callDan McGee
2013-01-19Publicize the releases feedDan McGee
2013-01-19Initial cut of a Releases RSS feedDan McGee
2013-01-19Add double click event handler to hide imageDan McGee
2013-01-18Use a set instead of list when gathering package differencesDan McGee
2013-01-18Include 'files_last_update' in package sitemap queryDan McGee
2013-01-18Don't pull and sort mirror URLs unless we have toDan McGee
2013-01-16Convert all usages of flag icons to new spriterelease_2013-01-18Dan McGee
2013-01-16Remove debugging print statementDan McGee
2013-01-16Rename famfamfam flags sprite PNG and CSSDan McGee
2013-01-16More famfamfam flags style tweakingDan McGee
2013-01-16Simplify famfamfam flags CSSDan McGee
2013-01-16Add famfamfam flags sprite image and CSSDan McGee
2013-01-15Add a little easter egg for people to findDan McGee
2013-01-15Tabs -> spaces in archweb.cssDan McGee
2013-01-15Clean up and make several migrations modernrelease_2013-01-15Dan McGee
2013-01-15Add new AlwaysCommitMiddleware to the stackDan McGee
2013-01-15Handle connection and transaction more properly in reporeadDan McGee
2013-01-14Support mirror status JSON by tierDan McGee
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee
2013-01-14Drop country column from mirror tableDan McGee
2013-01-14Add migration to move country data down to the URL levelDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2013-01-13Add __name__ attribute to class-based Feeds viewsrelease_2013-01-13Dan McGee
2013-01-13Disable XView MiddlewareDan McGee
2013-01-13Load key before importing newrelicDan McGee
2013-01-13Try 3 at getting the New Relic license key inDan McGee
2013-01-13More tweaks for New Relic in WSGI scriptDan McGee
2013-01-13Add newrelic.ini fileDan McGee
2013-01-13Enable newrelic in WSGI if availableDan McGee
2013-01-13Simplify the WSGI scriptDan McGee