Opened 12 years ago
Closed 12 years ago
#20268 closed Bug (fixed)
[code.djangoproject.com] Highlighting of core devs is broken if a user has a non-ascii name
Reported by: | Baptiste Mispelon | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is caused by a javascript regexp using \w
which doesn't work on non-ascii characters.
I wrote a simple fix there (with some more details about the issue): https://github.com/django/code.djangoproject.com/pull/5
Change History (2)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/django/code.djangoproject.com/commit/697fe0a63d2cba4d52bbeb5ff5273d9216c46a35