Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/187409

Change subject: Add high-level transactions.
......................................................................

Add high-level transactions.

Depends on Iae33bb637a93fd4da09d75d4e01de39e404d1ed9

Change-Id: I0ebccac6a163a7d3ce6767a38043fd8dca14976f
---
M .docs/eg-iframe.html
M VisualEditor.hooks.php
M VisualEditor.php
M lib/ve
4 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/09/187409/1

diff --git a/.docs/eg-iframe.html b/.docs/eg-iframe.html
index 2014210..d00bbcf 100644
--- a/.docs/eg-iframe.html
+++ b/.docs/eg-iframe.html
@@ -154,6 +154,7 @@
                <script src="lib/ve/src/dm/ve.dm.TableMatrix.js"></script>
                <script 
src="lib/ve/src/dm/ve.dm.TransactionProcessor.js"></script>
                <script src="lib/ve/src/dm/ve.dm.Transaction.js"></script>
+               <script 
src="lib/ve/src/dm/ve.dm.Transaction.transpose.js"></script>
                <script src="lib/ve/src/dm/ve.dm.Selection.js"></script>
                <script src="lib/ve/src/dm/ve.dm.LinearSelection.js"></script>
                <script src="lib/ve/src/dm/ve.dm.NullSelection.js"></script>
diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php
index d4df34b..289327a 100644
--- a/VisualEditor.hooks.php
+++ b/VisualEditor.hooks.php
@@ -529,6 +529,7 @@
                                'lib/ve/tests/dm/ve.dm.InternalList.test.js',
                                
'modules/ve-mw/tests/dm/ve.dm.InternalList.test.js',
                                'lib/ve/tests/dm/ve.dm.Transaction.test.js',
+                               
'lib/ve/tests/dm/ve.dm.Transaction.transpose.test.js',
                                
'modules/ve-mw/tests/dm/ve.dm.Transaction.test.js',
                                
'lib/ve/tests/dm/ve.dm.TransactionProcessor.test.js',
                                'lib/ve/tests/dm/ve.dm.Surface.test.js',
diff --git a/VisualEditor.php b/VisualEditor.php
index e38c372..fab7632 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -390,6 +390,7 @@
                        'lib/ve/src/dm/ve.dm.TableMatrix.js',
                        'lib/ve/src/dm/ve.dm.TransactionProcessor.js',
                        'lib/ve/src/dm/ve.dm.Transaction.js',
+                       'lib/ve/src/dm/ve.dm.Transaction.transpose.js',
                        'lib/ve/src/dm/ve.dm.Selection.js',
                        'lib/ve/src/dm/ve.dm.LinearSelection.js',
                        'lib/ve/src/dm/ve.dm.NullSelection.js',
diff --git a/lib/ve b/lib/ve
index e56f537..0583e1a 160000
--- a/lib/ve
+++ b/lib/ve
-Subproject commit e56f5372979164c54edfb4f5941000edeb34e6d9
+Subproject commit 0583e1a68b6d904a224a2a0d7b56e48ed4297561

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ebccac6a163a7d3ce6767a38043fd8dca14976f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Cscott <canan...@wikimedia.org>

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

Reply via email to