Commit Graph

7 Commits

Author SHA1 Message Date
Dan McGee
837427f33b Fix svg rendering window height
For reference, FF changed behavior:
https://bugzilla.mozilla.org/show_bug.cgi?id=738862

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-23 21:22:19 -05:00
Dan McGee
c919e337bf Break out search paginator into template
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-08 11:42:51 -06:00
Dan McGee
b2cfd30094 Show the latest flag request on package details if out of date
This only shows up for logged in users, but might be helpful for
developers browsing around the site, especially if they did not receive
the email themselves, or in the case of orphan packages.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-02-07 00:47:21 -06:00
Dan McGee
3b545d23b6 Add checkbox range selection to stale relations page
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-01-03 14:18:22 -06:00
Dan McGee
73cd4adf9f Add CSS classes to front page package update objects
This adds the repo name, 'staging', and 'testing' as appropriate to a
classes field on the package updates object. This means we don't have to
update the CSS stylesheet to include hardcoded names of repositories
(e.g., 'kde-unstable').

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-09 09:29:15 -06:00
Dan McGee
96fecb1079 Multilib differences report
This new tables shows multilib packages paired with their regular
counterparts in the normal repos if the pkgver differs. A few name hacks
are needed to trim lib32-, -multilib, etc. from the name to find the
matching package.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-08 10:51:52 -06: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