Deprecate and replace usages of User:isAllowed{All,Any}
authorPetr Pchelko <ppchelko@wikimedia.org>
Wed, 21 Aug 2019 22:42:08 +0000 (15:42 -0700)
committerPetr Pchelko <ppchelko@wikimedia.org>
Thu, 22 Aug 2019 01:36:16 +0000 (18:36 -0700)
commitfd130247c28da68c351029124d8ddf1ad77db3f7
treee7dda19a5ca38517bbd0305536520afe9d80a1fd
parentafb7212d218875c72ff21ef3e253fb265aab7b19
Deprecate and replace usages of User:isAllowed{All,Any}

Bug: T220191
Change-Id: I197b8fadaa93e7b320fc19c10e3e09387fe09ad2
30 files changed:
includes/Permissions/PermissionManager.php
includes/api/ApiBase.php
includes/api/ApiComparePages.php
includes/api/ApiQueryAllDeletedRevisions.php
includes/api/ApiQueryAllRevisions.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryDeletedRevisions.php
includes/api/ApiQueryDeletedrevs.php
includes/api/ApiQueryFilearchive.php
includes/api/ApiQueryInfo.php
includes/api/ApiQueryLogEvents.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryRevisions.php
includes/api/ApiQueryUserContribs.php
includes/auth/AuthManager.php
includes/logging/LogEventsList.php
includes/logging/LogPager.php
includes/page/ImageHistoryList.php
includes/page/WikiPage.php
includes/skins/Skin.php
includes/skins/SkinTemplate.php
includes/specials/SpecialImport.php
includes/specials/SpecialLog.php
includes/specials/SpecialWatchlist.php
includes/specials/forms/PreferencesFormOOUI.php
includes/specials/pagers/ContribsPager.php
includes/specials/pagers/DeletedContribsPager.php
includes/user/User.php
tests/phpunit/includes/api/ApiOptionsTest.php
tests/phpunit/includes/specials/SpecialPreferencesTest.php