Opened 15 years ago
Closed 15 years ago
#199 closed defect (fixed)
Wrong link generated for wiki filename with spaces
Reported by: | Mario Domenech Goulart | Owned by: | sjamaan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | |
Keywords: | qwiki | Cc: | Ivan Raikov |
Estimated difficulty: |
Description
[[Active Projects]]
generates
<a class="wiki-page" href="active-projects">Active Projects</a>
but the actual static file is active projects.html
Note: See
TracTickets for help on using
tickets.
I've added an additional attempt in
simplify-pagename
. It will first try the filename, then the filename in lowercase and finally the filename in lowercase with spaces replaced by dashes and nonalphanumerics removed. I hope this captures the svnwiki algorithm (or at least the options that are in actual use on our wiki)