From 28638e6e4490d735bb347aa27f0c3094a975f8d4 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 24 Nov 2014 18:02:52 -0800 Subject: [PATCH] Update VE core submodule to master (2d8aeef) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New changes: 24d7427 Handle empty rowspan/colspan attributes correctly b8d17ba Delete src/ui/widgets/ve.ui.ContextWidget.js 0b9ad5b Tweak some ContextSelectWidget code after item→option update c814765 Pass through excludeInsertions in get(Linear)Fragment ebec520 Make debug bar controls narrower b918adb Improve logging 4272ad3 Localisation updates from https://translatewiki.net. 166a52b [BREAKING CHANGE] Change command list from whitelist to blacklist 6a77571 Move getText from dm.Document to ElementLinearData 7084ae2 Emit ce.Surface#position after dm.Surface#documentUpdate cb9eaf0 Localisation updates from https://translatewiki.net. a014246 Refactor SurfaceObserver pollOnceInternal d8ba262 Removing padding override from LanguageResultWidget Change-Id: Iee383f21a1e7f2cd4506202947b6e1198251c48b --- .docs/categories.json | 2 +- .docs/eg-iframe.html | 2 +- VisualEditor.php | 2 +- lib/ve | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.docs/categories.json b/.docs/categories.json index 9760708236..f45d451d8e 100644 --- a/.docs/categories.json +++ b/.docs/categories.json @@ -96,7 +96,7 @@ "ve.ce.NodeFactory", "ve.ce.Surface", "ve.ce.SurfaceObserver", - "ve.ce.DomRange", + "ve.ce.RangeState", "ve.ce.*Annotation", "ve.ce.Document", "ve.ce.*Node" diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html index 998e6fcf65..507eb53663 100644 --- a/.docs/eg-iframe.html +++ b/.docs/eg-iframe.html @@ -209,7 +209,7 @@ - + diff --git a/VisualEditor.php b/VisualEditor.php index dad670edf9..c1c4fb53a0 100644 --- a/VisualEditor.php +++ b/VisualEditor.php @@ -453,7 +453,7 @@ $wgResourceModules += array( // ce 'lib/ve/src/ce/ve.ce.js', - 'lib/ve/src/ce/ve.ce.DomRange.js', + 'lib/ve/src/ce/ve.ce.RangeState.js', 'lib/ve/src/ce/ve.ce.AnnotationFactory.js', 'lib/ve/src/ce/ve.ce.NodeFactory.js', 'lib/ve/src/ce/ve.ce.Document.js', diff --git a/lib/ve b/lib/ve index c8201dddc9..2d8aeef773 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit c8201dddc99334481ef939606753c283dc69c3ed +Subproject commit 2d8aeef7737c395dfa388f24bfa25583eda5d8d0