wiki.techinc.nl/includes/parser/Hook
C. Scott Ananian 13d0ad0de6 Un-deprecate the ParserPreSaveTransformComplete hook
Although it's true that Parsoid doesn't (yet) support this hook, and
the $parser object referenced in the hook is likely going to be changed,
this is a hook added in 1.35 (eb6c5f70d9)
to replace use of an even worse hook.  So let's keep the lesser of the
evils, at least for now.

Bug: T236809
Change-Id: I8f866c3b9f1fc51848cfe9364635112371d18e3e
2020-06-01 10:14:39 -04:00
..
AfterParserFetchFileAndTitleHook.php
BeforeParserFetchFileAndTitleHook.php
BeforeParserFetchTemplateAndtitleHook.php
BeforeParserrenderImageGalleryHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
GetLinkColoursHook.php Hook interface doc comment followup 2020-04-21 09:12:23 +10:00
InternalParseBeforeLinksHook.php
InternalParseBeforeSanitizeHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
IsValidEmailAddrHook.php Hook interface type fixes, to fix Phan errors 2020-05-05 11:22:04 +10:00
PageRenderingHashHook.php
ParserAfterParseHook.php
ParserAfterStripHook.php
ParserAfterTidyHook.php
ParserBeforeInternalParseHook.php
ParserBeforePreprocessHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
ParserBeforeStripHook.php
ParserBeforeTidyHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
ParserCacheSaveCompleteHook.php
ParserClearStateHook.php
ParserClonedHook.php
ParserFetchTemplateHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
ParserFirstCallInitHook.php Update description of ParserFirstCallInitHook per hooks.txt 2020-05-01 21:34:05 +00:00
ParserGetVariableValueSwitchHook.php
ParserGetVariableValueTsHook.php
ParserGetVariableValueVarCacheHook.php
ParserLimitReportFormatHook.php
ParserLimitReportPrepareHook.php
ParserMakeImageParamsHook.php
ParserOptionsRegisterHook.php Hook interface type fixes, to fix Phan errors 2020-05-05 11:22:04 +10:00
ParserOutputPostCacheTransformHook.php
ParserPreSaveTransformCompleteHook.php Un-deprecate the ParserPreSaveTransformComplete hook 2020-06-01 10:14:39 -04:00
ParserSectionCreateHook.php Update hook interfaces for recent additions and deprecations 2020-05-05 11:22:04 +10:00
RejectParserCacheValueHook.php