Page MenuHomePhabricator

Enable RevisionMove on testwiki
Closed, DeclinedPublic

Description

Author: FT2.wiki

Description:
See bug 21312. Can this be enabled on testwiki to see how it works? Thanks.


Version: unspecified
Severity: enhancement

Details

Reference
bz24157

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:05 PM
bzimport set Reference to bz24157.
bzimport added a subscriber: Unknown Object (MLST).

*** Bug 24158 has been marked as a duplicate of this bug. ***

Just needs:

$wgGroupPermissions['sysop']['revisionmove'] = true;

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 919)

+++ InitialiseSettings.php (working copy)
@@ -5499,7 +5499,7 @@

'user' => array(
  'upload_by_url' => true, // For wider testing
),
  • 'sysop' => array( 'deleterevision' => true ),

+ 'sysop' => array( 'deleterevision' => true, 'revisionmove' => true, ),

'suppress' => array(
  'hideuser' => true,
  'suppressrevision' => true,

Note that the actual code is not yet deployed on the WMF branch. It seems only reviewed code gets in the WMF branch.

That's why RevisionMove isn't working on testwiki.

Re-opened per comments 20 and 22 in bug 21312

Can be done after somebody implements the feature again.