Robert Vogel has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/301340

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.

Change-Id: I60797126c8d98387181de0c814a4b8c582be57b7
---
M VisualEditor/VisualEditor.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/40/301340/1

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: newchange
Gerrit-Change-Id: I60797126c8d98387181de0c814a4b8c582be57b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to