Revert r36093 (bug 14404).
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 11 Jun 2008 02:51:30 +0000 (02:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 11 Jun 2008 02:51:30 +0000 (02:51 +0000)
commit36ad2b73c4ab1eb5f2ed0c849f4d556e288d2fa7
tree27b6c95c55831ed958ba0dcbe02e13a002039b62
parent1266ee5ab6f1b7f97d80b96a5c0bfa360bbb683d
Revert r36093 (bug 14404).

Regressions caused by this:
"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, ..."

User-specific options such as stub threshold were still applying in the parser, but not taken into account in the parser hash key. As a result, the caches were corrupt, saving different options into the anonymous-default options cache.
RELEASE-NOTES
includes/Article.php
includes/CoreParserFunctions.php
includes/ParserCache.php
includes/ParserOptions.php
includes/RefreshLinksJob.php
includes/User.php