On Wed, Jan 14, 2015 at 12:25 AM, Riedel, Torge <[email protected]> wrote:
> Hi, > > > > we use TracTicketChangeLogPlugin, but have "problems" with not nice > rendered commit messages in the list: > > > > A commit message like: > > * Changed this > > * Changed that > > * A lot of other changes > > * Closed #1 > > > > Is displayed as: > > * Changed this * Changed that * A lot of other changes * Closed #1 > > > > It's not rendered using the wiki syntax, which would be very nice. But as > a first fix of this issue it would be nice, if at least newline characters > in the commit messages are properly transformed to <br/> in the output HTML. > > > > I would suggest a fix, if I ever learned coding python. > > > > Thanks and regards > > Torge > We'll need to use format_to_html rather than format_to_oneliner: http://trac-hacks.org/browser/tracticketchangelogplugin/0.12/ticketlog/web_ui.py?rev=14192&marks=204#L199 Please follow progress on this issue in this ticket: https://trac-hacks.org/ticket/12143 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
