Summary
Wrong link generated for wiki filename with spaces
Metadata
- Id: c28ffea1835ed3b1c07d5e8b012134790ac8ee62
- Trac id: 199
- Type: defect
- Reporter: mario
- Owner: sjamaan
- Cc: iraikov
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version:
- Changetime: 2010-03-31 21:41:33 UTC
- Created: 2010-03-29 21:53:00 UTC
- Keywords: qwiki
Description
[[Active Projects]]
generates
<a class="wiki-page" href="active-projects">Active Projects</a>
but the actual static file is active projects.html
Changes and comments
[2010-03-31 21:41:33 UTC] sjamaan changed status from new to closed
[2010-03-31 21:41:33 UTC] sjamaan set resolution to fixed
[2010-03-31 21:41:33 UTC] sjamaan wrote:
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)