Remove all $wgParser use from core
authorAryeh Gregor <ayg@aryeh.name>
Thu, 11 Apr 2019 13:36:15 +0000 (16:36 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 17 Apr 2019 12:16:50 +0000 (15:16 +0300)
commite6df285854622144df973764af908d34b4befbe9
tree5c048a4a3bd2da4b41f27d9b3f6af0dda434f305
parent8414e3c4d0c2a647f794e1e535e70f3a2abe6eb4
Remove all $wgParser use from core

Bug: T160811

Change-Id: I0556c04d33386d0339e02e2bf7a1ee74d97c2abd
26 files changed:
.phpcs.xml
includes/DefaultSettings.php
includes/EditPage.php
includes/OutputPage.php
includes/actions/RawAction.php
includes/api/ApiExpandTemplates.php
includes/api/ApiFeedWatchlist.php
includes/api/ApiParse.php
includes/api/ApiQueryRevisionsBase.php
includes/api/ApiQuerySiteinfo.php
includes/cache/MessageCache.php
includes/content/CssContent.php
includes/content/JavaScriptContent.php
includes/content/TextContent.php
includes/content/WikitextContent.php
includes/parser/Parser.php
includes/session/SessionProvider.php
includes/specials/SpecialExpandTemplates.php
includes/specials/SpecialVersion.php
maintenance/preprocessDump.php
maintenance/preprocessorFuzzTest.php
tests/parser/ParserTestRunner.php
tests/phpunit/includes/MessageTest.php
tests/phpunit/includes/api/ApiQuerySiteinfoTest.php
tests/phpunit/includes/parser/ParserMethodsTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php