User "Platonides" posted a comment on MediaWiki.r94305.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94305#c22743
Commit summary:

Change getAvailableLangs (added in r84981) to return by default the languages 
available
in the main domain, which is what I think most tools would need.
'Helper' domains such as General will have much more translations than the tool 
itself,
but showing all those language as available would be deceiving (OTOH, if they 
happen to
have such enable from the Intuition board, or if they manually hack the url, it 
still works).

The old $I18N->getAvailableLangs() behavior is now available with 
$I18N->getAvailableLangs('any');
The only usage of getAvailableLangs was in searchPage.php of Monuments API, 
which is well-filled.

Comment:

This didn't change the default, since the default parameter of $domain is still 
'any'

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to