id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10419	Usernames in comments not updated	fommil	martin_s	Thanks for this excellent plugin!\r\n\r\nI used it to change a bunch of users from username@gmail.com to username. This appears to have worked everywhere except in ticket comments and wiki page revisions where the old usernames are still there. Please support changing those values as well.\r\n\r\n\r\nBTW, I think I added the patch below to get the plugin to work for me. Unfortunately Trac-Hacks was down at the time and I couldn't submit a bug report against it. Now I can't remember why:\r\n\r\n{{{\r\n--- a/renameuserplugin/0.12/setup.py_Sat Aug 11 22:09:49 2012 +0000\r\n+++ b/renameuserplugin/0.12/setup.py_Fri Sep 28 18:22:23 2012 +0100\r\n@@ -8,21 +8,6 @@\r\n \r\n extra = {}\r\n \r\n-try:\r\n-    from trac.util.dist  import  get_l10n_cmdclass\r\n-    cmdclass = get_l10n_cmdclass()\r\n-    if cmdclass:\r\n-        extra['cmdclass'] = cmdclass\r\n-        extractors = [\r\n-            ('*.py',              'python', None),\r\n-            ('templates/**.html', 'genshi', None),\r\n-        ]\r\n-        extra['message_extractors'] = {\r\n-            'tracrenameuser': extractors,\r\n-        }\r\n-except ImportError:\r\n-    pass\r\n-\r\n setup(\r\n     name = 'TracRenameUserPlugin',\r\n     version = '0.1',\r\n}}}	defect	new	normal	RenameUserPlugin	normal				1.0
