wiki.techinc.nl/includes/parser
Tim Starling 13c1839735 Fix SignatureValidatorFactory circular dependency
Parser is using the service container to get a SignatureValidator
because, as noted in Gerrit comments on the relevant commit, there is a
circular dependency Parser -> SignatureValidatorFactory -> Parser.

So, have SignatureValidatorFactory::__construct() take a closure which
returns a Parser, instead of an actual Parser or ParserFactory.

Change-Id: I7bf4660f84ec8c8fb1d5b3b8581fe5d82bc3156e
2022-04-13 12:38:00 +10:00
..
Hook Create ParserFetchTemplateData hook 2022-03-28 17:25:34 -04:00
Parsoid Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
BlockLevelPass.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
CacheTime.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
CoreMagicVariables.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
CoreParserFunctions.php CoreParserFunctions: Use Parser::getTargetLanguageConverter() 2022-03-31 22:46:19 +08:00
CoreTagHooks.php remove access to config globals from includes/parser 2022-02-01 07:48:57 -08:00
DateFormatter.php phan: Remove PhanTypePossiblyInvalidDimOffset suppression 2022-03-28 23:26:49 +02:00
DateFormatterFactory.php
LinkHolderArray.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
MWTidy.php
Parser.php Fix SignatureValidatorFactory circular dependency 2022-04-13 12:38:00 +10:00
ParserCache.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
ParserCacheFactory.php
ParserCacheMetadata.php
ParserFactory.php Fix SignatureValidatorFactory circular dependency 2022-04-13 12:38:00 +10:00
ParserObserver.php
ParserOptions.php parser: Adjust documentation about false for $wgExternalLinkTarget 2022-03-03 22:35:41 +01:00
ParserOutput.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
ParserOutputFlags.php Ensure that ToC is converted into the proper target language 2022-03-09 00:08:57 -05:00
PPCustomFrame_Hash.php
PPDPart_Hash.php
PPDStack_Hash.php
PPDStackElement_Hash.php
PPFrame.php
PPFrame_Hash.php parser: Fix various scalar types to match documentation 2022-03-14 20:20:06 +00:00
PPNode.php
PPNode_Hash_Array.php
PPNode_Hash_Attr.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Text.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Tree.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPTemplateFrame_Hash.php
Preprocessor.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
Preprocessor_Hash.php Remove or replace usages of "sanity" 2021-11-19 23:19:42 +00:00
RemexRemoveTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
RemexStripTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
RevisionOutputCache.php parser cache: Adjust types for timestamps 2022-03-11 11:42:05 -05:00
Sanitizer.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
StripState.php parser: Fix various scalar types to match documentation 2022-03-14 20:20:06 +00:00