summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Expand)Author
2010-09-06Move mirror models out of main appDan McGee
2010-09-03Use direct_to_template in all remaining possible placesDan McGee
2010-08-28PyLint suggested cleanupsDan McGee
2010-08-27Add table sorting to a handful of pagesDan McGee
2010-08-04reporead: Add ability to generate traceback via signalrelease_2010-08-08Dan McGee
2010-08-01Fix stupid mistake in user parsingDan McGee
2010-07-28Clean up find_user() code a bitrelease_2010-07-28Dan McGee
2010-07-28Add missing group delete in reporeadDan McGee
2010-07-28Add packager support to reporeadDan McGee
2010-07-25Add package groups model and display to packagesDan McGee
2010-07-06Update code to use new flag_date columnDan McGee
2010-07-05Show incomplete todo list packages in dev dashboardDan McGee
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee
2010-05-26Have reporead populate filename columnDan McGee
2010-05-24reporead: use the DB package we already haverelease_2010-05-24Dan McGee
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee
2010-05-24Change link to new dev site locationDan McGee
2010-05-04Ensure changing profile email doesn't reset passwordDan McGee
2010-04-16reporead: allow removal of last package in an archDan McGee
2010-03-27Simplify code now that pkgbase is always definedrelease_2010-03-28Dan McGee
2010-03-27Make reporead always populate pkgbaseDan McGee
2010-03-27Move package maintainer off of package modelDan McGee
2010-03-10Fix one missed testing repo checkDan McGee
2010-03-01Merge branch 'package-files'Dan McGee
2010-02-27Make reporead.py not executableDan McGee
2010-02-27reporead: add --filesonly optionDan McGee
2010-02-27reporead: support reading files entries againDan McGee
2010-02-27reporead: whitespace cleanupsDan McGee
2010-02-27reporead: only reset needsupdate when setting last_updateDan McGee
2010-02-26reporead: build date data is crazyrelease_2010-02-26Dan McGee
2010-02-26reporead: accommodate old-school build dateDan McGee
2010-02-26reporead: allow a force updateDan McGee
2010-02-26Add some additional fields to package importDan McGee
2010-02-16reporead: use different timestamp for each packagerelease_2010-02-17Dan McGee
2010-02-10reporead: small touchups, mostly in argument validationDan McGee
2010-02-10reporead: turn into a django-admin commandDan McGee
2010-02-10Remove archweb prefix from all importsDan McGee
2010-01-31Make marking out of date actually workDan McGee
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras
2010-01-30Use select_related() for some mirror pagesDan McGee
2009-12-01Add credential requirements tests to devel appIsmael Carnales
2009-11-09added login_required to devel viewsIsmael Carnales
2009-11-09changed landing viewIsmael Carnales
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales
2009-09-15Add a basic mirror view for the dev siteDan McGee
2009-08-12merge fixDusty Phillips
2009-08-11So now the created user passwords should work and Aaron will be less pissed o...Dusty Phillips
2009-08-10Sometimes its better if you test your code before deploying. Other times, you...Dusty Phillips
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips