Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | Use select_related() to make a few more places more performant | Dan McGee | |
Especially when looking at packages, we always want the arch and repo. Another big hunk of changes deals with the very inefficient signoffs code. 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 | Exclude repos ending with "Testing" from ToDos | Evangelos Foutras | |
This should fix the issue with Community-Testing packages appearing in ToDo lists. After this change has been applied, simply edit and save a ToDo list to make its Community-Testing packages go away. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-11-10 | added login_required to protect todolists views | Ismael Carnales | |
2009-11-09 | fixed error in todolists list view | Ismael Carnales | |
2009-11-09 | modified import paths from archweb_dev to archweb | Ismael Carnales | |
2008-10-11 | drop some print statements | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | port to django 1.0 | Dusty Phillips | |
2008-10-05 | drop a bunch of unusued imports | Dusty Phillips | |
2008-10-05 | drop some unused imports | Dusty Phillips | |
2008-07-22 | fix problem with to-do list showing testing packages | Dusty Phillips | |
2008-07-08 | fix up permissions on todolists | Dusty Phillips | |
2008-07-01 | stupid stupid variable overwrite | Dusty Phillips | |
2008-07-01 | mistake | Dusty Phillips | |
2008-07-01 | missing import | Dusty Phillips | |
2008-07-01 | add reminder e-mails to todo lists | Dusty Phillips | |
2008-06-29 | fix problem with deleting packages from a list | Dusty Phillips | |
2008-06-27 | refactor package cleaning to be duplicate sensitive | Dusty Phillips | |
2008-06-27 | add an 'edit todolist' functionality | Dusty Phillips | |
2008-06-27 | refactor todo packages a bit | Dusty Phillips | |
2008-06-27 | use newforms on todo list | Dusty Phillips | |
2008-06-27 | better exception handling | Dusty Phillips | |
2008-06-27 | use a nicer decorator | Dusty Phillips | |
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 | small fix to todolists | eliott | |
2008-03-08 | More changes to the multiarch model. | eliott | |
2008-03-08 | Moved models around | eliott | |
2007-12-29 | Massive retab fest. | eliott | |
Also added vim command comment to the end of files. | |||
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-22 | renamed imports | eliott | |
2007-11-03 | Initial import for public release... | eliott | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |