summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-08 18:57:47 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-08 18:57:47 -0400
commitdd2fa2efb956f8af6c98d37f8cfd280df2f97cb5 (patch)
treeddafc87fb26cca22009a931db1f244bbb56249eb /debian
parentd3b4c2dbd13f6721042db7a7b6843851c9037551 (diff)
When loading a template in scan mode, let preprocess know it only needs to scan.
This makes wikis such as zack's much faster in the scan pass. In that pass, when a template contains an inline, there is no reason to process the entire inline and all its pages. I'd forgotten to pass along the flag to let preprocess() know it was in scan mode, leading to much unncessary churning.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e5d522200..95d414bc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ikiwiki (3.07) UNRELEASED; urgency=low
* wmd: New plugin contributed by William Uther to support the WMD
Wysiwym markdown editor.
* smiley: Avoid infinite loop in smiley expansion. Closes: #518805
+ * template: When loading a template in scan mode, let preprocess
+ know it only needs to scan.
-- Joey Hess <joeyh@debian.org> Thu, 05 Mar 2009 15:43:02 -0500