summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-21 13:52:14 -0400
committerJoey Hess <joey@kitenet.net>2011-03-21 13:52:14 -0400
commit1eaf595929f29ba7624bec7585dec55ba4689ebb (patch)
treeb26cdb93a82f775d74f49b1be3c7aa73d06d7b73 /doc/bugs
parent14b8abe60f02a9a31eb4b7ad489e6806637610f7 (diff)
close as user error
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn b/doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn
index 4fdd14008..f04b3404b 100644
--- a/doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn
+++ b/doc/bugs/__96__wiki__95__file__95__chars__96___setting_not_propagated_to_CGI_wrapper.mdwn
@@ -18,3 +18,11 @@ Maybe the CGI wrapper should specially call `checkconfig`, which is
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]]