* (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some cases
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 10 Dec 2010 18:17:20 +0000 (18:17 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 10 Dec 2010 18:17:20 +0000 (18:17 +0000)
commit510309e4ab2caf7146847295be5753b6fe829315
tree60bf84222470cf7aa15e247adb6a7cdc0c0dd2aa
parentef315d737e5225ef2d16b559b1ab03447f7a84c8
* (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some cases
* Removed other usages of $wgUser in Parser stuff, as stated in doc
* Added mechanism to get an User object in Parser, based either on the object given in Paser::preSaveTransform() or the ParserOptions otherwise
includes/parser/CoreParserFunctions.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/parser/ParserOptions.php