Catrope has uploaded a new change for review.

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

Change subject: Remove basetimestamp/starttimestamp from ApiVisualEditor
......................................................................

Remove basetimestamp/starttimestamp from ApiVisualEditor

These were only used in ApiVisualEditorEdit.php, seem to have
been missed when the split was done.

Change-Id: I60a9152d244100526cef755cf578d7dfd38a96b9
---
M ApiVisualEditor.php
1 file changed, 0 insertions(+), 6 deletions(-)


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

diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php
index 2ec1dae..82a0a12 100644
--- a/ApiVisualEditor.php
+++ b/ApiVisualEditor.php
@@ -677,8 +677,6 @@
                                ),
                        ),
                        'wikitext' => null,
-                       'basetimestamp' => null,
-                       'starttimestamp' => null,
                        'oldid' => null,
                        'html' => null,
                        'cachekey' => null,
@@ -713,10 +711,6 @@
                        'html' => 'HTML to send to Parsoid to convert to 
wikitext',
                        'wikitext' => 'Wikitext to send to Parsoid to convert 
to HTML (paction=parsefragment)',
                        'pst' => 'Pre-save transform wikitext before sending it 
to Parsoid (paction=parsefragment)',
-                       'basetimestamp' => 'When saving, set this to the 
timestamp of the revision that was'
-                               . ' edited. Used to detect edit conflicts.',
-                       'starttimestamp' => 'When saving, set this to the 
timestamp of when the page was loaded.'
-                               . ' Used to detect edit conflicts.',
                        'cachekey' => 'For serialize or diff, use the result of 
a previous serializeforcache'
                                . ' request with this key. Overrides html.',
                );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60a9152d244100526cef755cf578d7dfd38a96b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

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

Reply via email to