wiki.techinc.nl/includes/parser
C. Scott Ananian aeb2f33cc7 Deprecate a few more tidy-related methods
Hard-deprecate ParserOptions::getTidy(), since it always returns true
and is rarely used.  Code search:
https://codesearch.wmflabs.org/search/?q=getTidy%5C%28&i=nope&files=&repos=

Soft deprecate most methods of MWTidy; folks should use MWTidy::tidy()
as the entry point here.  Code search:
https://codesearch.wmflabs.org/search/?q=MWTidy&i=nope&files=&repos=

Bug: T198214
Change-Id: I3584181070da7ed4888beaaf04e083114aca1eab
2020-05-01 21:08:54 +00:00
..
Hook Hook interface doc comment followup 2020-04-21 09:12:23 +10:00
BlockLevelPass.php Hard-deprecate Parser::doBlockLevels(), which Parsoid won't support 2020-01-30 12:58:13 -05:00
CacheTime.php
CoreMagicWords.php Replace uses and hard deprecate Parser::getRevisionObject 2020-04-28 21:02:58 +00:00
CoreParserFunctions.php Have CoreParserFunctions::getCachedRevisionObject return RevisionRecord 2020-04-30 17:44:03 +00:00
CoreTagHooks.php
DateFormatter.php
DateFormatterFactory.php
LinkHolderArray.php deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change callers accordingly 2020-04-27 20:23:58 +03:00
MWTidy.php Deprecate a few more tidy-related methods 2020-05-01 21:08:54 +00:00
Parser.php Replace uses and hard deprecate Revision::getSha1 2020-04-30 17:44:11 +00:00
ParserCache.php Replace uses and hard deprecate Article:: and WikiPage::getRevision 2020-04-20 23:06:48 +00:00
ParserFactory.php Hard-deprecate direct calls to Parser::__construct() 2020-04-16 16:34:34 -04:00
ParserOptions.php Deprecate a few more tidy-related methods 2020-05-01 21:08:54 +00: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