wiki.techinc.nl/includes/resourceloader
Timo Tijhof 11b032f682 mediawiki.language: Combine with 'mediawiki.language.data' and 'mediawiki.language.init'
The latter two modules are never used separately and have no references
anywhere in Wikimedia Git outside MediaWiki core.

Remove without deprecation as they were introduced only as internal
work-around to be able to call setData after init.js and the rest of
'mediawiki.language'. Which is actually trivially done by concatenating
one after the other, but for some reason I didn't think of that when
reviewing 4c6c50f206 in 2012.

Also fix an annoying race condition in the unit tests that
often caused tests to fail locally.

Change-Id: Ic61f86b0dcbfac82da230770f66cb72e97bd9a03
2018-07-10 11:12:45 -07:00
..
DerivativeResourceLoaderContext.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoader.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ResourceLoaderClientHtml.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ResourceLoaderContext.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
ResourceLoaderEditToolbarModule.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
ResourceLoaderFileModule.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ResourceLoaderFilePath.php Remove self-explaining "section heading" comments from classes 2017-12-28 16:12:08 +01:00
ResourceLoaderForeignApiModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderImage.php ResourceLoaderImage module definitions can define a defaultColor 2018-06-27 20:36:47 +00:00
ResourceLoaderImageModule.php Merge "Allow ResourceLoaderImage modules without data URIs" 2018-07-09 14:24:36 +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: Combine with 'mediawiki.language.data' and 'mediawiki.language.init' 2018-07-10 11:12:45 -07:00
ResourceLoaderLanguageNamesModule.php mediawiki.language: Combine with 'mediawiki.language.data' and 'mediawiki.language.init' 2018-07-10 11:12:45 -07:00
ResourceLoaderLessVarFileModule.php ResourceLoaderLessVarFileModule: Add parameter 'lessMessages' 2018-05-12 17:46:15 +02:00
ResourceLoaderMediaWikiUtilModule.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
ResourceLoaderModule.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ResourceLoaderOOUIFileModule.php Restore the ability to set $wgResourceModuleSkinStyles for 'oojs-ui-core.styles' 2017-06-06 00:05:17 +02:00
ResourceLoaderOOUIImageModule.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
ResourceLoaderOOUIModule.php Refactor registration of OOjs UI resource modules 2017-06-01 17:04:05 +02:00
ResourceLoaderSiteModule.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
ResourceLoaderSiteStylesModule.php resourceloader: Make 'site.styles' actually in group 'site' 2016-08-25 13:39:01 -07:00
ResourceLoaderSkinModule.php resourceloader: Improve coverage of SkinModule 2018-05-04 17:31:04 +01:00
ResourceLoaderSpecialCharacterDataModule.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ResourceLoaderStartUpModule.php resourceloader: Embed 'mediawiki' directly in startup response 2018-06-27 17:06:35 +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 resourceloader: Remove 'user.styles' dependency from 'user' module 2018-05-23 15:53:33 +01:00
ResourceLoaderUserOptionsModule.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +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 Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00