"Brion VIBBER" changed the status of MediaWiki.r107773 to "reverted" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107773#c28867
Old Status: new > New Status: reverted Commit summary for MediaWiki.r107773: * (bug 32686) Tooltip on links to non-existing pages are now always in user's language Fixed this by "abusing" of the $options parameter of Linker::link() to pass the Language object (as we did for wfMsgExt()), has the two following advantages: * The tooltip is displayed in the requested language instead of depending on $wgLang * The usage of the Language object is detected in the ParserOptions, thus the parser cache key will not have "*" for the language Brion VIBBER's comment: Reverted in r107941. Offhand I agree with above; this increases parsercache fragmentation and there are some questions about some of how it works internally which looks odd. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
