From be45a9172e87b59e132e94e378073c20b63c11eb Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Thu, 3 Dec 2015 17:25:06 +0000 Subject: [PATCH] Update VE core submodule to master (d6f2d75) New changes: 94f2edb Paste sanitization: Check for whitespace *before* newlines c981b96 Fix-up Ie5414f62c: Fix call to non existant method d6f2d75 FindAndReplace: Implement whole word matching Local changes: * Message and config for FindAndReplace whole word matching Change-Id: I103b9b1ec92c0aae1e51e1a94db6b8b5e759dbea --- VisualEditor.hooks.php | 1 + extension.json | 1 + lib/ve | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php index a6ee8ddb7b..3e2546489e 100644 --- a/VisualEditor.hooks.php +++ b/VisualEditor.hooks.php @@ -350,6 +350,7 @@ class VisualEditorHooks { $preferences['visualeditor-findAndReplace-replaceText'] = $api; $preferences['visualeditor-findAndReplace-regex'] = $api; $preferences['visualeditor-findAndReplace-matchCase'] = $api; + $preferences['visualeditor-findAndReplace-word'] = $api; return true; } diff --git a/extension.json b/extension.json index 787d36c62b..41b25d35d1 100644 --- a/extension.json +++ b/extension.json @@ -871,6 +871,7 @@ "visualeditor-find-and-replace-replace-text", "visualeditor-find-and-replace-results", "visualeditor-find-and-replace-title", + "visualeditor-find-and-replace-word", "visualeditor-formatdropdown-format-blockquote", "visualeditor-formatdropdown-format-heading-label", "visualeditor-formatdropdown-format-heading1", diff --git a/lib/ve b/lib/ve index 71cbcff4a6..d6f2d75b6c 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 71cbcff4a60e8052ee56a8144c8460fdd55b3cc1 +Subproject commit d6f2d75b6c67f7b103938a63b81efdfa5d6e6883