Ticket #4149 (closed defect: fixed)
Macros in ticket titles display verbatim on detail page, but are stripped in timeline
| Reported by: | Tim Hatch <trac@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | timeline | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
For example, make a ticket called A[[BR]]B. This will show up normally on the ticket detail, as 8 characters. It will show up as three on the timeline page -- A B (I guess Genshi is turning the \n into a space in its normalization process. The titles display as expected (8 characters) on the query pages too, and in searches.
I think this is due to the wikify() call in templates/timeline.html which is quite helpful most of the time, however some things don't allow wiki markup, like ticket titles. Perhaps a flag on timeline events could specify whether event.message should be displayed verbatim in the template? If there's desire to get this changed, I can come up with a patch.



