jenkins-bot has submitted this change and it was merged.

Change subject: Update VE core submodule to master (1fd23db)
......................................................................


Update VE core submodule to master (1fd23db)

New changes:
3e2537f Split getSelectionRect into bounding and inline
b73d010 Kill rangy (almost)
38207f4 Kill rangy: Vol. 2
b392d88 Rangy's dead honey, rangy's dead

Local changes:
* Remove references to rangy

Change-Id: I900eb3e36a564a526c01a5e00f8ea31a1ac9c0a3
---
M .docs/eg-iframe.html
M VisualEditor.php
M lib/ve
3 files changed, 0 insertions(+), 15 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html
index 6943306..103a5e8 100644
--- a/.docs/eg-iframe.html
+++ b/.docs/eg-iframe.html
@@ -68,11 +68,6 @@
                <!-- oojs-ui -->
                <script src="lib/ve/lib/oojs-ui/oojs-ui.js"></script>
 
-               <!-- rangy -->
-               <script src="lib/ve/lib/rangy/rangy-core-1.3.js"></script>
-               <script src="lib/ve/lib/rangy/rangy-position-1.3.js"></script>
-               <script src="lib/ve/lib/rangy/rangy-export.js"></script>
-
                <!-- jquery.i18n -->
                <script 
src="lib/ve/lib/jquery.i18n/src/jquery.i18n.js"></script>
                <script 
src="lib/ve/lib/jquery.i18n/src/jquery.i18n.messagestore.js"></script>
diff --git a/VisualEditor.php b/VisualEditor.php
index 73a9119..a4b2de0 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -100,15 +100,6 @@
 );
 
 $wgResourceModules += array(
-       'rangy' => $wgVisualEditorResourceTemplate + array(
-               'scripts' => array(
-                       'lib/ve/lib/rangy/rangy-core-1.3.js',
-                       'lib/ve/lib/rangy/rangy-position-1.3.js',
-                       'lib/ve/lib/rangy/rangy-export.js',
-               ),
-               'targets' => array( 'desktop', 'mobile' ),
-       ),
-
        'jquery.visibleText' => $wgVisualEditorResourceTemplate + array(
                'scripts' => array(
                        'lib/ve/lib/jquery/jquery.visibleText.js',
@@ -577,7 +568,6 @@
                        'lib/ve/src/ui/styles/ve.ui.DebugBar.css',
                ),
                'dependencies' => array(
-                       'rangy',
                        'unicodejs',
                        'jquery.uls.data',
                        'ext.visualEditor.base',
diff --git a/lib/ve b/lib/ve
index 216941c..1fd23db 160000
--- a/lib/ve
+++ b/lib/ve
-Subproject commit 216941c8b224c39ba67516a2d1bd3937289191a5
+Subproject commit 1fd23db5873c88306b15c76411512d0568354b8d

-- 
To view, visit https://gerrit.wikimedia.org/r/159660
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I900eb3e36a564a526c01a5e00f8ea31a1ac9c0a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to