summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)Author
2009-08-12merge fixDusty Phillips
2009-08-11So now the created user passwords should work and Aaron will be less pissed ↵Dusty Phillips
off at me.
2009-08-10Sometimes its better if you test your code before deploying. Other times, ↵Dusty Phillips
you just fix the missing imports in a second commit.
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips
2009-01-30Put maintainer list by last name.Dusty Phillips
2008-11-15alphabetical order on maintainers and packagesDusty Phillips
2008-11-09don't show inactive users in dev listDusty Phillips
2008-10-11simplify both look and code for dashboardDusty Phillips
2008-10-10use RequestContext because its standardDusty Phillips
2008-10-10drop useless viewDusty Phillips
2008-10-10fix broken maintainer packages linksDusty Phillips
2008-10-07make form submit some but not all valuesDusty Phillips
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips
2008-10-07indicate that index is the dev dashboardDusty Phillips
2008-10-07fix bug introduced by previous code removalDusty Phillips
2008-10-07Dusty's 80 char issueDusty Phillips
2008-10-07remove senseless codeDusty Phillips
2008-10-07drop a bunch of static stuff necessary only in archweb_pubDusty Phillips
2008-10-07remove reference to old cvs entryDusty Phillips
2008-10-05drop a bunch of unusued importsDusty Phillips
2008-09-16port profile_form to newformsDusty Phillips
2008-06-21Remove guide from dashboard and link to wikiFix for FS#10647Dusty Phillips
2008-06-04Added an ex-developer 'fellows' page.eliott
2008-04-09Removed login_required from the individual views.eliott
Not entire dev site requires login.
2008-04-09Changed to arches and repos in the db.eliott
Added them to the django admin interface as well.
2008-04-05Fix for FS#9554eliott
Backported and modified from 'master'
2008-03-22Added the ability to see flagged packages only, per use or repoeliott
2008-03-22Refactored the model to remove arch and repo tables.eliott
Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed.
2008-03-08More changes to the multiarch model.eliott
2008-03-08renamed donator model to donor.eliott
remove category model
2008-03-08Moved models aroundeliott
2008-01-10updated developers page. inactive devs are not shownroot
2008-01-05Removed DATA_DIR setting vareliott
2008-01-03Fixed a bug with pkgmaint pageeliott
2007-12-30Removed unnecessary pages from the dev backend.eliott
2007-12-30Feature for FS#8988eliott
2007-12-29Moved some templates aroundeliott
2007-12-29Removed public appeliott
2007-12-29Moved some things around.eliott
2007-12-29Massive retab fest.eliott
Also added vim command comment to the end of files.
2007-12-29Fixed regression issue with last change.eliott
Fixed wrong path on render_response import.
2007-12-29Modified render_template and renamed it to render_response (consistent witheliott
archweb_pub conventions). Moved pkgmaint_guide to a template.
2007-12-29Fixed reference to old commoneliott
2007-12-22renamed importseliott
2007-11-03Initial import for public release...eliott
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!