Description
Describe the bug...
Steps to reproduce
- Add url_schemas = ['notes',] to wikiconfig
- Add to a page:
[[Notes://NotesACT01/CA256D5D00124346/046919C6BC15854CCA2570EB000F7A13/2380D25352F97CC0CA257411001AAA83|TA Finances 101]]
- The link is served as a badinterwikilink:
<a class="badinterwiki" href="/index.py/InterWiki" title="Notes">TA Finances 101</a>
Example
[[Notes://NotesACT01/CA256D5D00124346/046919C6BC15854CCA2570EB000F7A13/2380D25352F97CC0CA257411001AAA83|TA Finances 101]]
becomes
<a class="badinterwiki" href="/index.py/InterWiki" title="Notes">TA Finances 101</a>
Component selection
- Parser
Details
MoinMoin Version |
1.6.1 |
OS and Version |
Windows 2003 server |
Python Version |
2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] |
Server Setup |
Apache/2.2.6 (Win32) mod_python/3.3.1 Python/2.5.1 mod_auth_sspi/1.0.4 PHP/5.2.5 |
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
En |
Workaround
- don't encase the url in square brackets - ugly but works:
Notes://NotesACT01/CA256D5D00124346/046919C6BC15854CCA2570EB000F7A13/2380D25352F97CC0CA257411001AAA83''''''
Discussion
add 'notes' to MoinMoin/config/__init__.py (will be already there in 1.6.3/1.7.0)
use URLs like notes://.... (note the lowercase 'n'!)
Plan
- Priority:
- Assigned to:
Status: fixed by http://hg.moinmo.in/moin/1.6/rev/92ae8f75a390 and http://hg.moinmo.in/moin/1.7/rev/87c26058d9c0