Page MenuHomePhabricator

Add rollback permission to the patrollers group in the French Wikisource
Closed, ResolvedPublic

Description

Author: kipmaster

Description:
Recently (in bug 22882), we asked to have a patroller group in the French Wikisource. We all believed that they would automatically have the "rollback" button to rollback and mark as patrolled at the same time, but I have been informed that it is not the case.

Therefore the request:
could you please add rollback permission to the patrollers at fr.wikisource?

Thanks,
Kip.


Version: unspecified
Severity: enhancement

Details

Reference
bz23953

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23953.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 861)

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

	    'flood' => array( 'bot' => true ),
    ),
    'frwikisource' => array(
  • 'patroller' => array( 'patrol' => true, 'autopatrol' => true ),

+ 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ),

    ),
    'frwikiversity' => array(
	    'patroller' => array( 'patrol' => true, 'autopatrol' => true ),