summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-20Move all script blocks into {% script_block %} sectionrelease_2013-04-20Dan McGee
2013-04-20Fix some None issues with sqlite3 and mirror statusDan McGee
2013-04-20Remove {% spaceless %} tag from a few more placesDan McGee
2013-04-20Remove spaceless from depends and required by template fragmentsDan McGee
2013-04-16Sort required by entries by dependency typeDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee
2013-04-16Remove COUNTRY_LOOKUP global variableDan McGee
2013-04-16Grab author when loading news item detailsDan McGee
2013-04-16Use require_safe decorator rather than require_GETDan McGee
2013-04-14Tweaks to mirror status chart generationrelease_2013-04-14Dan McGee
2013-04-14Draw one mirror status graph per check locationDan McGee
2013-04-14Turn visualize-mirror into a CSS classDan McGee
2013-04-14Add a JSON view for retrieving mirror check locationsDan McGee
2013-04-14Fix missing attribute error in replacment find codeDan McGee
2013-04-14Remove cache_function decorator from a few spotsDan McGee
2013-04-14Reduce mirror status query madnessDan McGee
2013-04-13Show replacments for package if it has been removedDan McGee
2013-04-13Add additional pg_trgm indexes for quicker searchesDan McGee
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee
2013-04-13Calculate average URL delay in the databaseDan McGee
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee
2013-04-08Bump psycopg2 requirements.txt versionDan McGee
2013-03-29Update some package requirementsDan McGee
2013-03-29Remove old-style build date parsingDan McGee
2013-03-29Add IP family lookup to CheckLocation modelDan McGee
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee
2013-03-12Don't check FTP + IPv6 combinationDan McGee
2013-03-11Remove function caching in packages/utilsDan McGee
2013-03-11Update home page todo lists linkDan McGee
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee
2013-03-11Make todolists fully publicDan McGee
2013-03-11Add some explanatory info back to todolist index pageDan McGee
2013-03-11Sort incomplete todolists firstDan McGee
2013-03-11Remove public todolists viewDan McGee
2013-03-11Don't link to a one-element listing page from recent updatesDan McGee
2013-03-09Remove /jsi18n/ view mappingDan McGee
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee
2013-03-06Teach mirrorcheck management command about check locationsDan McGee
2013-03-06Add location ID to mirror logsDan McGee
2013-03-06Add family property to mirror check locationDan McGee
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee
2013-03-06Add mirror CheckLocationAdminDan McGee
2013-03-06Add 'created' field to more mirror modelsDan McGee
2013-03-06Add mirror check locations modelDan McGee
2013-03-05Add link to get HTTPS-only mirrorlistDan McGee
2013-03-04Add HTTPS mirror protocol fixtureDan McGee
2013-02-28Add django.http.response:Http404 to ignored NewRelic errorsDan McGee
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee