Commit Graph

7 Commits

Author SHA1 Message Date
Dan McGee
8e10699d53 Use 'url from future' everywhere
The old-style url template tag disappears in Django 1.5, so we can and
should convert to the new-style tag now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-23 20:09:38 -05:00
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
5e5182ba9b Add color to releng results success column
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-19 13:08:26 -05:00
Dan McGee
871cf5ad2d Use verbose name for releng options display
So we see something like 'Hardware Type' instead of 'Hardware_Type'.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 20:54:01 -05:00
Dan McGee
a52c2744bf Add capfirst filter to yesno usage in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 16:16:32 -05:00
Dan McGee
61311701a5 Add architecture to releng results listing
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 08:11:23 -05:00
Dan McGee
bfe6afcd7a Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-28 17:58:13 -05:00