Modify ↓
#2251 closed defect (fixed)
Escaping wiki links in the form !type:id doesnt work
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | wiki system | Version: | devel |
Severity: | major | Keywords: | regression |
Cc: | vittorio@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Note:
See TracTickets
for help on using tickets.
This is currently being worked on… basically reusing attachment:ticket:2240:escape_shref.patch.