"Nikerabbit" posted a comment on MediaWiki.r107773. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107773#c28905
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 Nikerabbit's comment: There is one clear benefit though, the users don't see the tooltip in random languages. There are other solutions to fix that too. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
