From: https://me.yahoo.com/zoredache#d4929 Date: Tue, 23 Aug 2016 20:49:09 +0000 (-0400) Subject: Added a comment: I have narrowed this problem down. X-Git-Tag: 3.20160905~15 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/0d6fc977b570e71f7a7f2a4c323232a6a2409210 Added a comment: I have narrowed this problem down. --- diff --git a/doc/forum/Attachment_file_doesn__39__t_get_attached_to_page/comment_3_b992025181bb0a9ffc38f69650ed92ed._comment b/doc/forum/Attachment_file_doesn__39__t_get_attached_to_page/comment_3_b992025181bb0a9ffc38f69650ed92ed._comment new file mode 100644 index 000000000..ff85c10ce --- /dev/null +++ b/doc/forum/Attachment_file_doesn__39__t_get_attached_to_page/comment_3_b992025181bb0a9ffc38f69650ed92ed._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/zoredache#d4929" + nickname="Zoredache" + subject="I have narrowed this problem down." + date="2016-08-23T20:49:08Z" + 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. + +"""]]