This project is archived and is in readonly mode.
Normalize author names in CHANGELOGs
Reported by Xavier Noria | November 30th, 2008 @ 12:22 AM | in 2.x
This patch normalizes author names in CHANGELOGs according to the map in http://gist.github.com/23458. That hash was built with many contributions from people in the core mailing list.
Comments and changes to this ticket
-
Chris Kampmeier November 30th, 2008 @ 01:40 AM
Nice, Xavier.
If I want to fix my old trac username, which isn't included, should I just fork your gist? Or submit a new patch?
-
Xavier Noria November 30th, 2008 @ 01:58 AM
Hi Chris, please just send me an email to fxn at hashref dot com. I'll update both the gists and this ticket.
Also, if someone wants to add some normalization or have their name normalized in a different way just drop me a line!
-
Xavier Noria November 30th, 2008 @ 10:36 AM
Great, I got the email and updated the patch. Thank you Chris!
Also added "noradio" to Marcel's map and "xaviershay" -> "Xavier Shay".
-
Xavier Noria November 30th, 2008 @ 08:08 PM
The original script looked for attributions at the end of lines, the most common place.
Some of them were not there though, for instance
...when not given an options hash [DHH]. Examples:
I refined the script to catch those ones as well without introducing false positives that I know of.
Patch updated.
-
Repository December 16th, 2008 @ 01:35 PM
- State changed from new to committed
(from [46c7dd234807b2d24c8c742acb18c633b69e385d]) normalize author names in changelogs [#1495 state:committed]
Signed-off-by: David Heinemeier Hansson david@loudthinking.com http://github.com/rails/rails/co...
-
Brandon Keepers December 17th, 2008 @ 02:02 PM
Here's one more. :)
Should I open a new ticket for this?
-
Xavier Noria December 20th, 2008 @ 11:15 PM
Hi Brandon, sorry for the delay!
I am maintaining the mapping, which is an ongoing effort. See http://gist.github.com/20721 and http://gist.github.com/23458.
>According to your patch I've added
@@@ruby 'Brandon Keepers' => ['brandon', email('brandon', 'opensoul.org')],
After a while I'll prepare a new patch with new additions.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1495 Normalize author names in CHANGELOGs (from [46c7dd234807b2d24c8c742acb18c633b69e385d]) normali...