summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Add debugger when having to parse lastsync fileDan McGee1-0/+2
2010-09-21Add mirror status viewDan McGee6-0/+148
2010-09-21Add 'mirrorcheck' commandDan McGee3-0/+149
2010-09-21Rename generate mirrorlist viewDan McGee2-2/+2
2010-09-21Add new MirrorLog model and associated migrationDan McGee2-0/+86
2010-09-21Auto-populate slug on news item creationDan McGee2-3/+17
2010-09-21Update news views to use slug instead of IDDan McGee5-18/+25
2010-09-21Add migrations to populate the news slug and make it non-nullDan McGee3-1/+145
2010-09-21Add news slug fieldDan McGee2-0/+67
2010-09-20Update news permission required stringrelease_2010-09-20Dan McGee1-4/+4
2010-09-20Fix package differences pkgrel comparisonDan McGee1-3/+4
2010-09-16Remove some leftover print statementsDan McGee2-3/+0
2010-09-15Spruce up news admin viewDan McGee2-4/+4
2010-09-14Ensure consistent date formatting everywhererelease_2010-09-14Dan McGee8-7/+10
2010-09-14Re-enable etagsDan McGee1-2/+0
2010-09-14Improve request handling for feeds that haven't changedDan McGee1-0/+37
2010-09-14Reorder middleware to be more inline with Django defaultsDan McGee1-2/+2
2010-09-14Add last modified date to newsDan McGee2-1/+76
2010-09-12Bump requirements for Django security releaseDan McGee2-2/+2
2010-09-12reporead: revamp database parsing codeDan McGee1-93/+64
2010-09-12Check for correct permission when creating usersrelease_2010-09-12Dan McGee1-2/+2
2010-09-10Restore flagged package count by maintainer in dashboardDan McGee3-12/+44
2010-09-10reporead: allow traceback on USR1 signal as wellDan McGee1-2/+3
2010-09-10Remove SomethingFishyExceptionDan McGee1-7/+2
2010-09-09Improve todo list view pageDan McGee2-6/+22
2010-09-09Remove redundant text from groups package count columnDan McGee1-12/+2
2010-09-09After moving models, update content type tablerelease_2010-09-09Dan McGee1-0/+169
2010-09-09Hide multilib by defaultDan McGee1-2/+2
2010-09-08Update arch fixture with new columnDan McGee1-0/+3
2010-09-08Use arch.agnostic flag everywhereDan McGee3-10/+17
2010-09-08Add metadata to Arch tableDan McGee4-1/+313
2010-09-08Fix download links to work with package poolsDan McGee1-1/+5
2010-09-08Add links to arch differences pageDan McGee2-1/+4
2010-09-08Developer dashboard fixesDan McGee1-32/+41
2010-09-08Remove leftover console.logDan McGee1-1/+0
2010-09-08Remove explicit ordering from admin specsDan McGee1-2/+0
2010-09-08Re-ID sponsors div so it skirts adblockDan McGee2-2/+2
2010-09-08Show news in adminDan McGee1-0/+10
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee4-0/+31
2010-09-08Move news model to an appropriate placeDan McGee8-22/+247
2010-09-08Put news under south controlDan McGee3-0/+21
2010-09-08Add 'for' attributes to search form labelsDan McGee1-8/+8
2010-09-08Implement package difference filteringDan McGee4-23/+117
2010-09-07Split and update the pip requirements fileDan McGee2-5/+6
2010-09-07Use flagged style on versions in package differencesDan McGee1-2/+4
2010-09-07Make flagged style class apply to all tablesDan McGee1-3/+1
2010-09-06Move mirror models out of main appDan McGee10-117/+342
2010-09-06Put mirrors app under South controlDan McGee3-0/+17
2010-09-06Remove unnecessary commentsDan McGee1-9/+1
2010-09-03Use direct_to_template in all remaining possible placesDan McGee5-65/+47