#8234 closed defect (fixed)
Wiki links with leading '/' display as broken links
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.5 |
Component: | wiki system | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you include a leading slash after wiki: in a link, the link is valid and clickable, but remains styled as an incomplete link — grey, with a question mark.
A minimal case is: TitleIndex TitleIndex
I'm on 11.2, but #trac was kind enough to confirm the problem on 0.11-stable.
Naturally it's easy to work around this, but I like the slash for readability, especially when there are further slashes in the wiki page name for pseudo-hierarchy, which I do a lot. If the leading slash format works, then the styling should follow.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | broken-link-styling.png added |
---|
comment:1 by , 16 years ago
Milestone: | → 0.11.5 |
---|---|
Owner: | set to |
Right, I'll fix this together with #8059.
comment:3 by , 16 years ago
Please note that in 0.12, the following links will not have the same meaning if they are placed in a hierarchical page (e.g. Page/SubPage
), as wiki page links are scoped:
[wiki:TestPage]
[wiki:/TestPage]
The former will point to Page/TestPage
if it exists, otherwilse to TestPage
. The second will always point to TestPage
. See #4507 for more details.
Eerily recursive screenshot of the preview of this new ticket