On Wed, Apr 1, 2015 at 12:10 AM, Mo <[email protected]> wrote: > > No, currently it is green and bold by default and I would like to change > that. > I only found how to change header, body and footer there. > Editing the comment I see that CommitTicketUpdater does submit something > like this: > > {{{ > #!CommitTicketReference repository="project" revision="11fc2c5" > [ticket #13] Translation > * Added new translation > > [git-p4: depot-paths = "//PROJECT/": change = 104507] > }}} > > So what does the #!CommitTicketReference wiki processor do and how to > customize that? >
Trac doesn't style the comment as bold and green - there must be some custom site styling or a plugin doing that. I suggest opening Chrome Inspector or a similar tool and trying to determine the file that is adding the styling. Also, checkout the TracInterfaceCustomization link I provided previously. There is discussed how you can add site-specific styling. You may need to add styling to the div.message element that is inserted by CommitTicketReference macro. However, I'd first investigate whether you can just remove some styling rules, or make them more precise. -- 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.
