Use ParserOutput stateless transforms
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 22 Nov 2017 20:07:51 +0000 (15:07 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 30 Nov 2017 19:27:49 +0000 (14:27 -0500)
commite74ba29aa6b86995a79200fc8b1bb2932d3a1675
tree92d0d95af4b0f4dee25dec1efd6bc758e4d973de
parent92cf49df5ca0c5dea25f5ae651996d79a2ce25af
Use ParserOutput stateless transforms

We still set the state in many cases for benefit of extensions, but all
calls within core should no longer be using non-default state.

Change-Id: I78b62ec33fcb8273acb9b3b4e9012215442be94c
Depends-On: I140ff32373430b61b92226689ef9b58cca317450
13 files changed:
includes/EditPage.php
includes/Message.php
includes/OutputPage.php
includes/Status.php
includes/api/ApiParse.php
includes/content/WikiTextStructure.php
includes/diff/DifferenceEngine.php
includes/installer/Installer.php
includes/page/Article.php
includes/parser/ParserOutput.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialUndelete.php
tests/parser/ParserTestRunner.php