Pass a destpage parameter to the sanitize hook.
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 05:24:23 +0000 (01:24 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 4 Jun 2008 05:24:23 +0000 (01:24 -0400)
commit1dddec0ba9f66f082f4b8349916cdb6bdb5636e3
tree2ee6818cd5f9c896ab0de2caea677ba5a9cc18f9
parent1546b48b979399eb33ce502a00b089263d7cee26
Pass a destpage parameter to the sanitize hook.

Because the search plugin needed it, also because it's one of the few
plugins that didn't already have it.

I also considered adding it to htmlize, but I really cannot imagine caring
what the destpage is when htmlizing. (I'll probably be poven wrong later.)
15 files changed:
IkiWiki.pm
IkiWiki/CGI.pm
IkiWiki/Plugin/inline.pm
IkiWiki/Plugin/meta.pm
IkiWiki/Plugin/search.pm
IkiWiki/Plugin/sidebar.pm
IkiWiki/Plugin/table.pm
IkiWiki/Plugin/template.pm
IkiWiki/Render.pm
debian/changelog
doc/plugins/search.mdwn
doc/plugins/write.mdwn
po/ikiwiki.pot
t/crazy-badass-perl-bug.t
t/htmlize.t