Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5152 closed task (worksforme)

svn comment parsing

Reported by: nuclearsanta@… Owned by: Christian Boos
Priority: low Milestone:
Component: version control/browser Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

When I updated a file with svn, and added the comment __autoload added..." trac took it as a underline (from WikiFormatting). Is there a way to use the __autoload and __destruct functions in svn comments without it being parsed by trac?

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Milestone: not applicable
Resolution: worksforme
Status: newclosed

You can either

  1. use the backquote ` ` syntax for verbatim syntax,
  2. the ! mark to prevent the next work from being interpretated by the wiki engine, or
  3. disable log message wiki parsing globally, using the following directive in trac.ini, TracIni#changeset-section
    [changeset]
    wiki_format_messages = false
    

In any case, please ask for support in the MailingList rather than filling in new tickets, and do not forget to report which version of Trac you're using.

comment:2 by Emmanuel Blot, 17 years ago

next work word, sorry

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.