]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
response
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 16:07:47 +0000 (12:07 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 16:07:47 +0000 (12:07 -0400)
doc/bugs/attachment_plugin_enabled_by_default__63__.mdwn

index bbdab20451a88f4d1628a4289f1292b41d3a37ca..bcfd9774cb9eab7e8cc35dcf306129f90c1b4e0a 100644 (file)
@@ -1,10 +1,15 @@
 At [[attachment|plugins/attachment]] plugin page I can see
 that it's enabled by default in Ikiwiki. Is it true?
 
+> No, typo. I don't want to enable it by default because it requires
+> site-specific configuration to be made secure. --[[Joey]]
+
 I have backported Ikiwiki 2.52 and I need to add that plugin to
 `add_plugins` variable in my `ikiwiki.setup` file (and rebuild
 my wiki, of course) to see new upload buttons when I edit a page
 and click "Attachments" link.
 
+> FWIW, you don't need to rebuild the whole wiki, --refresh --wrappers is enough.
+
 Maybe should I enable attachment handling in different way?
 --[[PaweÅ‚|users/ptecza]]