jenkins-bot has submitted this change and it was merged.
Change subject: BSVisualEditor: removed 'code' from list of special tags
......................................................................
BSVisualEditor: removed 'code' from list of special tags
As 'code' is a standard HTML element it can be handled by TinyMCE. No need
to disable editing.
NEEDS CHERRY-PICK TO REL1_23
Change-Id: I60797126c8d98387181de0c814a4b8c582be57b7
---
M VisualEditor/VisualEditor.class.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Robert Vogel: Looks good to me, approved
jenkins-bot: Verified
diff --git a/VisualEditor/VisualEditor.class.php
b/VisualEditor/VisualEditor.class.php
index fb27f44..d40afc3 100644
--- a/VisualEditor/VisualEditor.class.php
+++ b/VisualEditor/VisualEditor.class.php
@@ -477,7 +477,7 @@
BsConfig::set('MW::VisualEditor::AllowedTags', $sAllowedTags);
$aDefaultTags = array(
- "includeonly", "onlyinclude", "noinclude", "gallery",
"code", //Definitively MediaWiki core
+ "includeonly", "onlyinclude", "noinclude", "gallery",
//Definitively MediaWiki core
"presentation", "backlink", "math", "video" //Maybe
legacy extension tags? Potential duplicates!
);
--
To view, visit https://gerrit.wikimedia.org/r/301340
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I60797126c8d98387181de0c814a4b8c582be57b7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits