summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Update requirements.txt for Django 1.3Dan McGee2-5/+5
2011-04-08Convert todolist delete to class-based viewDan McGee2-10/+11
2011-04-08Convert generic views in urls.py to class-basedDan McGee1-5/+8
2011-04-08Consolidate caching black magicDan McGee4-54/+35
2011-04-08Add some migrations to convert database to UTC timeDan McGee2-0/+265
2011-04-08Use UTC datetime objects everywhereDan McGee5-25/+20
2011-04-08Show a few more fields in package adminDan McGee1-1/+2
2011-04-08Select related needed objects when pulling package detailsDan McGee1-1/+2
2011-04-08Add a horrible hack to allow feed guid value to not be a permalinkDan McGee1-0/+23
2011-04-08Ensure feed GUIDs are unchanging and uniqueDan McGee8-8/+186
2011-04-05Collapse all split and similar packages in recent updates listDan McGee2-19/+64
2011-04-05Make mirror name and URLs uniqueDan McGee2-2/+68
2011-03-29Work out kinks in create new user viewDan McGee1-6/+17
2011-03-29Log user additions via new user formDan McGee1-0/+15
2011-03-29Show important fields first on new user formDan McGee1-5/+16
2011-03-29Link email address if availableDan McGee1-1/+1
2011-03-29Ensure durations are sorted correctlyDan McGee1-4/+3
2011-03-29Small package details template cleanupDan McGee1-1/+1
2011-03-29Enhance the mirror details pageDan McGee3-30/+96
2011-03-29Move country filter last in mirror adminDan McGee1-1/+1
2011-03-24Add provides to collections listDan McGee1-1/+1
2011-03-24Remove dead merchandise linkDan McGee1-2/+0
2011-03-24reporead: remove the need for hasattr() checksDan McGee1-24/+27
2011-03-24Clear out package relation sets before adding new valuesDan McGee1-0/+3
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee1-3/+42
2011-03-23Remove need to import each individual logger constantDan McGee1-6/+4
2011-03-23Fix package group unicode methodDan McGee1-1/+1
2011-03-23reporead: refactor multivalued attribute creationDan McGee1-9/+13
2011-03-23Add new package parts modelsDan McGee2-0/+211
2011-03-23Add basic todo list admin siteDan McGee1-1/+7
2011-03-23Allow virtual base packages to display in web interfaceDan McGee2-4/+25
2011-03-23Generalize group details pageDan McGee2-4/+5
2011-03-23Add flag date column to group details pageDan McGee1-0/+2
2011-03-23Use select_related() on group details pageDan McGee1-1/+1
2011-03-23Fix potential logic bug in requiredby filteringDan McGee1-1/+1
2011-03-23Don't bail on staging repo being short on packagesDan McGee1-1/+1
2011-03-23Add 'staging' field to Repo modelDan McGee3-2/+161
2011-03-23Simplify the dev dashboardDan McGee3-24/+11
2011-03-23Urlize todo list descriptions on dashboardDan McGee1-1/+1
2011-03-23Add alias to developer clocks pageDan McGee1-0/+2
2011-03-23Add index to todo list date addedDan McGee2-1/+158
2011-03-21Fix news preview with CSRF and AJAX in Django 1.2.5Dan McGee2-10/+12
2011-03-16Fix valid_value() in "LimitTypedChoiceField" class.Lukas Fleischer1-5/+10
2011-03-16Various reporead small cleanupsDan McGee1-24/+29
2011-03-15Only set limit if we have one, else default to 50Dan McGee1-1/+3
2011-03-15Ensure package search form correctly handles errorsDan McGee2-38/+54
2011-03-15Check in actual models update for DateTime migrationDan McGee1-1/+1
2011-03-15Use date template filter on datetime field displayDan McGee2-4/+4
2011-03-15Make todo list DateField a DateTimeFieldDan McGee1-0/+156
2011-03-14Show orphan package counts in maintainer dashboard tableDan McGee2-0/+20