Opened 19 years ago
Closed 19 years ago
#1604 closed defect (duplicate)
Overzealous linking/formatting in the changeset view
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
See https://ssl.natulte.net/projects/gobelins/changeset/338 .
In this changeset, the commit log message gets mangled by the wiki formatting code: LocatedThing, which references a class in the project's code, is turned into a TracLink, and __place
is changed into place ……. Littering the commit log messages with trac-specific markup is not acceptable as it makes the raw log message less readable.
There should be a way to restrict what wiki formatting directives get applied to commit log messages (some TracLinks, such as links to tickets, are desirable), or else to turn off wiki formatting completely for the commit log messages.
This is a duplicate of #476