go/misc/dashboard/godashboard
Russ Cox a3bc7681b5 godashboard: fix utf-8 in user names
Also standardize on 'utf8' as encoding name.
Apparently either is acceptable.

The user, because it is a StringProperty,
must be of type unicode in order to handle
Unicode correctly.  It must *not* have type string.

The desc, because it is a BlobProperty, must
be of type string in order to handle Unicode correctly.
It must *not* have type unicode.

Yay encoding type pedantry without static typing.

R=adg, mattn.jp
CC=golang-dev
https://golang.org/cl/4973045
2011-08-28 22:23:44 -04:00
..
static misc/dashboard: center align build results 2011-07-20 11:22:56 +10:00
_multiprocessing.py Add builder scripts. 2010-01-07 18:45:45 -08:00
app.yaml godashboard: fix utf-8 in user names 2011-08-28 22:23:44 -04:00
auth.py dashboard: show build state and package comments on dashboard 2011-07-02 14:02:42 +10:00
const.py misc/dashboard: tweak build fail notification email 2011-02-19 07:37:24 +11:00
cron.yaml dashboard: list "most installed this week" with rolling count 2011-07-19 11:12:10 +10:00
fail-notify.txt misc/dashboard: notify golang-dev on build failure 2011-02-18 03:34:22 +11:00
gobuild.py godashboard: fix utf-8 in user names 2011-08-28 22:23:44 -04:00
index.yaml dashboard: show build state and package comments on dashboard 2011-07-02 14:02:42 +10:00
key.py.dummy dashboard: move key.py out of the way, 2010-01-28 12:48:09 -08:00
main.html dashboard: build most recent revision first 2011-04-25 23:48:06 -04:00
package.html dashboard: list "most installed this week" with rolling count 2011-07-19 11:12:10 +10:00
package.py misc/dashboard: remove limit for json package list 2011-08-24 09:52:03 +10:00
project-edit.html dashboard: use jQuery Autocomplete plugin from Google AJAX Libs API 2010-07-13 10:21:08 +10:00
project-notify.txt godashboard: support submitting projects with non-ascii names 2010-12-15 12:07:30 +11:00
project.html dashboard: build most recent revision first 2011-04-25 23:48:06 -04:00
toutf8.py godashboard: support submitting projects with non-ascii names 2010-12-15 12:07:30 +11:00