Thanks, added a link to this ticket in our internal server trac. Regards Torge
Von: [email protected] [mailto:[email protected]] Im Auftrag von Ryan Ollos Gesendet: Donnerstag, 15. Januar 2015 00:40 An: [email protected] Betreff: Re: [Trac] [TracTicketChangeLogPlugin] Bug/Enhancement: Please improve formatting of message On Wed, Jan 14, 2015 at 12:25 AM, Riedel, Torge <[email protected]<mailto:[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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout. CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.de Geschaeftsstellen: Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, Ratingen, Saarbruecken Vorstandsmitglieder: Kurt Bengel, Matthias Schmidt Aufsichtsratsmitglieder: Andreas Schmidt (Vorsitzender des Aufsichtsrats), Hubert Leypoldt, Andreas Karrer Bankverbindungen: Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 SWIFT-CODE : DEUTDESS, Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 00 SWIFT-Code : COBADEFF600, Registergericht: Amtsgericht Stuttgart Handelsregister: HRB Nr. 19117 Umsatzsteuer: ID-Nr. DE 147 862 777 -- 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.
