Edgewall Software

Ticket #6630 (reopened defect)

Opened 12 months ago

Last modified 12 months ago

single || in a line mistaken for table formatting

Reported by: Markus.Staab Owned by: jonas
Priority: normal Milestone: 0.13
Component: wiki system Version:
Severity: normal Keywords: table
Cc:

Description

if you write sth like

DQL still uses the CONCAT() and not the || syntax

in a svn comment, the changeset view looks like

  DQL still uses the CONCAT() and not the syntax

so trac adds <td> </td> for . thats not correct in this case because the user wants to tell sth about the operator.

see http://trac.phpdoctrine.org/changeset/3497

Attachments

Change History

Changed 12 months ago by eblot

  • status changed from new to closed
  • resolution set to worksforme
  • component changed from general to browser

SVN log messages are interpreted as wiki syntax.

Either use verbatim blocks ({{{ }}}) or quoting (``) or disable wiki syntax for log messages: TracIni#changeset-section

Changed 12 months ago by nkantrowitz

The one-line formatter used for those messages probably shouldn't be processing table directives though.

Changed 12 months ago by cboos

  • status changed from closed to reopened
  • component changed from browser to wiki
  • summary changed from using || in svn comments to single || in a line mistaken for table formatting
  • milestone set to 0.12
  • keywords table added
  • resolution worksforme deleted

Well, probably yes, but that would only solve help while displaying it in the timeline (short form), not when visualizing the changeset. We can improve the regexp for a simple table row so that it only handles stuff like || (... ||)+ (that could still fail in some situations, but less systematically than now).

Add/Change #6630 (single || in a line mistaken for table formatting)

Author



Change Properties
<Author field>
Action
as reopened
as The resolution will be set. Next status will be 'closed'
to The owner will change from jonas. Next status will be 'new'
 
Note: See TracTickets for help on using tickets.