Render namespace lists in the user's language
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 10 Sep 2018 20:14:20 +0000 (13:14 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 12 Oct 2018 18:27:20 +0000 (11:27 -0700)
commit9f28aa0709d07f620b17ffede6667e18bb9bfe72
tree590df85b3b065961be28827395989c86c91f8c9d
parent1c6e6a4c9190babfb5a21317f1e7fe5fe93343fd
Render namespace lists in the user's language

Asking users to select from a list that is in a namespace
other than their user language can be quite difficult.
Transition a number of use cases. This was applied via a flag
to avoid unexpectedly changing extensions also utilizing
the namespace selector.

Pages updated:
* Special:Search
* Special:Watchlist
* Special:RecentChanges
* Special:Contributions
* Special:Import
* Special:WhatLinksHere

Bug: T174057
Change-Id: I3fdac72179a124849ef7ad1e0e54eb66396c3c6e
includes/Html.php
includes/specials/SpecialContributions.php
includes/specials/SpecialImport.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php
includes/specials/SpecialWhatlinkshere.php
includes/widget/search/SearchFormWidget.php
tests/phpunit/includes/HtmlTest.php