Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/204070
Change subject: Update VE core submodule to master (bc37479) ...................................................................... Update VE core submodule to master (bc37479) New changes: eab6467 Add ve.dm.Document#getLength 310a040 ve.ui.Tool: Correct documentation 7a64825 Localisation updates from https://translatewiki.net. d025658 ve.utils: Add ve.binarySearch() and port ve.dm.MetaList#findItem to it 8400efd demo: Fix another bug showing both LTR and RTL stylesheets d3168f3 Factor out method which fills paste target with dummy contents for copy 363c804 Remove platform auto-instantiation 67ac409 Improve demo read mode c2588bd Replace abstract functions that just throw with null 9073b6b Add docs for ve.ui.ContextItem#embeddable Change-Id: I41b0ec10e0c085290944e8c3293bcad5e956e909 --- M .jsduck/eg-iframe.html M lib/ve 2 files changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/70/204070/1 diff --git a/.jsduck/eg-iframe.html b/.jsduck/eg-iframe.html index 08ea270..61d3c78 100644 --- a/.jsduck/eg-iframe.html +++ b/.jsduck/eg-iframe.html @@ -4,10 +4,7 @@ <meta charset="utf-8"> <title>VisualEditor Example</title> - <!-- visualEditor.standalone.read --> - <link rel=stylesheet href="lib/ve/src/init/sa/styles/ve.init.sa.css"> - - <!-- oojs-ui-apex --> + <!-- oojs-ui-apex --> <link rel=stylesheet href="lib/ve/lib/oojs-ui/oojs-ui-apex.vector.css"> <link rel=stylesheet href="lib/ve/lib/oojs-ui/oojs-ui-apex-icons-editing-core.vector.css"> diff --git a/lib/ve b/lib/ve index 8c5917f..bc37479 160000 --- a/lib/ve +++ b/lib/ve -Subproject commit 8c5917fa2b6c4e8c95162131c733648e36469e74 +Subproject commit bc37479d47a3d9d1fe71e45b3f8c327ae919e737 -- To view, visit https://gerrit.wikimedia.org/r/204070 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I41b0ec10e0c085290944e8c3293bcad5e956e909 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
