Some tweaks to the {{int:...}} parser function:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 9 Jun 2008 17:57:18 +0000 (17:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 9 Jun 2008 17:57:18 +0000 (17:57 +0000)
commit53668e31430ba92198dd8ff9f9833fe82fed1cd6
tree28aae86624fb127114fff7077f453a3f563691bf
parent2ec2fa3ccad0522ba6fca88abe510e13461244c1
Some tweaks to the {{int:...}} parser function:
* Respect the language given with parser options
* Replace parameters before expanding its own templates/functions, like $wgOut->addWikiMsg() does
* (bug 14404) Force content language when parsing the text to pass to LinksUpdate

And some tweaks at save time:
* Use an anonymous user to get the parser options and the parser cache key, thus wikitext rendering is not depending of some sepcific user options such as lang, ...
* Same for the refresh link job
RELEASE-NOTES
includes/Article.php
includes/CoreParserFunctions.php
includes/ParserCache.php
includes/ParserOptions.php
includes/RefreshLinksJob.php
includes/User.php