(Bug 30364) LanguageConverter should depend on the page content language instead...
authorRobin Pepermans <robin@users.mediawiki.org>
Sun, 11 Sep 2011 17:56:27 +0000 (17:56 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Sun, 11 Sep 2011 17:56:27 +0000 (17:56 +0000)
commit9a6efcc3e4395bbadbcf5488cfbf68b01f7bfc05
tree240a6d61a185f0429d4ac132a7d28f6c67f9cabe
parent03e423346a51eb8cd675345f084d71cd1a9ee14e
(Bug 30364) LanguageConverter should depend on the page content language instead of the wiki content language. Remains largely the same, except for extensions using the PageContentLanguage hook like Translate and WikimediaIncubator.
* Made variant tabs hidden on special pages (has no or sometimes wrong/inconsistent effect there; plus it's mainly in the user language)
* Made redirects be in content language again (remove from Title->getPageLanguage())
RELEASE-NOTES-1.19
includes/Article.php
includes/OutputPage.php
includes/SkinLegacy.php
includes/SkinTemplate.php
includes/Title.php
includes/WikiPage.php
includes/parser/Parser.php
includes/parser/ParserCache.php
includes/parser/ParserOptions.php
languages/LanguageConverter.php