Move ParsoidRenderID to MediaWiki\Edit
commit52320c0902570577bb84f848e2d4ca05492604fe
authorC. Scott Ananian <cscott@cscott.net>
Mon, 6 Nov 2023 15:22:44 +0000 (6 10:22 -0500)
committerC. Scott Ananian <cscott@cscott.net>
Thu, 8 Feb 2024 02:22:06 +0000 (7 21:22 -0500)
tree7b05845c696bb9a390fe89de3dcf199398a05f5d
parent1858e1cdd708727181046e7d24324b825b606a2b
Move ParsoidRenderID to MediaWiki\Edit

This class belongs with the rest of the Parsoid output stash code.

This class has been marked @unstable since 1.39 and thus the move
does not need release notes.

Change-Id: I16061c0c28b1549fbe90ea082cc717fee4a09a6e
13 files changed:
autoload.php
includes/Rest/Handler/Helper/HtmlInputTransformHelper.php
includes/edit/ParsoidOutputStash.php
includes/edit/ParsoidRenderID.php [moved from includes/parser/Parsoid/ParsoidRenderID.php with 95% similarity]
includes/edit/SimpleParsoidOutputStash.php
includes/parser/ParserOutput.php
tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php
tests/phpunit/integration/includes/Rest/Handler/HTMLHandlerTestTrait.php
tests/phpunit/integration/includes/Rest/Handler/Helper/HtmlInputTransformHelperTest.php
tests/phpunit/integration/includes/Rest/Handler/Helper/HtmlOutputRendererHelperTest.php
tests/phpunit/integration/includes/Rest/Handler/ParsoidOutputAccessTest.php
tests/phpunit/unit/includes/edit/ParsoidRenderIdTest.php [moved from tests/phpunit/unit/includes/parser/Parsoid/ParsoidRenderIdTest.php with 80% similarity]
tests/phpunit/unit/includes/edit/SimpleParsoidOutputStashTest.php