When loading a template in scan mode, let preprocess know it only needs to scan.
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 8 Mar 2009 22:57:47 +0000 (18:57 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 8 Mar 2009 22:57:47 +0000 (18:57 -0400)
commitdd2fa2efb956f8af6c98d37f8cfd280df2f97cb5
treeddafc87fb26cca22009a931db1f244bbb56249eb
parentd3b4c2dbd13f6721042db7a7b6843851c9037551
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.
IkiWiki/Plugin/template.pm
debian/changelog