Ticket #2251 (closed defect: fixed)
Escaping wiki links in the form !type:id doesnt work
| Reported by: | vittorio@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9 |
| Component: | wiki system | Version: | devel |
| Severity: | major | Keywords: | regression |
| Cc: | vittorio@… |
Description
Escaping wiki links in the form !type:id doesnt work anymore using trunk r2400. It does work in current trac installation on projects.edgewall.com (20.Oct 2005) so i cant demonstrate the problem. The output in r2400 is like !ticket:1 but ticket:1 being a link.
Tests not working:
* !ticket:1 * !report:1 * !changeset:1 * !wiki:CamelCase * !milestone:1.0 * !source:trunk/COPYING * !source:/trunk/COPYING#200
Tests which do work:
* !#1
* !{1}
* ![1]
using trunk r2400, python 2.3.5, mod_python
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


