wiki.techinc.nl/includes/resourceloader
Timo Tijhof 2db395abfc resourceloader: Move style deprecation warnings to <body>
Follows-up If35a106c7. These log messages are not criticial and
should not be in the <head> competing with stylesheets and article
content. Move them to the end of <body> instead, nearby other
low-priority script tags.

The getBodyHtml() method from ClientHtml was empty, but has been
non-empty in the past. It's fine to repopulate.

Also, while ClientHtml::getBodyHtml was empty, there are additional
RLQ scripts created by OutputPage that do exist even without this.
Namely, there is a <script> for wgPageParseReport, and one for
wgBackendResponseTime etc.

Change-Id: Ibda7091bdcd5ed207395b20196cdc33df926a24c
2018-05-22 22:14:22 +00:00
..
DerivativeResourceLoaderContext.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoader.php resourceloader: Refactor CSP $nonce passing 2018-05-17 22:28:23 -07:00
ResourceLoaderClientHtml.php resourceloader: Move style deprecation warnings to <body> 2018-05-22 22:14:22 +00:00
ResourceLoaderContext.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoaderEditToolbarModule.php
ResourceLoaderFileModule.php Remove self-explaining "section heading" comments from classes 2017-12-28 16:12:08 +01:00
ResourceLoaderFilePath.php Remove self-explaining "section heading" comments from classes 2017-12-28 16:12:08 +01:00
ResourceLoaderForeignApiModule.php
ResourceLoaderImage.php Use fallback languages in ResourceLoaderImage 2018-04-01 20:41:01 +01:00
ResourceLoaderImageModule.php Increase Opera minimum for Grades A and C to 15 2017-11-29 02:40:27 +00:00
ResourceLoaderJqueryMsgModule.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
ResourceLoaderLanguageDataModule.php mediawiki.language: Implement non-digit-grouping of four-digit numbers 2018-02-13 18:58:09 +00:00
ResourceLoaderLanguageNamesModule.php
ResourceLoaderLessVarFileModule.php Introduce ResourceLoaderLessVarFileModule 2018-04-25 11:27:11 -07:00
ResourceLoaderMediaWikiUtilModule.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ResourceLoaderModule.php resourceloader: Apply safemode to startup module registry 2018-05-19 22:14:33 +02:00
ResourceLoaderOOUIFileModule.php Restore the ability to set $wgResourceModuleSkinStyles for 'oojs-ui-core.styles' 2017-06-06 00:05:17 +02:00
ResourceLoaderOOUIImageModule.php Revert "Support changing icon variants on hover" 2017-12-05 18:00:29 -08:00
ResourceLoaderOOUIModule.php Refactor registration of OOjs UI resource modules 2017-06-01 17:04:05 +02:00
ResourceLoaderRawFileModule.php
ResourceLoaderSiteModule.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
ResourceLoaderSiteStylesModule.php
ResourceLoaderSkinModule.php resourceloader: Improve coverage of SkinModule 2018-05-04 17:31:04 +01:00
ResourceLoaderSpecialCharacterDataModule.php mw.language.specialcharacters: Add Canadian Aboriginal group 2017-04-05 18:19:40 +00:00
ResourceLoaderStartUpModule.php Merge "Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors" 2018-05-19 22:24:34 +00:00
ResourceLoaderUploadDialogModule.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
ResourceLoaderUserDefaultsModule.php Document return string as JavaScript code for getScript 2017-04-03 10:24:41 +02:00
ResourceLoaderUserModule.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoaderUserOptionsModule.php resourceloader: Move FILTER_NOMIN annotation to the beginning of output 2018-01-30 19:12:34 +00:00
ResourceLoaderUserStylesModule.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoaderUserTokensModule.php resourceloader: Move FILTER_NOMIN annotation to the beginning of output 2018-01-30 19:12:34 +00:00
ResourceLoaderWikiModule.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00