Added a comment: I have narrowed this problem down.

master
https://me.yahoo.com/zoredache#d4929 2016-08-23 16:51:52 -04:00 committed by admin
parent 27c85b6e9d
commit 8fbb8cacfa
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="https://me.yahoo.com/zoredache#d4929"
nickname="Zoredache"
subject="I have narrowed this problem down."
date="2016-08-23T20:51:51Z"
content="""
The attachments do not seem to get attached to the page, if the page has a space in the name.
For comparability with a wiki I had imported content from I adjusted the `wiki_file_chars` to `wiki_file_chars: '-[:alnum:]+/._ '`.
Attachments work work fine when being attached to a page that matches '-[:alnum:]+/._', but if you have a space in the page name attachments fail.
Is there anyway to fix Ikiwiki attachments to work when the above `wiki_file_chars` value that permits space characters?
"""]]