Opened 11 years ago

Closed 11 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 Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Baptiste Mispelon, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top