Edgewall Software

Ticket #2526 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Changeset view should not Wiki-Format the commit message

Reported by: aaron@… Owned by: cmlenz
Priority: normal Milestone: 0.10
Component: version control/changeset view Version: devel
Severity: normal Keywords: changeset, message
Cc:

Description

In my opinion the changeset view should not wiki-format the commit messages; in general, a subversion log message is not wiki-formatted but just plain text.

Especially with Java Code (where one often uses CamelCase) the wiki-style formatting can be a pain. It would be great if one could turn it off and set it to plain text instead.

Attachments

Change History

Changed 3 years ago by aaron@…

  • type changed from defect to enhancement

Changed 3 years ago by mgood

  • status changed from new to closed
  • resolution set to duplicate

This is a duplicate of #476.

Changed 3 years ago by Jon <jon@…>

  • status changed from closed to reopened
  • severity changed from minor to normal
  • summary changed from The changeset view should not Wiki-Format the commit message to Changeset view should not Wiki-Format the commit message
  • version changed from 0.9.2 to devel
  • keywords changeset, message added
  • resolution duplicate deleted

I'm reopening this ticket because it's issue is broader than #476 (which I also commented on). Like I said there the WebKit trac system is misrendering the SVN logs because the message field of the Changeset view is being rendered using wiki code. An option to turn off wiki code for this field or treating its contents as though implicitly enclosed in a preformatted code block would be satisfactory solutions.

Changed 3 years ago by cmlenz

  • owner changed from jonas to cmlenz
  • status changed from reopened to new
  • milestone set to 0.10

Changed 3 years ago by cmlenz

  • status changed from new to assigned

Working on this.

Changed 3 years ago by cmlenz

  • status changed from assigned to closed
  • resolution set to fixed

Added an option for this in [3246]:

{changeset]
wiki_format_messages = no

(defaults to true, of course)

Changed 3 years ago by Russell Hind <rhind@…>

Just to say I'm glad you left an option in for this. We don't use full wiki formatting in our commit messages (such as ! to stop wiki links etc) but we do use rXXXX for revisions and * for bullet lists because these look fine as both plain text and wiki formatted.

Thanks

Russell

Add/Change #2526 (Changeset view should not Wiki-Format the commit message)

Author



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