Commit Graph

7 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
85657db05d Better support for non-latin full names
Add a 'latin_name' field to the user profile so we can better support
those developers with names in non-Latin scripts, and yet still show a
Latin name as necessary on the developer profile page. This field only
shows up if populated.

Also, use consistent sorting everywhere- rather than using username,
always use first_name and last_name fields.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-21 10:08:23 -06:00
Dan McGee
e8bbf9b356 Simplify the dev dashboard
Remove all the click to expand junk; just show the tables all the time.
There is no form at the bottom of the page anymore, so if you don't want
to read the tables on the bottom, just don't read them.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-22 21:37:28 -05:00
Dan McGee
73e276fbc2 Add alias to developer clocks page
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-22 21:22:31 -05:00
Dan McGee
523a15f81e Link dev names to email on clocks page
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-18 14:26:38 -06:00
Dan McGee
ef016929a9 Add time zone format spec to clock page
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-08 12:31:22 -06:00
Dan McGee
c04d4abc88 Add developer world clocks page
This should make it easier for everyone to figure out whether someone is
awake, sleeping, and all that fun stuff. It does require everyone to update
their profile and fill in the field, but that shouldn't be too hard of a
task.

Don't suggest jokes to me Saturday morning on IRC unless you really want to
see them implemented. Thanks, Pierre!

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-08 11:47:11 -06:00