Remove temporary rcfilters variables
authorStephane Bisson <sbisson@wikimedia.org>
Thu, 27 Sep 2018 17:09:33 +0000 (13:09 -0400)
committerStephane Bisson <sbisson@wikimedia.org>
Thu, 27 Sep 2018 17:39:05 +0000 (13:39 -0400)
commit2e8512c7d06b43681f918f97eb8bf46f0bd70562
tree7ac281de295e7bab660a994ae6a80c64b12dbb3a
parentbb1d8568d78a905c24f63596e37d9362dc0c7327
Remove temporary rcfilters variables

wgStructuredChangeFiltersShowPreference, wgStructuredChangeFiltersShowWatchlistPreference,
and wgStructuredChangeFiltersOnWatchlist were introduced for progressive rollout
of the RCFilters app on RC and WL.

These variables and their related conditional code is no longer needed.

Bug: T196033
Change-Id: Id3799fefd21cd9bea0e089a5e12576ee9ea1085e
includes/DefaultSettings.php
includes/preferences/DefaultPreferencesFactory.php
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialWatchlist.php
tests/phpunit/includes/specialpage/AbstractChangesListSpecialPageTestCase.php
tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php
tests/phpunit/includes/specials/SpecialRecentchangesTest.php