From 2bc031ff646835adbfe41fdf2ec7c0e20118edae Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 5 Jun 2015 19:56:52 +0200 Subject: =?UTF-8?q?Remove=20=E2=80=98:=E2=80=99=20from=20the=20list=20of?= =?UTF-8?q?=20valid=20chars=20in=20wiki=20filenames.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it's interpreted weirdly by Image::Magick: $ identify 'Screenshot_from_2015-02-23_18:59:48-extract.png[0]' identify: no decode delegate for this image format `59\' @ error/constitute.c/ReadImage/501. $ mv 'Screenshot_from_2015-02-23_18:59:48-extract.png' screenshot.png $ identify 'screenshot.png[0]' screenshot.png[0]=>screenshot.png PNG 453x122 453x122+0+0 8-bit sRGB 11.2KB 0.000u 0:00.000 --- roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/wiki') diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index fb61c59..cfefb77 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -107,7 +107,7 @@ ENV: {} # regexp of files that should be skipped #exclude: ^(*\.private|Makefile)$ # specifies the characters that are allowed in source filenames -wiki_file_chars: -[:alnum:]+/.:_ +wiki_file_chars: -[:alnum:]+/._ # allow symlinks in the path leading to the srcdir (potentially insecure) allow_symlinks_before_srcdir: 0 # cookie control -- cgit v1.2.3