From 50e59f328a984b9697b6f5fc731c7a2efdf3cd83 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 22 Oct 2014 17:10:48 -0700 Subject: [PATCH] Update VE core submodule to master (27de0c4) New changes: 016642e Remove crazy space exception from link validity regex b538834 Remove insertion inspector class 50839f5 Work around *another* browser bug in getBoundingClientRect e2e916a Increase inspector height by 1 to deal with Chrome opacity bug 9e387da Update OOjs UI to v0.1.0-pre (40de4dabe6) 27de0c4 Follow-up I2f34448: ve.ui.InsertionInspector.js was deleted, so remove from manifest Change-Id: If979beb12fe865c0e217b93381769264e2efdc20 --- .docs/eg-iframe.html | 1 - VisualEditor.php | 1 - lib/ve | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html index 2a59ac7817..84a7be38f9 100644 --- a/.docs/eg-iframe.html +++ b/.docs/eg-iframe.html @@ -308,7 +308,6 @@ - diff --git a/VisualEditor.php b/VisualEditor.php index 229593667e..bc2c6c4ef4 100644 --- a/VisualEditor.php +++ b/VisualEditor.php @@ -541,7 +541,6 @@ $wgResourceModules += array( 'lib/ve/src/ui/inspectors/ve.ui.FragmentInspector.js', 'lib/ve/src/ui/inspectors/ve.ui.AnnotationInspector.js', - 'lib/ve/src/ui/inspectors/ve.ui.InsertionInspector.js', 'lib/ve/src/ui/inspectors/ve.ui.NodeInspector.js', 'lib/ve/src/ui/inspectors/ve.ui.CommentInspector.js', 'lib/ve/src/ui/inspectors/ve.ui.LinkInspector.js', diff --git a/lib/ve b/lib/ve index 5fed7c4e6d..27de0c4c44 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 5fed7c4e6db6aa74e8c237059d9f4cf7e4c8d758 +Subproject commit 27de0c4c44712ca140bb9016a566980317fc65e5