Deprecate ContentHandler::makeParserOptions()
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 11 Jul 2018 16:13:18 +0000 (12:13 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 13 Jul 2018 18:32:59 +0000 (14:32 -0400)
commitc6810d74d18437caff5a0af3efa4c42ec1811bb1
treebe5a5bb45560f1a60d00318d9041276ced938caf
parent5fc5d3cc5908a23bb59c924842d0087372877349
Deprecate ContentHandler::makeParserOptions()

Having a different ParserOptions for each content model isn't feasible
in an MCR world. And the only thing using this was Wikibase, which has
been fixed to do what it needs in a different way.

Bug: T194263
Change-Id: I01373b29ee25fa9346c6b0317155be4ccdc8c515
RELEASE-NOTES-1.32
includes/content/AbstractContent.php
includes/content/ContentHandler.php
includes/jobqueue/jobs/CategoryMembershipChangeJob.php
includes/page/WikiPage.php
includes/parser/ParserOptions.php
tests/phpunit/includes/content/WikitextContentTest.php
tests/phpunit/includes/parser/ParserOptionsTest.php