Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/196975
Change subject: Unset $wgVisualEditorResourceTemplate after usage, it's not a
real global
......................................................................
Unset $wgVisualEditorResourceTemplate after usage, it's not a real global
This should also prevent it from showing up in extension.json
Change-Id: Ifa730211acf0f828d2a63ede20f2ecc15af6cbd9
---
M VisualEditor.php
M extension.json
2 files changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/75/196975/1
diff --git a/VisualEditor.php b/VisualEditor.php
index e5425b0..6e25e45 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -1671,3 +1671,5 @@
'editsectionappendix' => null,
'editsectionsourceappendix' => null,
);
+
+unset( $wgVisualEditorResourceTemplate );
diff --git a/extension.json b/extension.json
index 4751164..3b49179 100644
--- a/extension.json
+++ b/extension.json
@@ -32,10 +32,6 @@
"monobook",
"minerva"
],
- "VisualEditorResourceTemplate": {
- "localBasePath":
"/vagrant/mediawiki/extensions/VisualEditor",
- "remoteExtPath": "VisualEditor"
- },
"VisualEditorParsoidPrefix": "localhost",
"VisualEditorDisableForAnons": false,
"VisualEditorPluginModules": [],
--
To view, visit https://gerrit.wikimedia.org/r/196975
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa730211acf0f828d2a63ede20f2ecc15af6cbd9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits