Commit Graph

9 Commits

Author SHA1 Message Date
Dan McGee
943ef2e8e4 Convert to and enable staticfiles contrib application
This moves our site static files into the sitestatic directory if they
are shared resources, and also moves a handful of things (such as the
artwork logos) into application-specific static/ directories. This
allows the staticfiles contrib app to work after a few settings tweaks,
a run of collectstatic, and massaging the hardcoded '/media/' prefix out
of our templates.

Django 1.4 is going to make this a lot easier to move things to a CDN
and provides better template tags; for now this is setting the stage
before we can move to that.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05 23:06:10 -06:00
Dan McGee
156b91eb59 Use new package details link tag in templates
This replaces a lot of boilerplate we had everywhere, and makes sure
things like the title are consistent across all links.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-09 23:16:00 -05:00
Dan McGee
e82a4d5b9c Todo list styling and info cleanups
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-07 21:23:42 -06:00
Dan McGee
d37b153276 Update public todo list template
Add a TOC as suggested in FS#20720. Fix closing tag span/a mixup that snuck
in from the private developer template, and finally use a different div box
for each todo list which should make them stand out better.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-07 12:14:30 -06:00
Dan McGee
538f57c744 Make public todolist view more useful
Show all the details the developer page does, make the lists always visible,
and add JS table sorting to each table on the page. This commit also adds
table sorting to the developer list view as well.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-08-27 10:04:00 -05:00
Dan McGee
ff427f6d9b Mark todolist description as being safe to contain HTML
Hopefully we can trust our developers on this one. :)

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-08-27 09:50:55 -05:00
Dan McGee
5e58ad921e Add box style to public todo list page
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-25 16:14:39 -05:00
Dusty Phillips
ca409654b1 Hide the details of the todo list until clicking
Dan: don't load jQuery until late in the page load.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-25 16:07:47 -05:00
Dusty Phillips
d316f4b197 Add a basic view for todo lists
Dan: rename template and view to something a bit more concise.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-25 15:57:10 -05:00