User "Krinkle" changed the status of MediaWiki.r94305. Old Status: deferred New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94305 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. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
