summaryrefslogtreecommitdiffstats
path: root/devel
AgeCommit message (Expand)AuthorFilesLines
2010-08-04reporead: Add ability to generate traceback via signalDan McGee1-0/+4
2010-08-01Fix stupid mistake in user parsingDan McGee1-1/+1
2010-07-28Clean up find_user() code a bitDan McGee1-23/+24
2010-07-28Add missing group delete in reporeadDan McGee1-0/+1
2010-07-28Add packager support to reporeadDan McGee1-1/+51
2010-07-25Add package groups model and display to packagesDan McGee1-0/+5
2010-07-07Update code to use new flag_date columnDan McGee2-2/+2
2010-07-06Show incomplete todo list packages in dev dashboardDan McGee1-4/+9
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee1-0/+4
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-2/+4
2010-05-26Have reporead populate filename columnDan McGee1-0/+1
2010-05-24reporead: use the DB package we already haveDan McGee1-5/+3
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee1-5/+0
2010-05-24Change link to new dev site locationDan McGee1-1/+1
2010-05-04Ensure changing profile email doesn't reset passwordDan McGee1-9/+6
2010-04-17reporead: allow removal of last package in an archDan McGee1-10/+8
2010-03-28Simplify code now that pkgbase is always definedDan McGee1-1/+1
2010-03-28Make reporead always populate pkgbaseDan McGee1-1/+4
2010-03-27Move package maintainer off of package modelDan McGee1-3/+10
2010-03-11Fix one missed testing repo checkDan McGee1-1/+1
2010-03-02Merge branch 'package-files'Dan McGee1-29/+61
2010-02-28Make reporead.py not executableDan McGee1-0/+0
2010-02-27reporead: add --filesonly optionDan McGee1-26/+47
2010-02-27reporead: support reading files entries againDan McGee1-8/+19
2010-02-27reporead: whitespace cleanupsDan McGee1-11/+11
2010-02-27reporead: only reset needsupdate when setting last_updateDan McGee1-1/+1
2010-02-27reporead: build date data is crazyDan McGee1-1/+4
2010-02-27reporead: accommodate old-school build dateDan McGee1-1/+4
2010-02-27reporead: allow a force updateDan McGee1-11/+20
2010-02-27Add some additional fields to package importDan McGee1-0/+4
2010-02-17reporead: use different timestamp for each packageDan McGee1-3/+2
2010-02-11reporead: small touchups, mostly in argument validationDan McGee1-23/+30
2010-02-11reporead: turn into a django-admin commandDan McGee3-0/+339
2010-02-10Remove archweb prefix from all importsDan McGee1-4/+4
2010-02-01Make marking out of date actually workDan McGee1-5/+3
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras1-1/+1
2010-01-30Use select_related() for some mirror pagesDan McGee1-1/+1
2009-12-02Add credential requirements tests to devel appIsmael Carnales3-4/+41
2009-11-10added login_required to devel viewsIsmael Carnales1-0/+5
2009-11-10changed landing viewIsmael Carnales1-9/+0
2009-11-10modified import paths from archweb_dev to archwebIsmael Carnales1-4/+4
2009-09-16Add a basic mirror view for the dev siteDan McGee1-0/+6
2009-08-12merge fixDusty Phillips1-3/+3
2009-08-11So now the created user passwords should work and Aaron will be less pissed o...Dusty Phillips1-4/+4
2009-08-10Sometimes its better if you test your code before deploying. Other times, you...Dusty Phillips1-0/+1
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips1-1/+52
2009-01-31Put maintainer list by last name.Dusty Phillips1-1/+1
2008-11-15alphabetical order on maintainers and packagesDusty Phillips1-1/+1
2008-11-09don't show inactive users in dev listDusty Phillips1-1/+1
2008-10-12simplify both look and code for dashboardDusty Phillips1-13/+11