]> sipb.mit.edu Git - ikiwiki.git/commitdiff
close as user error
authorJoey Hess <joey@kitenet.net>
Mon, 21 Mar 2011 17:52:14 +0000 (13:52 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 21 Mar 2011 17:52:14 +0000 (13:52 -0400)
doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn

index 4fdd140088075d0226b4f33bddaa9f92443e1aa9..f04b3404befa2c2da3892c1d6ae9873a9ab3d6bf 100644 (file)
@@ -18,3 +18,11 @@ Maybe the CGI wrapper should specially call `checkconfig`, which is
 the function responsible for updating `wiki_file_regexp`?
 
 --[[legoscia]]
 the function responsible for updating `wiki_file_regexp`?
 
 --[[legoscia]]
+
+> You have to regrenerate the cgi wrapper after changing your setup file
+> for the configuration changes to take effect.
+> 
+> I tested it, setting `wiki_file_chars => "moocow"`,
+> running ikiwiki -refresh -wrappers my.setup, and looking at strings:
+> `'wiki_file_regexp' => qr/(?-xism:(^[moocow]+$))/`
+> So, this appears to have been user error. [[done]] --[[Joey]]