summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-28 12:39:13 -0400
committerJoey Hess <joey@kitenet.net>2010-04-28 12:39:13 -0400
commita6e6f604bd8e9a8f90000163f8b00299829729d5 (patch)
tree05488793516ed936a3eb0dcb22c490623db7580e /doc
parent67e8edc59712cfc3dbd24fd7f3aae0fa734983be (diff)
TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-wiki templates.)
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_3.20100427/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/news/version_3.20100427/discussion.mdwn b/doc/news/version_3.20100427/discussion.mdwn
index 4daf8085f..726f9a0d2 100644
--- a/doc/news/version_3.20100427/discussion.mdwn
+++ b/doc/news/version_3.20100427/discussion.mdwn
@@ -1,3 +1,7 @@
*TMPL_INCLUDE is no longer supported in any template used by ikiwiki. It used to be allowed in certian templates, but not in others.*
Would it be possible to make that a config option? Because I do use includes in my templates, and I don't allow users to edit templates, so it isn't a security loophole for me. --[[KathrynAndersen]]
+
+> I don't like config options that make wikis unsafe, but I should have
+> revisted enabling includes for templates read from the templatedir --
+> it's easy to do, and I've done it now. --[[Joey]]