"Hashar" posted a comment on MediaWiki.r107773.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107773#c28819

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

Hashar's comment:

Why have you changed the strictness of in_array() ? If that is not related, 
that should have been made a different commit. If related, would be great to 
add a comment about it.


_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to