* Support a third paramater to Parser::setHook() that can contain the object
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 26 Nov 2005 23:04:05 +0000 (23:04 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 26 Nov 2005 23:04:05 +0000 (23:04 +0000)
commitc08da372bcadcf4778e37a2b8f7792aee8561165
treec57bdb4971291fd5176dc6a0b7701cbab20d23e1
parent9115dabec871b7acf240ebd6c098ebbdb51f7334
* Support a third paramater to Parser::setHook() that can contain the object
  that contains the callback function to use
* Add a hook to Parser::getVariableValue() (ParserGetVariableValueVarCache')
  that allows overriding of the variable cache
* Add a hook to Parser::getVariableValue() (ParserGetVariableValueTs) that
  allows overriding of the timestamp
* Add a hook to Parser::getVariableValue() (ParserGetVariableValueRevid) that
  allows overriding of the revision id
* Changed Parser::getVariableValue() to use timestamps in such a way that they
  can be overriden with the ParserGetVariableValueTs hook
includes/Parser.php