summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Bump Django requirement for minor version releaseDan McGee2-2/+2
2013-12-02Old TODO file is very out of dateDan McGee1-4/+0
2013-11-27Stop using Django-provided floatformat template tagrelease_2013-11-30Dan McGee4-11/+16
2013-11-27Syntax cleanups to main adminDan McGee1-0/+4
2013-11-27Remove date_hierarchy from several package admin viewsDan McGee1-8/+4
2013-11-27Allow pkg_details_link to honor package flag stateDan McGee2-8/+7
2013-11-27Use pkg_details_link tag on differences report pageDan McGee1-4/+3
2013-11-25Move markdown formatted readme to README.mdDan McGee2-80/+81
2013-11-25Capitalize URL properly in Django adminDan McGee1-1/+1
2013-11-25Bump some requirementsDan McGee2-4/+4
2013-11-25Merge branch 'cleaned-reqdby'release_2013-11-25Dan McGee2-3/+32
2013-11-25Merge branch 'django-1.6'Dan McGee35-34/+407
2013-11-25Merge branch 'retro'Dan McGee34-3/+2044
2013-11-11Add 2012 and 2013 retro sitesDan McGee33-0/+2040
2013-11-11Filtered requiredby list for non-primary dependsDan McGee2-3/+32
2013-11-08Ensure user has a profile created when they go to edit itDan McGee1-3/+4
2013-11-06Drop old base64-ed PGP signature columnDan McGee4-3/+114
2013-11-06Move signature data from base64 string to bytes typeDan McGee3-8/+129
2013-11-06Add new `signature_bytes` field on package modelDan McGee2-3/+119
2013-11-06Bump requirements versions for Django 1.6Dan McGee2-4/+4
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee9-16/+16
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee18-0/+19
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-0/+6
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-2/+2
2013-11-06Fix parsing of depends with both epoch and descriptionDan McGee1-2/+2
2013-11-04Remove "Unofficial" from Beginners' Guide linkDario Giovannetti1-3/+3
2013-10-27Bump requirementsrelease_2013-10-27Dan McGee2-6/+6
2013-09-30Proper support for revoked signaturesDan McGee5-21/+155
2013-09-30Bump jsmin requirements versionDan McGee2-2/+2
2013-09-30Bump to latest Django security releaseDan McGee2-2/+2
2013-08-12Bump South requirements.txt versionDan McGee2-2/+2
2013-07-13Fix completion percentage calculation in mirror statusDan McGee1-2/+2
2013-07-13Update memcached version requirementrelease_2013-07-13Dan McGee1-1/+1
2013-07-13Use the unicode char representation of  Dan McGee1-1/+1
2013-07-13Bump psycopg2 requirements versionDan McGee1-1/+1
2013-07-13Show alternate email on mirror details pageDan McGee1-0/+4
2013-07-13Move simple feeds templates directly into feed classesDan McGee3-4/+6
2013-06-20Re-enable caching for somewhat expensive mirror status queryDan McGee1-1/+1
2013-06-20Add link to release listing page from public indexDan McGee2-1/+4
2013-06-14Add PGP signature signer and signee indexesDan McGee2-4/+125
2013-06-01Guard logging operation to prevent needless text joinDan McGee1-2/+3
2013-06-01Ensure only active mirror URLs are listedDan McGee3-2/+3
2013-05-31Whoops, committed a little bit too muchrelease_2013-05-31Dan McGee1-3/+0
2013-05-31Honor mirror URL active attribute in several placesDan McGee4-7/+14
2013-05-31Add active column to mirror URLsDan McGee2-0/+84
2013-05-26Bump several requirements versionsDan McGee2-5/+5
2013-05-21Add 'Edit Mirror' link to mirror details pageDan McGee1-1/+7
2013-05-21Begin removal of FTP mirror supportDan McGee6-37/+10
2013-05-12Fix reporead issue with temporary database filesrelease_2013-05-12Dan McGee1-3/+4
2013-05-10Merge branch 'mirror-errors'Dan McGee5-33/+39