wiki.techinc.nl/includes/parser
Timo Tijhof c6f3440832 resourceloader: Remove addModuleScripts, and deprecate getModuleScripts.
The addModuleScripts() methods were deprecated in 1.31 and 1.32,
these are now removed.

The getModuleScripts() are now deprecated as well, always returning
an empty array. To be removed in 1.34.

Depends on commits for bundled/wmf-deployed extensions that
remove the last few remaining callers to the deprecated functions
in: 3D, Collection, Flow, GlobalUserPage, and Wikibase.

Bug: T188689
Depends-On: If9f0bc6aef85117587fa1929f34f8861c8d80314
Depends-On: Ia8d41b97fbf6822f5f8f7ac889408acce1ac9a3a
Depends-On: I503b919739ea474ff33726815b0da55e2f7e2724
Depends-On: I236ef637fd03b810a46eb361e25067a037e9d183
Depends-On: I62e17779753b977a452cc0c9694947941e999cc3
Change-Id: I5a19b8f164ccf666485d2971202194b747f882df
2019-03-05 16:54:08 +00:00
..
BlockLevelPass.php Merge "No yoda conditions" 2018-12-09 01:34:23 +00:00
CacheTime.php ParserOutput::getCacheTime should stay the same after the first call. 2018-10-04 13:08:56 +02:00
CoreParserFunctions.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
CoreTagHooks.php
DateFormatter.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
LinkHolderArray.php Various fixes for phan-taint-check 2019-02-17 11:41:11 +00:00
MWTidy.php Remove most support for configuring Tidy, including Raggett 2018-11-15 12:22:06 -05:00
Parser.php Simplify strings in PHP code 2019-03-01 22:16:26 +01:00
ParserCache.php parser: Add new pcache metrics, split by page content model 2019-02-11 20:48:56 +00:00
ParserDiffTest.php
ParserFactory.php Inject Config into Parser instead of using globals 2018-10-02 21:26:01 +03:00
ParserOptions.php Add missing empty lines between methods 2019-01-15 19:14:35 +00:00
ParserOutput.php resourceloader: Remove addModuleScripts, and deprecate getModuleScripts. 2019-03-05 16:54:08 +00:00
Preprocessor.php
Preprocessor_DOM.php Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
Preprocessor_Hash.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
RemexStripTagHandler.php build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
Sanitizer.php Sanitizer: remove deprecated parameter to escapeIdReferenceList() 2019-02-21 20:12:22 -08:00
StripState.php