Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6510 closed enhancement (duplicate)

Commit comments containing "||" displayed incorrectly

Reported by: Alexander@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/changeset view Version: 0.10.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I have a commit comment like this:

Cosmetics (still less cryptic than my proposed version
[ "${MOD_SWAP_FILE##/dev/*}" ] && swapon_file || swapon_device
but more readable than before.

Trac's SVN repository browser shows the comment like this:

Cosmetics (still less cryptic than my proposed version 
 
 [ "${MOD_SWAP_FILE##/dev/*}" ] && swapon_file 
 swapon_device 
 but more readable than before.

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 16 years ago

Resolution: worksforme
Status: newclosed

Commit log messages are wiki formatted. Either apply verbatim tags (`` or {{{ }}}) to the sections of the log messages that contain wiki formatters, or disable wiki formatting with the global trac.ini option.

See TracIni#changeset-section : wiki_format_messages

comment:2 by Alexander Kriegisch, 16 years ago

Resolution: worksforme
Status: closedreopened
Type: defectenhancement

I assume I would lose the capability to use TracLinks (http://trac.edgewall.org/wiki/WikiFormatting#TracLinks) if using verbatim tags. I think it would be desireable to have a formatting option which does not apply Wiki formatting, but preserves the capability to use Trac links, because these are especially useful. Nobody uses Wiki formatting like table headers ("||") when commmitting a piece of code, though.

comment:3 by Christian Boos, 16 years ago

Resolution: duplicate
Status: reopenedclosed

See #4778.

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.