Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-05 | Updates for CSRF protection in Django 1.2.X | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-06-02 | Rename todolist email template | Dan McGee | 1 | -0/+0 | |
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 | 4 | -103/+112 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-05-04 | todo: fix maintainer display text | Dan McGee | 1 | -1/+1 | |
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 | 3 | -1/+4 | |
Conflicts: templates/todolists/view.html | |||||
2010-03-02 | Fix up HTML titles on a lot of pages | Dan McGee | 2 | -0/+2 | |
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-02 | Unify spelling of 'Todo' | Dan McGee | 1 | -2/+3 | |
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 | 1 | -2/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-02-27 | Implement AJAX flagging for todo items | Evangelos Foutras | 1 | -0/+21 | |
[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-17 | ToDo: Use pkgr2,pkgr1 classes with the cycle tag | Evangelos Foutras | 1 | -2/+2 | |
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-05 | DOH | Dusty Phillips | 1 | -0/+0 | |
2009-05-05 | Fix link to packages in todo lists. | Dusty Phillips | 2 | -1/+1 | |
2008-10-12 | drop some extra media (may have to restore) | Dusty Phillips | 1 | -22/+0 | |
2008-10-12 | drop jquery dependency | Dusty Phillips | 1 | -9/+0 | |
2008-07-02 | make the notification e-mail include description | Dusty Phillips | 1 | -1/+1 | |
2008-07-02 | add reminder e-mails to todo lists | Dusty Phillips | 1 | -0/+16 | |
2008-07-02 | format description | Dusty Phillips | 1 | -1/+1 | |
2008-06-28 | use funky model layout for permissions | Dusty Phillips | 2 | -3/+3 | |
2008-06-28 | add delete functionality to todo lists | Dusty Phillips | 2 | -3/+30 | |
2008-06-28 | add list description to the list view page | Dusty Phillips | 1 | -0/+5 | |
2008-06-28 | add an 'edit todolist' functionality | Dusty Phillips | 1 | -0/+5 | |
2008-06-28 | improve indentation | Dusty Phillips | 1 | -5/+5 | |
2008-06-28 | refactor todo packages a bit | Dusty Phillips | 1 | -1/+1 | |
2008-06-28 | improve look of todo list | Dusty Phillips | 1 | -4/+2 | |
2008-06-28 | use newforms on todo list | Dusty Phillips | 1 | -25/+0 | |
2008-04-10 | Cleanup from the previous change to the model for Arches and Repos. | eliott | 1 | -2/+2 | |
2008-04-05 | small fix to todolists | eliott | 1 | -5/+5 | |
2008-04-05 | Implemented todolist javascript sorting | eliott | 2 | -42/+80 | |
2008-03-08 | More changes to the multiarch model. | eliott | 1 | -0/+2 | |
2007-12-30 | Added alternating row coloration to make it easier to relate left to right | eliott | 1 | -1/+1 | |
side items. | |||||
2007-12-08 | Fixed bug FS#8664 | eliott | 1 | -1/+1 | |
2007-11-03 | Initial import for public release... | eliott | 3 | -0/+86 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |