Mass conversion to NamespaceInfo
authorAryeh Gregor <ayg@aryeh.name>
Sun, 5 Aug 2018 17:58:51 +0000 (20:58 +0300)
committerdaniel <dkinzler@wikimedia.org>
Tue, 7 May 2019 20:44:56 +0000 (22:44 +0200)
commit2e1ac38485b9c78890944413cba074474c06bd34
treeae6ecb65fca0bf457cb82d8f20bf25cc572798cc
parent2be1e039d9b45b91389a3bfd863b9638109afb82
Mass conversion to NamespaceInfo

Change-Id: I2fef157ceec772f304c0923a1cd8c0eef2e82a0f
68 files changed:
includes/EditPage.php
includes/Linker.php
includes/MovePage.php
includes/OutputPage.php
includes/ProtectionForm.php
includes/SiteStatsInit.php
includes/Title.php
includes/TrackingCategories.php
includes/actions/InfoAction.php
includes/api/ApiBase.php
includes/api/ApiHelp.php
includes/api/ApiPageSet.php
includes/api/ApiQueryAllDeletedRevisions.php
includes/api/ApiQueryAllPages.php
includes/api/ApiQueryAllRevisions.php
includes/api/ApiQueryInfo.php
includes/api/ApiQuerySiteinfo.php
includes/changes/ChangesFeed.php
includes/content/ContentHandler.php
includes/editpage/TextboxBuilder.php
includes/export/DumpNotalkFilter.php
includes/export/XmlDumpWriter.php
includes/filerepo/FileRepo.php
includes/gallery/TraditionalImageGallery.php
includes/import/WikiImporter.php
includes/page/Article.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/skins/Skin.php
includes/skins/SkinTemplate.php
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialAncientpages.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDeadendpages.php
includes/specials/SpecialDeletedContributions.php
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialFewestrevisions.php
includes/specials/SpecialListGroupRights.php
includes/specials/SpecialLonelypages.php
includes/specials/SpecialMostcategories.php
includes/specials/SpecialMostinterwikis.php
includes/specials/SpecialMovepage.php
includes/specials/SpecialPasswordPolicies.php
includes/specials/SpecialRandompage.php
includes/specials/SpecialSearch.php
includes/specials/SpecialShortpages.php
includes/specials/SpecialStatistics.php
includes/specials/SpecialUncategorizedpages.php
includes/specials/SpecialWithoutinterwiki.php
includes/specials/forms/UploadForm.php
includes/specials/pagers/ContribsPager.php
includes/title/NaiveImportTitleFactory.php
includes/title/NamespaceImportTitleFactory.php
includes/title/SubpageImportTitleFactory.php
includes/user/ExternalUserNames.php
includes/widget/search/SearchFormWidget.php
languages/Language.php
maintenance/cleanupCaps.php
maintenance/cleanupTitles.php
maintenance/generateSitemap.php
maintenance/namespaceDupes.php
maintenance/rebuildFileCache.php
tests/parser/ParserTestRunner.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/PagePropsTest.php
tests/phpunit/includes/RevisionDbTestBase.php
tests/phpunit/includes/api/ApiBaseTest.php
tests/phpunit/includes/editpage/TextboxBuilderTest.php
tests/phpunit/structure/ApiStructureTest.php