Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-08 | Use Sites framework instead of hardcoded domain name | Dan McGee | |
Instead of putting 'www.archlinux.org' all over the place, use the Django sites framework to pull the site name out of the database. Now these amazing things will work if you are running locally and decide to change the site! Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-02 | Rename todolist email template | Dan McGee | |
More in line with our other templates that have .txt extensions. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-21 | Fix undefined variable issue | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-04-02 | Fix package URL in todo list emails | Dan McGee | |
Fixes FS#18935. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-29 | Fix todolist dealing with package maintainers | Dan McGee | |
Forgot to update this, whoops. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-06 | Use repo.testing flag instead of test-based checks | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-01 | Unify spelling of 'Todo' | Dan McGee | |
We used 'Todo', 'ToDo', and 'To-do' in different places. Unify them all to the first. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | Ensure our cache is correct with AJAX requests | Dan McGee | |
Since the same URLs serve two different responses based on the request being AJAX or not, we want to ensure we don't cache the wrong one and serve it up incorrectly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-26 | Implement AJAX flagging for todo items | Evangelos Foutras | |
[Some trailing whitespace got killed in the process. :3] Dan: I made a few small changes including moving the jQuery include down above the other script block; since it is not needed right away it can be loaded later in the page. Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> 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 | 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! |