id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10418	Don't add a comment	fommil	bjornharrtell	Thanks for this great plugin!\r\n\r\nI find the auto comments to be very intrusive. The following patch will disable them, but if you feel there is value in the comments I would recommend having an option (off by default) for adding the comments.\r\n\r\n{{{\r\ndiff -r ec2c58e517b9 gridmodifyplugin/trunk/gridmod/web_ui.py\r\n--- a/gridmodifyplugin/trunk/gridmod/web_ui.py_Sat Aug 11 22:09:49 2012 +0000\r\n+++ b/gridmodifyplugin/trunk/gridmod/web_ui.py_Fri Sep 28 18:22:23 2012 +0100\r\n@@ -97,7 +97,7 @@\r\n                     #   * Rendering is handled differently in the report form\r\n                     #   * TextAreas support Wiki formatting so would need to use the Wiki engine\r\n \r\n-                ticket.save_changes(author=req.authname, comment='updated by gridmod plugin')\r\n+                ticket.save_changes(author=req.authname)\r\n \r\n                 try:\r\n                     tn = TicketNotifyEmail(self.env)\r\ndiff -r ec2c58e517b9 renameuserplugin/0.12/setup.py\r\n}}}	enhancement	closed	normal	GridModifyPlugin	normal	fixed			1.0
