I like to link to a report so I can have alternate text in a link, rather than something like: {22}
so I do the following:
[forum:../report/22 Report name]
problem is, if you have quotes in that link, Trac blows up and FAILS to error! not rendering any text, buttons, or even the rest of the page.
Paste this scary code into your Trac. See what happens:
[forum:../report/22 Report name with "Quotes"]
if you are editing a wiki page, the only way you can edit the page after that is if you add ?action=edit to the end of the url
This text will also break a ticket. I don't know a workaround for that, however.
I haven't tried it in a forum, but I bet that may break it too.
perhaps this is an error with Trac, but I figured I would start reporting it here.