From: Alexandre Emsenhuber Date: Sat, 1 Mar 2008 20:39:45 +0000 (+0000) Subject: doc tweaks X-Git-Tag: 1.31.0-rc.0~49294 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=744363ef1fd73f2fafb9b763ef6fb710c8fc4479;p=lhc%2Fweb%2Fwiklou.git doc tweaks --- diff --git a/docs/hooks.txt b/docs/hooks.txt index dd47ab6c84..1a0dd33d32 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -795,8 +795,8 @@ $text: actual text 'ParserClearState': called at the end of Parser::clearState() $parser: Parser object being cleared -'ParserFirstCallInit': called when the ther parser initialises for the first time -$parser: Parser object being cleared +'ParserFirstCallInit': called when the parser initialises for the first time +&$parser: Parser object being cleared 'ParserGetVariableValueSwitch': called when the parser need the value of a custom magic word $parser: Parser object diff --git a/docs/memcached.txt b/docs/memcached.txt index 1f5ba09fad..a21a7a5735 100644 --- a/docs/memcached.txt +++ b/docs/memcached.txt @@ -78,7 +78,7 @@ subdirectory under the present one. We intend to track updates, but if you want to check for the lastest released version, see http://www.danga.com/memcached/apis.bml -MediaWiki use three object for memcached: +MediaWiki use three object for memcaching: * $wgMemc, controlled by $wgMainCacheType * $parserMemc, controlled by $wgParserCacheType * $messageMemc, controlled by $wgMessageCacheType @@ -95,7 +95,7 @@ this is mentionned below. Ajax Search: key: $wgDBname:ajaxsearch:md5( $search ) - ex: wikidb:ajaxsearch: + ex: wikidb:ajaxsearch:9565814d5d564fa898dd6111b94fae0b stores: array with the result of research of a given text cleared by: nothing expiry: 30 minutes