mediawiki-extensions-Templa.../includes
MGChecker f121c39613 Allow extensions to register additional namespaces in extension.json
Extensions can register additional namespaces by setting the
"TemplateStylesNamespaces" attribte in their extension.json. This change is
analogous to Ia5d34cb78fa6af.

There isn't really a simpler way to do this here, as the config setting uses
namespaces as keys, while the attribute is using them as values. Furthermore,
keys with falsey values are ignored in the config setting, and attributes can't
use the same setting architecture, as array_merge_recursive doesn't maintain
numeric keys.

Bug: T200914
Depends-On: I9e62a02ed2044c847e9ab2dcdfab094001f88986
Change-Id: I2fa9b822ee39bcc5f95a293c8c4aad4d53ede30a
2019-01-12 11:40:58 -08:00
..
TemplateStylesContent.php Add "wrapper" attribute to <templatestyles/> 2018-10-17 14:17:59 -04:00
TemplateStylesContentHandler.php Use SPDX 3.0 license identifier 2018-03-03 23:27:16 +00:00
TemplateStylesFontFaceAtRuleSanitizer.php Use SPDX 3.0 license identifier 2018-03-03 23:27:16 +00:00
TemplateStylesHooks.php Allow extensions to register additional namespaces in extension.json 2019-01-12 11:40:58 -08:00
TemplateStylesMatcherFactory.php Use SPDX 3.0 license identifier 2018-03-03 23:27:16 +00:00