mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
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
This commit is contained in:
parent
3c9a361da0
commit
be45a9172e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit 71cbcff4a60e8052ee56a8144c8460fdd55b3cc1
|
||||
Subproject commit d6f2d75b6c67f7b103938a63b81efdfa5d6e6883
|
Loading…
Reference in a new issue