From: Aaron Schulz Date: Sun, 3 Jun 2007 22:34:53 +0000 (+0000) Subject: *Document old ArticleViewHeader hook X-Git-Tag: 1.31.0-rc.0~52700 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=686ed73f8562a7902ecdedf96618e23544d9cb57;p=lhc%2Fweb%2Fwiklou.git *Document old ArticleViewHeader hook --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 0dc1540a84..cb39e2f7d6 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -303,6 +303,10 @@ $title: Title corresponding to the article restored $create: Whether or not the restoration caused the page to be created (i.e. it didn't exist before) +'ArticleViewHeader': Before the parser cache is about to be tried for article viewing. +&$pcache: whether to try the parser cache or not +&$outputDone: whether the output for this page finished or not + 'AuthPluginSetup': update or replace authentication plugin object ($wgAuth) Gives a chance for an extension to set it programattically to a variable class. &$auth: the $wgAuth object, probably a stub