wiki.techinc.nl/includes/parser
C. Scott Ananian 0eaaceea3e Hard-deprecate direct calls to Parser::__construct()
These were deprecated in 1.34, but let's put in some hard deprecation
warnings for 1.35 since this class is certainly going to be refactored
in the future to allow both the legacy parser and Parsoid to extend
Parser as a base class.  Access via the ParserFactory will be fine,
but cut down on the number of different ways Parsers can be constructed
and initialized.

Code search:
https://codesearch.wmflabs.org/deployed/?q=new%20Parser%5C%28&i=nope&files=&repos=
https://codesearch.wmflabs.org/deployed/?q=getMockBuilder%5C%28%20Parser%3A%3A&i=nope&files=&repos=
https://codesearch.wmflabs.org/deployed/?q=new%20Parser%3B&i=nope&files=&repos=

Bug: T236811
Depends-On: Ib3be450c55e1793b027d9b4dae692ba5891b0328
Depends-On: I9d16513f8bd449a43b0a0afbd73651a5c0afa588
Depends-On: I74efda708470efeb82f8f80346ec1ee7e9fd8f2b
Depends-On: I777475d0ab0144e53240173f501d6c8da35d33fb
Change-Id: If36283ec0b78b188b61f658639105d1ed7653e0a
2020-04-16 16:34:34 -04:00
..
BlockLevelPass.php Hard-deprecate Parser::doBlockLevels(), which Parsoid won't support 2020-01-30 12:58:13 -05:00
CacheTime.php
CoreParserFunctions.php parser: only apply $wgMiserMode to self-references in CoreParserFunctions::revisionid 2020-02-24 11:05:57 -08:00
CoreTagHooks.php
DateFormatter.php
DateFormatterFactory.php
LinkHolderArray.php languages: More doc annotations for LanguageConverter related classes 2020-02-11 17:32:12 +02:00
MWTidy.php Remove codepaths which ran parser in 'untidy' mode 2020-04-13 21:34:04 +00:00
Parser.php Hard-deprecate direct calls to Parser::__construct() 2020-04-16 16:34:34 -04:00
ParserCache.php ParserCache::get use WikiPage only as argument 2020-04-12 03:49:48 +03:00
ParserFactory.php Hard-deprecate direct calls to Parser::__construct() 2020-04-16 16:34:34 -04:00
ParserOptions.php Add a wfDeprecated to an overlooked code path where parser output is not tidy 2020-04-02 11:53:53 -04:00
ParserOutput.php doxygen: Changed Doxygen tags causing warnings during documentation generation 2020-04-14 03:25:19 +00:00
PPCustomFrame_Hash.php
PPDPart.php
PPDPart_Hash.php
PPDStack.php
PPDStack_Hash.php
PPDStackElement.php
PPDStackElement_Hash.php
PPFrame.php
PPFrame_Hash.php
PPNode.php
PPNode_Hash_Array.php
PPNode_Hash_Attr.php
PPNode_Hash_Text.php
PPNode_Hash_Tree.php
PPTemplateFrame_Hash.php
Preprocessor.php Upgrade phan to 0.10.2 2020-04-16 00:28:13 +00:00
Preprocessor_Hash.php
RemexStripTagHandler.php Merge "Simplify RemexStripTagHandler by extending NullTokenHandler" 2019-11-04 14:42:30 +00:00
Sanitizer.php Remove codepaths which ran parser in 'untidy' mode 2020-04-13 21:34:04 +00:00
StripState.php Remove Parser::serializeHalfParsedText() and helpers 2019-11-01 15:22:29 +11:00