#2526 closed enhancement (fixed)
Changeset view should not Wiki-Format the commit message
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control/changeset view | Version: | devel |
Severity: | normal | Keywords: | changeset, message |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (7)
comment:1 by , 19 years ago
Type: | defect → enhancement |
---|
comment:2 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 19 years ago
Keywords: | changeset message added |
---|---|
Resolution: | duplicate |
Severity: | minor → normal |
Status: | closed → reopened |
Summary: | The changeset view should not Wiki-Format the commit message → Changeset view should not Wiki-Format the commit message |
Version: | 0.9.2 → devel |
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.
comment:4 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Status: | reopened → new |
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added an option for this in [3246]:
{changeset] wiki_format_messages = no
(defaults to true, of course)
comment:7 by , 19 years ago
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
This is a duplicate of #476.