Modify ↓
Opened 21 years ago
Closed 21 years ago
#650 closed defect (fixed)
[merge]:Be able to link to a part of a page in rst mode
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It would be nice if it was possible to do a link like
.. trac:: wiki:TracFaq#tickets 'FAQ on tickets'
The result is below if I use rst. I dont get the !#ticket part on the link.
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
| Summary: | Be able to link to a part of a page in rst mode → [merge]Be able to link to a part of a page in rst mode |
|---|
comment:3 by , 21 years ago
| Summary: | [merge]Be able to link to a part of a page in rst mode → [merge]:Be able to link to a part of a page in rst mode |
|---|
Note:
See TracTickets
for help on using tickets.



Patch for fixing this is in #655
Basically I allow all sorts of names in wikinames. Before the pattern checked that the wikipage was CamelCase.