Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-25 | Remove an extra trailing slash that is causing a broken url on todolists. | Dusty Phillips | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-07-05 | Add absolute URL method for todo lists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-20 | Fix template syntax errorrelease_2010-06-20 | Dan McGee | |
Whoops, forgot the closing tag when I was playing with autoescape. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-16 | Fix autoescape in plain text emails | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-11 | Remove action when submitting to same URL | Dan McGee | |
It looks like the `action="."` business was screwing up some browsers, notably lynx and links. We don't need it as the default is to submit to the same page anyway, so kill this gunk and see if it fixes a login CSRF issue. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-06-05 | Updates for CSRF protection in Django 1.2.X | Dan McGee | |
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-17 | Redesigned todo list pages | Thayer Williams | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-05-04 | todo: fix maintainer display text | Dan McGee | |
We were showing 'orphan' for every package due to our maintainer information moving. This is going to make the page a bit slow again, but we'll try and fix that later using some other tricks if possible. Fixes FS#18920. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-03 | Merge branch 'master' into cdn-jquery | Dan McGee | |
Conflicts: templates/todolists/view.html | |||
2010-03-01 | Fix up HTML titles on a lot of pages | Dan McGee | |
We didn't include them on many pages, or the ones we did weren't always useful. Also try to keep the boilerplate to a minimum so you can see the important bits in the title. 'Arch Linux - ' comes first in all titles, and from there it can be filled in with something useful. 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 | Convert templates to use jquery cdn tag | Dan McGee | |
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-16 | ToDo: Use pkgr2,pkgr1 classes with the cycle tag | Evangelos Foutras | |
This brings back the alternating colors in the table and makes it much easier to flag the correct package. Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-05-04 | DOH | Dusty Phillips | |
2009-05-04 | Fix link to packages in todo lists. | Dusty Phillips | |
2008-10-11 | drop some extra media (may have to restore) | Dusty Phillips | |
2008-10-11 | drop jquery dependency | Dusty Phillips | |
2008-07-01 | make the notification e-mail include description | Dusty Phillips | |
2008-07-01 | add reminder e-mails to todo lists | Dusty Phillips | |
2008-07-01 | format description | Dusty Phillips | |
2008-06-27 | use funky model layout for permissions | Dusty Phillips | |
2008-06-27 | add delete functionality to todo lists | Dusty Phillips | |
2008-06-27 | add list description to the list view page | Dusty Phillips | |
2008-06-27 | add an 'edit todolist' functionality | Dusty Phillips | |
2008-06-27 | improve indentation | Dusty Phillips | |
2008-06-27 | refactor todo packages a bit | Dusty Phillips | |
2008-06-27 | improve look of todo list | Dusty Phillips | |
2008-06-27 | use newforms on todo list | Dusty Phillips | |
2008-04-09 | Cleanup from the previous change to the model for Arches and Repos. | eliott | |
2008-04-05 | small fix to todolists | eliott | |
2008-04-05 | Implemented todolist javascript sorting | eliott | |
2008-03-08 | More changes to the multiarch model. | eliott | |
2007-12-30 | Added alternating row coloration to make it easier to relate left to right | eliott | |
side items. | |||
2007-12-07 | Fixed bug FS#8664 | 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! |