summaryrefslogtreecommitdiffstats
path: root/templates/todolists
AgeCommit message (Collapse)AuthorFilesLines
2010-06-12Remove action when submitting to same URLDan McGee1-1/+1
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-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-02Rename todolist email templateDan McGee1-0/+0
More in line with our other templates that have .txt extensions. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned todo list pagesThayer Williams4-103/+112
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-04todo: fix maintainer display textDan McGee1-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-03Merge branch 'master' into cdn-jqueryDan McGee3-1/+4
Conflicts: templates/todolists/view.html
2010-03-02Fix up HTML titles on a lot of pagesDan McGee2-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-02Unify spelling of 'Todo'Dan McGee1-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-27Convert templates to use jquery cdn tagDan McGee1-2/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27Implement AJAX flagging for todo itemsEvangelos Foutras1-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-17ToDo: Use pkgr2,pkgr1 classes with the cycle tagEvangelos Foutras1-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-05DOHDusty Phillips1-0/+0
2009-05-05Fix link to packages in todo lists.Dusty Phillips2-1/+1
2008-10-12drop some extra media (may have to restore)Dusty Phillips1-22/+0
2008-10-12drop jquery dependencyDusty Phillips1-9/+0
2008-07-02make the notification e-mail include descriptionDusty Phillips1-1/+1
2008-07-02add reminder e-mails to todo listsDusty Phillips1-0/+16
2008-07-02format descriptionDusty Phillips1-1/+1
2008-06-28use funky model layout for permissionsDusty Phillips2-3/+3
2008-06-28add delete functionality to todo listsDusty Phillips2-3/+30
2008-06-28add list description to the list view pageDusty Phillips1-0/+5
2008-06-28add an 'edit todolist' functionalityDusty Phillips1-0/+5
2008-06-28improve indentationDusty Phillips1-5/+5
2008-06-28refactor todo packages a bitDusty Phillips1-1/+1
2008-06-28improve look of todo listDusty Phillips1-4/+2
2008-06-28use newforms on todo listDusty Phillips1-25/+0
2008-04-10Cleanup from the previous change to the model for Arches and Repos.eliott1-2/+2
2008-04-05small fix to todolistseliott1-5/+5
2008-04-05Implemented todolist javascript sortingeliott2-42/+80
2008-03-08More changes to the multiarch model.eliott1-0/+2
2007-12-30Added alternating row coloration to make it easier to relate left to righteliott1-1/+1
side items.
2007-12-08Fixed bug FS#8664eliott1-1/+1
2007-11-03Initial import for public release...eliott3-0/+86
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!