Commit Graph

9 Commits

Author SHA1 Message Date
Dan McGee
935d801615 Add icons, more detail to releases pages
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-11-05 23:02:24 -06:00
Dan McGee
1bf6358b94 Always link to torrent and magnet, even if not available
We were already doing this on the details page; no need to hide it on
the listing page.

Signed-off-by: Dan McGee <dan@archlinux.org>
2014-11-05 22:39:21 -06:00
Dan McGee
67a0c0ac08 Remove remaining references to release file_size field
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-01-09 08:41:22 -06:00
Dan McGee
86f9d6788e Django 1.6 upgrade, deprecation cleanup
PendingDeprecationWarning: 'The `cycle` template tag is changing to
escape its arguments; the non-autoescaping version is deprecated. Load
it from the `future` tag library to start using the new behavior.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06 21:10:52 -06:00
Dan McGee
3e085183bf Move all script blocks into {% script_block %} section
I added this a while back, but didn't roll it out to all templates.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-04-20 11:28:12 -05:00
Dan McGee
10462425f9 Remove {% load url from future %} from templates
This is now the default in Django 1.5.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-02-09 16:20:38 -06:00
Dan McGee
a471316a58 Use torrent view and checksums where appropriate
We no longer need to link externally to these items since we have all
the data available in the web application now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-28 14:27:44 -07:00
Dan McGee
69fd83df03 Spice up the release listing page a bit
Add JS tablesorter code and add some style to the yesno column.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-22 20:21:40 -07:00
Dan McGee
1a7e5d22f1 Add basic release list and details views
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-19 12:08:31 -06:00