Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-04 | Ensure changing profile email doesn't reset password | Dan McGee | |
We weren't checking to see if the password form fields were empty before setting the user password, causing it to get reset if anything was filled out and submitted on this page. FS#19345. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-27 | Simplify code now that pkgbase is always definedrelease_2010-03-28 | Dan McGee | |
This allows some of our queries to get a lot simpler as well as removing the pkgbase_safe property added earlier. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-27 | Move package maintainer off of package model | Dan McGee | |
This is an attempt to fix our long-standing problems dealing with maintainer information. Move the actual maintainer information off of the package model into a PackageRelation object, which has some flexibility to later represent more than just maintainership. This solves multiple problems: * If a package gets accidentally deleted, so did the maintainer info * Testing packages have always shown up as orphans * With split packages, it was easy to miss some of the sub-packages This commit does not include the deletion of the original maintainer column; that will come at a later time when I feel more confident that the data was migrated correctly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-10 | Remove archweb prefix from all imports | Dan McGee | |
Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Make marking out of date actually work | Dan McGee | |
And honor the packager's notify flag, as Pierre pointed out. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Adjust models and views for nullable maintainer | Evangelos Foutras | |
Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> [Dan: made a few other small touchups] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Use select_related() for some mirror pages | Dan McGee | |
We also traverse relationships here, so select the associated items. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
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 | 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 | |