webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

User names containing dashes seem to be cut off #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In your Hudson-server, change some user name to "Esko-Juhani Virtanen". 
2. You may need to commit something to get the user to show in Hudson Tray 
Tracker- table.

What is the expected output? What do you see instead?
Last success user- and last failure user- columns in table should show the 
correct full name of the user. Instead they just show "Esko".

What version of the product are you using? On what operating system?
0.11.1.0. Windows 7 Enterprise.

Original issue reported on code.google.com by Vesa.Vil...@gmail.com on 9 Sep 2010 at 6:06

GoogleCodeExporter commented 9 years ago
This was a change for issue #54 in which a user reported that, with Mercurial, 
names also contained email addresses ("User Name <user@example.com>"). The 
actual code strips everything following a dash, a bracket or an angle bracket 
("-", "(", "<"). There is definitely something to improve in this mechanism. I 
will investigate and let you know.

Original comment by Alexis.S...@gmail.com on 9 Sep 2010 at 11:25