mediawiki-extensions-Visual.../includes
Timo Tijhof ff5f688405 DataModule: Use module->getConfig instead of rl->getConfig
The latter is being deprecated as of I74a9535918e because it was
almost never used intentionally. When module objects are created,
the appropriate context object is injected via setConfig. That is
the one the modules should use.

The context object has a reference to the ResourceLoader object
(although unsure why actually), but shouldn't be used for this
purpose as there could be a 1 to many relationships further down
towards modules.

Change-Id: Icab0f12141a46476618f984d4548a82fdae33275
2019-04-17 17:33:53 +00:00
..
ApiVisualEditor.php Treat ambiguous values in $wgVisualEditorAvailableNamespaces as names 2019-03-29 01:08:03 +01:00
ApiVisualEditorEdit.php Avoid keeping excess keys from storeInSerializationCache() in cache 2019-04-03 18:34:07 +00:00
SpecialCollabPad.php SpecialCollabPad: Remove unused variable $request 2019-04-01 23:08:02 +01:00
VisualEditorDataModule.php DataModule: Use module->getConfig instead of rl->getConfig 2019-04-17 17:33:53 +00:00
VisualEditorDesktopArticleTargetInitModule.php doc: Bump copyright year for 2019 2019-01-01 13:24:23 +00:00
VisualEditorHooks.php Move usePageImages/usePageDescriptions from page conf to site conf 2019-04-17 00:10:27 +01:00