wiki.techinc.nl/tests/phpunit/includes/content
C. Scott Ananian 07b396d5b5 Move Article::getRedirectHeaderHtml() to LinkRenderer::makeRedirectHeader()
The use of Article::getRedirectHeaderHtml() has been discouraged for a
while, since WikitextContentHandler can (should) be used to insert the
redirect header.  Further, since I20db09619999919bfeda997d79561d21e3bf8718
the header should be added as an extension data property instead of
directly concatenated to the HTML.  Regardless, this functionality
logically should live in LinkRenderer.

Change-Id: I4d0de0e72473ae039dca420a2733bc746d8c2951
2023-09-22 17:08:17 -04:00
..
Transform Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
ContentHandlerTest.php Move Article::getRedirectHeaderHtml() to LinkRenderer::makeRedirectHeader() 2023-09-22 17:08:17 -04:00
ContentModelChangeTest.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
CssContentHandlerIntegrationTest.php
CssContentHandlerTest.php tests: Avoid database usage when possible 2023-07-31 00:46:13 +00:00
CssContentTest.php tests: Avoid database usage when possible 2023-07-31 00:46:13 +00:00
FallbackContentHandlerTest.php ContentHandler: Hard-deprecate getSlotDiffRendererInternal 2023-08-25 10:27:57 -04:00
FallbackContentTest.php
JavaScriptContentHandlerIntegrationTest.php
JavaScriptContentHandlerTest.php
JavaScriptContentTest.php
JsonContentHandlerIntegrationTest.php
MessageContentTest.php
RegistrationContentHandlerFactoryToMediaWikiServicesTest.php Move Article::getRedirectHeaderHtml() to LinkRenderer::makeRedirectHeader() 2023-09-22 17:08:17 -04:00
TextContentHandlerIntegrationTest.php
TextContentTest.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
WikitextContentHandlerIntegrationTest.php WikitextContentHandler/ParserOutput: move redirect header to post processing 2023-09-15 15:20:01 -04:00
WikitextContentHandlerTest.php WikitextContentHandler/ParserOutput: move redirect header to post processing 2023-09-15 15:20:01 -04:00
WikitextContentTest.php
WikitextStructureTest.php Avoid DB access in non-database tests 2023-08-06 22:57:48 +00:00