Hi Dale, On Wed, 2007-04-04 at 17:27 -0600, Dale King wrote: > The format of the message added to Bugzilla is hardcoded. It needs to > be configurable. Currently it is the log message and a list of files > changed.
You are right. I don't think it has become important enough to make it configurable yet. > In our case we will use it to integrate between Subversion and > Bugzilla. I would like to have it be the log message and a link to the > revision in the ViewVC browser for the repository, which will itself > contain a browsable list of changes. You are referring to autolinkification: http://bugzilla.mkgnu.net/show_bug.cgi?id=266 The main problem is that even if you manually try to customize it now, Bugzilla still **will not** setup the url links if you use something like <a href="http://some.thing">Rev 25</a>. This is a security feature that prevents from cross-site scripting. Bugzilla should be modified to support automatically producing these links in comments that match our "integration" format. Their current status of this feature is at: https://bugzilla.mozilla.org/show_bug.cgi?id=314097#c13 Perhaps you could help us out here by ... requesting it from Bugzilla too ??!! _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
