Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | Add credential requirements tests to devel app | Ismael Carnales | |
* Add models.py required file to app * Use user_passes_test instead of custom superuser checking in new_user_form as it implements the same "next" redirection as login_required Signed-off-by: Ismael Carnales <icarnales@gmail.com> | |||
2009-11-09 | added login_required to devel views | Ismael Carnales | |
2009-11-09 | changed landing view | Ismael Carnales | |
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images | |||
2009-11-09 | modified import paths from archweb_dev to archweb | Ismael Carnales | |
2009-09-15 | Add a basic mirror view for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-08-12 | merge fix | Dusty Phillips | |
2009-08-11 | So now the created user passwords should work and Aaron will be less pissed ↵ | Dusty Phillips | |
off at me. | |||
2009-08-10 | Sometimes 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-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | |
2009-01-30 | Put maintainer list by last name. | Dusty Phillips | |
2008-11-15 | alphabetical order on maintainers and packages | Dusty Phillips | |
2008-11-09 | don't show inactive users in dev list | Dusty Phillips | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | drop useless view | Dusty Phillips | |
2008-10-10 | fix broken maintainer packages links | Dusty Phillips | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | |
2008-10-07 | indicate that index is the dev dashboard | Dusty Phillips | |
2008-10-07 | fix bug introduced by previous code removal | Dusty Phillips | |
2008-10-07 | Dusty's 80 char issue | Dusty Phillips | |
2008-10-07 | remove senseless code | Dusty Phillips | |
2008-10-07 | drop a bunch of static stuff necessary only in archweb_pub | Dusty Phillips | |
2008-10-07 | remove reference to old cvs entry | Dusty Phillips | |
2008-10-05 | drop a bunch of unusued imports | Dusty Phillips | |
2008-09-16 | port profile_form to newforms | Dusty Phillips | |
2008-06-21 | Remove guide from dashboard and link to wikiFix for FS#10647 | Dusty Phillips | |
2008-06-04 | Added an ex-developer 'fellows' page. | eliott | |
2008-04-09 | Removed login_required from the individual views. | eliott | |
Not entire dev site requires login. | |||
2008-04-09 | Changed to arches and repos in the db. | eliott | |
Added them to the django admin interface as well. | |||
2008-04-05 | Fix for FS#9554 | eliott | |
Backported and modified from 'master' | |||
2008-03-22 | Added the ability to see flagged packages only, per use or repo | eliott | |
2008-03-22 | Refactored 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-08 | More changes to the multiarch model. | eliott | |
2008-03-08 | renamed donator model to donor. | eliott | |
remove category model | |||
2008-03-08 | Moved models around | eliott | |
2008-01-10 | updated developers page. inactive devs are not shown | root | |
2008-01-05 | Removed DATA_DIR setting var | eliott | |
2008-01-03 | Fixed a bug with pkgmaint page | eliott | |
2007-12-30 | Removed unnecessary pages from the dev backend. | eliott | |
2007-12-30 | Feature for FS#8988 | eliott | |
2007-12-29 | Moved some templates around | eliott | |
2007-12-29 | Removed public app | eliott | |
2007-12-29 | Moved some things around. | eliott | |
2007-12-29 | Massive retab fest. | eliott | |
Also added vim command comment to the end of files. | |||
2007-12-29 | Fixed regression issue with last change. | eliott | |
Fixed wrong path on render_response import. | |||
2007-12-29 | Modified render_template and renamed it to render_response (consistent with | eliott | |
archweb_pub conventions). Moved pkgmaint_guide to a template. | |||
2007-12-29 | Fixed reference to old common | eliott | |
2007-12-22 | renamed imports | eliott | |