[Trac-tickets] [The Trac Project] #2251: Escaping wiki links in the
form !type:id doesnt work
The Trac Project
noreply at edgewall.com
Thu Oct 20 14:46:22 CDT 2005
#2251: Escaping wiki links in the form !type:id doesnt work
-------------------------------+--------------------------------------------
Reporter: vittorio at inext.at | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone: 0.9
Component: wiki | Version: devel
Severity: major | Keywords: regression |
-------------------------------+--------------------------------------------
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
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2251>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list