EBernhardson has uploaded a new change for review.

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

Change subject: Remove revision content_length updatability
......................................................................

Remove revision content_length updatability

A prior patch, I6996acf45aebbf6fda2ce85f0f10d3d9d1690fa6, required the ability
to update these two fields.  After it has been run remove these from the list
of acceptible update fields.

Change-Id: I324beb83cd09039bd25d4bc82120cc61c073bdd1
---
M includes/Data/Storage/RevisionStorage.php
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/39/167639/1

diff --git a/includes/Data/Storage/RevisionStorage.php 
b/includes/Data/Storage/RevisionStorage.php
index 03901b6..7d5a142 100644
--- a/includes/Data/Storage/RevisionStorage.php
+++ b/includes/Data/Storage/RevisionStorage.php
@@ -28,12 +28,6 @@
                'rev_mod_user_wiki',
                'rev_mod_timestamp',
                'rev_mod_reason',
-
-               // This is temporary for a maint script, can be removed once
-               // FlowUpdateRevisionContentLength is no longer needed. These 
two
-               // fields should *not* be updated in the normal course of 
operation
-               'rev_content_length',
-               'rev_previous_content_length',
        );
 
        // This is to prevent 'Update not allowed on xxx' error during 
moderation when

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I324beb83cd09039bd25d4bc82120cc61c073bdd1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to