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

Change subject: Update VE core submodule to master (62cf769)
......................................................................


Update VE core submodule to master (62cf769)

New changes:
62cf769 Store find and replace toggle states in user config

Local changes:
* Register new visualeditor-findAndReplace-* options

Change-Id: I5934882f25614bd79488fff7e8fa0af5ede0af38
---
M VisualEditor.hooks.php
M lib/ve
2 files changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php
index 767b4d8..47b482b 100644
--- a/VisualEditor.hooks.php
+++ b/VisualEditor.hooks.php
@@ -348,6 +348,12 @@
                $preferences['visualeditor-hidebetawelcome'] = array(
                        'type' => 'api'
                );
+               $preferences['visualeditor-findAndReplace-regex'] = array(
+                       'type' => 'api'
+               );
+               $preferences['visualeditor-findAndReplace-matchCase'] = array(
+                       'type' => 'api'
+               );
                return true;
        }
 
diff --git a/lib/ve b/lib/ve
index 83c5ca4..62cf769 160000
--- a/lib/ve
+++ b/lib/ve
-Subproject commit 83c5ca40087d3ab85875035cb3d4cf64c7c94bb9
+Subproject commit 62cf769b275483646f95e5823bdae4fe4d50b10f

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5934882f25614bd79488fff7e8fa0af5ede0af38
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to