* Switch pagetemplate hooks to using named parameters.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Jul 2006 23:41:58 +0000 (23:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 27 Jul 2006 23:41:58 +0000 (23:41 +0000)
commitdea23a1031b55dbc408e9f99c761fd667331cccd
treed4f036e9c2ef355693503a0f7ea84158ae549f2b
parent8d2c59804253ae513dda89cc6b733478c4c86fb6
* Switch pagetemplate hooks to using named parameters.
* Pass a "destpage" parameter to preprocessor and pagetemplate hooks.
  This will be the page that a source page will be part of, which is
  different than the source page for inlined pages.
* Audited all plugins to endure they pass page, destpage to htmllink
  appropriatly. This means inlining of various plugins will not work
  properly, with correct links generated.
IkiWiki/Plugin/brokenlinks.pm
IkiWiki/Plugin/inline.pm
IkiWiki/Plugin/meta.pm
IkiWiki/Plugin/orphans.pm
IkiWiki/Plugin/search.pm
IkiWiki/Plugin/skeleton.pm
IkiWiki/Plugin/tag.pm
IkiWiki/Render.pm
debian/changelog
doc/plugins/write.mdwn
doc/roadmap.mdwn