Commit Graph

6 Commits

Author SHA1 Message Date
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