Go to file
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
i18n Localisation updates from https://translatewiki.net. 2019-01-09 22:18:58 +01:00
includes Allow extensions to register additional namespaces in extension.json 2019-01-12 11:40:58 -08:00
tests/phpunit Allow extensions to register additional namespaces in extension.json 2019-01-12 11:40:58 -08:00
.eslintrc build: Replace jshint and jscs with eslint; bump other devDeps 2017-05-25 17:31:35 +02:00
.gitignore Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:03:54 -07:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 06:09:06 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 14:41:18 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 23.0.0 2018-11-16 14:38:33 +00:00
COPYING Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
extension.json Allow extensions to register additional namespaces in extension.json 2019-01-12 11:40:58 -08:00
Gruntfile.js build: Always exclude vendor and node_modules 2017-11-12 00:39:13 +01:00
hooks.txt Use wikimedia/css-sanitizer, and rewrite the hooking 2017-06-07 15:14:09 +00:00
package.json build: Update devDependencies 2018-11-03 12:37:28 +00:00