summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-23Update repos fixture with new fieldsrelease_2011-04-23Dan McGee
2011-04-18Reimplement links code as template tagsDan McGee
2011-04-18Add a "Report a Bug" linkDan McGee
2011-04-18packages: pylint suggested cleanupsDan McGee
2011-04-18mirrors: pylint discovered cleanupsDan McGee
2011-04-18Never parse generated lastsync fileDan McGee
2011-04-18Update out of date flag screen and emailDan McGee
2011-04-16Only include known values in generated search queryDan McGee
2011-04-16Add some simple template caching on developer dashboardDan McGee
2011-04-15Remove old package search/ URLsDan McGee
2011-04-12Add optional country override for individual mirror URLsDan McGee
2011-04-09Show more info about todolists on developer dashboardrelease_2011-04-09Dan McGee
2011-04-09Rename local variables for clarityDan McGee
2011-04-09Ascii-ize the todo list email package listDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-07Update requirements.txt for Django 1.3Dan McGee
2011-04-07Convert todolist delete to class-based viewDan McGee
2011-04-07Convert generic views in urls.py to class-basedDan McGee
2011-04-07Consolidate caching black magicDan McGee
2011-04-07Add some migrations to convert database to UTC timeDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-04-07Show a few more fields in package adminDan McGee
2011-04-07Select related needed objects when pulling package detailsDan McGee
2011-04-07Add a horrible hack to allow feed guid value to not be a permalinkDan McGee
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee
2011-04-05Collapse all split and similar packages in recent updates listrelease_2011-04-05Dan McGee
2011-04-05Make mirror name and URLs uniqueDan McGee
2011-03-29Work out kinks in create new user viewDan McGee
2011-03-29Log user additions via new user formDan McGee
2011-03-29Show important fields first on new user formDan McGee
2011-03-29Link email address if availableDan McGee
2011-03-29Ensure durations are sorted correctlyDan McGee
2011-03-28Small package details template cleanupDan McGee
2011-03-28Enhance the mirror details pageDan McGee
2011-03-28Move country filter last in mirror adminDan McGee
2011-03-24Add provides to collections listrelease_2011-03-28Dan McGee
2011-03-24Remove dead merchandise linkDan McGee
2011-03-23reporead: remove the need for hasattr() checksDan McGee
2011-03-23Clear out package relation sets before adding new valuesDan McGee
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee
2011-03-23Remove need to import each individual logger constantDan McGee
2011-03-23Fix package group unicode methodDan McGee
2011-03-23reporead: refactor multivalued attribute creationDan McGee
2011-03-23Add new package parts modelsDan McGee
2011-03-23Add basic todo list admin siteDan McGee
2011-03-23Allow virtual base packages to display in web interfaceDan McGee
2011-03-23Generalize group details pageDan McGee
2011-03-23Add flag date column to group details pageDan McGee
2011-03-23Use select_related() on group details pageDan McGee
2011-03-22Fix potential logic bug in requiredby filteringDan McGee