MarkAHershberger has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/334409 )
Change subject: Allow end user to enable or disable extensions w/ ext.
dependencies
......................................................................
Allow end user to enable or disable extensions w/ ext. dependencies
Because of the way the array_merge strategy works for extension.json,
if a config is set to an array in extension.json, it cannot be
overriden in LocalSettings.php. This change removes those modes that
have an external dependency so that the wiki administrator can add
only those modes supported on his local installation.
Bug: T150011
Change-Id: I8214b636020b87e22de93519c6c91347ba5b0509
---
M extension.json
1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math
refs/changes/09/334409/1
diff --git a/extension.json b/extension.json
index 4f2a525..5c39bfc 100644
--- a/extension.json
+++ b/extension.json
@@ -112,9 +112,7 @@
"MathPath": false,
"MathTexvcCheckExecutable": false,
"MathValidModes": [
- "png",
- "source",
- "mathml"
+ "source"
],
"MathEnableWikibaseDataType": true,
"Texvc": false,
--
To view, visit https://gerrit.wikimedia.org/r/334409
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8214b636020b87e22de93519c6c91347ba5b0509
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: REL1_27
Gerrit-Owner: MarkAHershberger <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits