summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Fix news preview with CSRF and AJAX in Django 1.2.5release_2011-03-21Dan 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 errorsrelease_2011-03-15Dan 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-14Make todo list DateField a DateTimeFieldDan McGee1-0/+156
2011-03-14Show orphan package counts in maintainer dashboard tableDan McGee2-0/+20
2011-03-14Remove duplicate TEMPLATE_LOADERS configDan McGee1-19/+12
2011-03-14Fix relative URL links in admin_log templateDan McGee1-1/+1
2011-03-13Move magic numbers into a function argumentDan McGee1-4/+5
2011-03-13Ensure PyPy compatibilityDan McGee1-2/+5
2011-03-13Show epoch in package version if != 0Dan McGee9-15/+21
2011-03-13Add package epoch supportDan McGee4-9/+183
2011-03-10Add Admin log overview pageDan McGee4-1/+87
2011-03-10Make it very easy to use the Django debug toolbarDan McGee1-0/+9
2011-03-07Clean up current_query and preserve multiple argsDan McGee3-21/+23
2011-03-07Todo list styling and info cleanupsDan McGee4-13/+13
2011-03-07Work around unicode/str issue in pytzDan McGee1-1/+3
2011-03-04Send only one email per todolistrelease_2011-03-07Dan McGee3-38/+33
2011-03-04Move new user email contents to templateDan McGee3-11/+26
2011-03-04Use transactions in todolist creationDan McGee1-42/+52
2011-03-04Get general form up to snuffDan McGee1-4/+8
2011-03-04Remove multiple account login/logout URLsDan McGee3-6/+4
2011-03-03Add ordering to mirror protocolsDan McGee1-0/+1
2011-03-03Template fine-grained permissioningDan McGee3-5/+9
2011-03-03Remove devel notify viewDan McGee4-26/+0
2011-03-03Correct some permission decoratorsDan McGee2-3/+3
2011-03-03Make Arch and Repo a MultipleChoice on package searchDan McGee1-6/+6
2011-03-03Bump Django required versionDan McGee2-2/+2
2011-02-27Auto-resolve mirror URLs on saveDan McGee3-9/+27
2011-02-27Auto map the protocol URL fieldDan McGee2-5/+29
2011-02-27Add a default initial groups fixtureDan McGee2-0/+199
2011-02-27Update repos fixtureDan McGee1-1/+11
2011-02-27Remove test_packages fixtureDan McGee1-11118/+0
2011-02-27Slight refactor of user list viewsDan McGee2-15/+27
2011-02-27Screen Fellows based on group membership as wellDan McGee1-1/+1
2011-02-27reporead: small cleanupsDan McGee1-6/+2
2011-02-23Allow deleting of stale package relations via status pageDan McGee3-6/+31
2011-02-23Add stale package relations status screenDan McGee5-3/+154
2011-02-23reporead performance improvementsDan McGee1-3/+18
2011-02-22Use hyphen to offset optdep descriptionrelease_2011-02-22Dan McGee1-1/+1
2011-02-22Use new split package file fields everywhereDan McGee5-6/+169
2011-02-22Add migration to split package files into partsDan McGee1-0/+186
2011-02-22Add new file and directory parts to package filesDan McGee2-0/+169
2011-02-22Slight tweaks to mirror commandsDan McGee2-10/+9
2011-02-22Modularize URLsDan McGee4-41/+55
2011-02-19Unify calls to applicable_arches()Dan McGee1-1/+1
2011-02-19Remove maintainer relations if user marked inactiveDan McGee1-0/+12