summaryrefslogtreecommitdiffstats
path: root/mirrors/views.py
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Don't select FTP by default in mirrorlistsDan McGee1-2/+4
2011-10-27Don't require mirrorlist URLs to have ISOsDan McGee1-1/+1
2011-06-15Add JSON package details and files viewsDan McGee1-3/+2
2011-04-18mirrors: pylint discovered cleanupsDan McGee1-4/+3
2011-04-13Add optional country override for individual mirror URLsDan McGee1-5/+7
2011-03-29Enhance the mirror details pageDan McGee1-2/+11
2010-12-13Add a mirror status JSON viewDan McGee1-1/+36
2010-12-07Don't require country on mirrorlist submissionDan McGee1-1/+1
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee1-4/+7
2010-10-14Show all mirrors if no IP version specifiedDan McGee1-6/+6
2010-10-14Allow filtering of mirrorlist by IP-versionPyroPeter1-2/+17
2010-10-14Add 'All' choice and make it the defaultPyroPeter1-2/+3
2010-09-30Use new is_download fieldDan McGee1-3/+3
2010-09-25Add a basic mirror details pageDan McGee1-0/+11
2010-09-25Make general mirror list view publicDan McGee1-0/+6
2010-09-25Give more information about mirror check runs and frequencyDan McGee1-10/+7
2010-09-22Allow generated mirrorlist to take status info into accountDan McGee1-5/+21
2010-09-22Allow caching of mirror status infoDan McGee1-30/+3
2010-09-22Prevent 500 if no mirror checks have ranDan McGee1-1/+4
2010-09-22Add ordering, sorting, and a lot more info to mirror status pageDan McGee1-2/+7
2010-09-21Add mirror status viewDan McGee1-0/+50
2010-09-21Rename generate mirrorlist viewDan McGee1-1/+1
2010-09-17Remove some leftover print statementsDan McGee1-1/+0
2010-09-06Move mirror models out of main appDan McGee1-1/+1
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-8/+5
2010-08-28PyLint suggested cleanupsDan McGee1-1/+0
2010-07-03Default country selection to AnyDan McGee1-0/+1
2010-07-03mirrorlist: allow filtering by protocolDan McGee1-7/+15
2010-07-03Get mirrorlist view ready for general useDan McGee1-19/+17
2010-07-03Remove arch from mirrorlist generationDan McGee1-11/+3
2010-02-10Remove archweb prefix from all importsDan McGee1-2/+2
2010-01-30Use select_related() for some mirror pagesDan McGee1-1/+1
2009-11-10use RequestContext in mirrors.views.chooseIsmael Carnales1-1/+3
2009-11-10fixed error in mirrors.views.chooseIsmael Carnales1-2/+2
2009-11-10added mirrors app from archweb_pubIsmael Carnales1-0/+56