Modify ↓
#2503 closed defect (wontfix)
ParentWiki fails to provide correct url when page name contains space
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.9 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Try:
- Create a WikiPage
- Create a "WikiPage/Page Name", e.g. with [[RelLink(Page Name)]]
- Add [[ParentWiki]] on the "WikiPage/Page Name" and save the page
Wrong: the link points to WikiStart
Should be: the link should point to "WikiPage"
Trac 0.9 ParentWiki: lates available at this time.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The macros on the MacroBazaar are not supported by the TracTeam, so please contact the author, or upload a new version with your fixes.
Note:
See TracTickets
for help on using tickets.
changing line 27 to m = re.search("(.+)/(.+)$", prefix) fixes it for me