Ticket #649 (closed defect: fixed)
[merge]:traclinks in rst mode
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
when using rst mode in the wiki it is problematic to link to not CamelCase trac link pages.
If I created a page as Hello?
[wiki:Hello Hello]
Then I cant reference it in rst mode since the tracdirective checks that the link is camelcase. I.e
.. trac:: wiki:Hello?
Give the error message below
I get an error message if I do
Also I think it should strip 'wiki:' from the link if you dont have a link name.
I think the pattern in rst.py should be changed so that if you have 'wiki:' Then it is enough that you have any characters after the '!wiki:'


