[ET Trac] [Einstein Toolkit] #599: Avoid the need to escape wiki-words in ticket descriptions and messages
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri Sep 30 13:46:30 CDT 2011
#599: Avoid the need to escape wiki-words in ticket descriptions and messages
----------------------------------+-----------------------------------------
Reporter: hinder | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: EinsteinToolkit trac | Version:
Keywords: |
----------------------------------+-----------------------------------------
When writing a ticket description or adding a comment to a ticket, TRAC
currently converts any CamelCase words into links. We often have such
words when talking about the ET, as thorn names are of this form. Since
there are no pages with these names, such links are broken and render in
grey with a question-mark following them. I have not seen anyone use a
CamelCase link deliberately in a ticket (until this one!). To make these
words render properly, it is necessary to escape them by prepending a "!"
character. This is tedious, and is distracting when reading the email
version of the ticket.
I propose that the setting [https://trac.einsteintoolkit.org/wiki/TracIni
#wiki-section ignore_missing_pages] be used in the TracIni configuration
file. This will cause CamelCase words which do not correspond to existing
pages to render as plain text. This means an extra step when creating new
pages, but that is rare in comparison to writing tickets and comments.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/599>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list