wiki.techinc.nl/includes/parser
C. Scott Ananian c46c71749f [SpecialVersion] Fix double-escaping in {{CURRENTVERSION}}
Phan correctly catches a case of double-escaping here: the output of
Special::getVersion() is used as the return value for the
CoreMagicVariables implementation of {{CURRENTVERSION}} which means it
is wikitext (not escaped HTML).

No practical consequence since the only thing being escaped is a SHA
hash and the localized parentheses, neither of which are likely to contain
characters which are going to trigger the extra escape.

Change-Id: I9f125d56b9d143f2a0baea3da8bbb92b38317537
2024-02-09 23:47:21 +00:00
..
Hook Namespace ParserOutput 2023-12-14 14:57:34 -05:00
Parsoid Introduce ParserOutput:setFromParserOptions() and use for preview flag 2024-02-07 21:22:06 -05:00
BlockLevelPass.php Condense and simplify some conditionals/returns 2023-08-22 19:21:57 +00:00
CacheTime.php Add ParserOutput::{get,set}RenderId() and set render id in ContentRenderer 2024-02-07 21:22:06 -05:00
CoreMagicVariables.php [SpecialVersion] Fix double-escaping in {{CURRENTVERSION}} 2024-02-09 23:47:21 +00:00
CoreParserFunctions.php Drop CoreParserFunctions::mwnamespace(), deprecated in 1.39 2023-12-01 13:57:36 -05:00
CoreTagHooks.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
DateFormatter.php
DateFormatterFactory.php
LinkHolderArray.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
MagicWord.php parser: deprecate unused MagicWord::getId, improve docs and tests 2023-10-26 16:07:20 +01:00
MagicWordArray.php Merge "Make MagicWordArray not fail on old revs with broken UTF-8" 2023-10-27 19:13:18 +00:00
MagicWordFactory.php Deprecate MagicWordFactory::getSubstIDs 2023-11-13 11:10:24 +01:00
MWTidy.php Replace deprecated MWException 2023-06-09 17:21:12 +02:00
Parser.php Merge "Namespace includes/context" 2024-02-08 18:04:34 +00:00
ParserCache.php [ParserCache] Add logging for T350538 2024-02-07 21:22:06 -05:00
ParserCacheFactory.php Add ParserOutput::{get,set}RenderId() and set render id in ContentRenderer 2024-02-07 21:22:06 -05:00
ParserCacheFilter.php Namespace ParserOutput 2023-12-14 14:57:34 -05:00
ParserCacheMetadata.php
ParserFactory.php Move user options related classes into its own namespace 2023-11-29 13:27:13 +01:00
ParserObserver.php ParserObserver: Limit the size of cache of previous parse traces 2024-01-29 09:33:14 +00:00
ParserOptions.php [ParserOutput] Make 'enableSectionEditLinks' a ParserOption 2024-02-09 23:42:03 +00:00
ParserOutput.php [ParserOutput] Make 'enableSectionEditLinks' a ParserOption 2024-02-09 23:42:03 +00:00
ParserOutputFlags.php [ParserOutput] Make 'enableSectionEditLinks' a ParserOption 2024-02-09 23:42:03 +00:00
ParserOutputStringSets.php Namespace ParserOutput 2023-12-14 14:57:34 -05:00
PPCustomFrame_Hash.php
PPDPart_Hash.php
PPDStack_Hash.php
PPDStackElement_Hash.php
PPFrame.php
PPFrame_Hash.php Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
PPNode.php
PPNode_Hash_Array.php Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
PPNode_Hash_Attr.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
PPNode_Hash_Text.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
PPNode_Hash_Tree.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
PPTemplateFrame_Hash.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
Preprocessor.php
Preprocessor_Hash.php Move array destructuring into foreach 2023-07-08 19:52:46 +00:00
RemexRemoveTagHandler.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
RemexStripTagHandler.php
RevisionOutputCache.php Rename ParserOutput::{get,set}Timestamp() to ::{get,set}RevisionTimestamp() 2024-02-07 21:22:06 -05:00
Sanitizer.php Update name & email for bvibber 2024-02-08 17:02:16 -08:00
StripState.php Use thousands separators in selected integer literals 2023-12-12 09:22:45 +11:00