[wp-meta] [Making WordPress.org] #7932: Issue mentioning long user names in Trac

Making WordPress.org noreply at wordpress.org
Mon Mar 24 03:29:41 UTC 2025


#7932: Issue mentioning long user names in Trac
--------------------------+---------------------
 Reporter:  SirLouen      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:
Component:  Trac          |  Resolution:
 Keywords:                |
--------------------------+---------------------

Comment (by dd32):

 Ref of the screenshot:
 https://core.trac.wordpress.org/ticket/63086#comment:45

 This is a display issue only, it's likely that this is tripping up the
 `{1,20}` included in the below regex, as it's expecting that usernames
 with a `-` would have a maximum of 20char after the initial `-`.

 https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/style/trac
 /wp-trac.js?marks=199#L197

 [3821] could likely just be expanded to include `\-` into the initial
 capture group.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7932#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list