Last modified: 2010-05-17 19:43:59 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25351, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23351 - Please remove the 'reviewer' user group from en wikinews if possible
Please remove the 'reviewer' user group from en wikinews if possible
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://http://en.wikinews.org/wiki/Wi...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-29 21:03 UTC by Bawolff (Brian Wolff)
Modified: 2010-05-17 19:43 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bawolff (Brian Wolff) 2010-04-29 21:03:04 UTC
Hi.

Currently enwikinews does not use the reviewer group (note: on en wikinews [[n:MediaWiki:Group-reviewer]] is 'Super-reviewers' so this group is known on enwikinews as 'Super-reviewer', but internally its the 'reviewer' group). We have no need for the 'validate' right it contains. It tends to confuse users, so we'd like to ask it be removed if possible. Currently [[user:Voice of All]] is the only member of this group

We understand that this group is defined internally within the flagged revisions extension, so if there is no clean way of removing it, thats ok, but we thought we would ask to see if it was possible.

Community consensus is at:
* http://en.wikinews.org/wiki/Wikinews:Water_cooler/proposals#Proposal_to_deprecate_the_.22reviewer.22_user_right_on_en.wikinews
* (perma-link) http://en.wikinews.org/w/index.php?title=Wikinews:Water_cooler/proposals&oldid=1008058#Proposal_to_deprecate_the_.22reviewer.22_user_right_on_en.wikinews


Thanks,
Bawolff
Comment 1 JeLuF 2010-05-17 19:43:01 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 755)
+++ InitialiseSettings.php	(working copy)
@@ -4930,6 +4930,7 @@
         'confirmed' => array( 'upload' => true, 'patrol' => true ),
         'patroller' => array( 'autopatrol' => true, 'patrol' => true ),
         'autopatrolled' => array ( 'autopatrol' => true ),
+	'filemover' => array( 'movefile' => true ),
     ),
     'dawiki' => array(
     	'patroller'		=> array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ),
@@ -5450,7 +5451,7 @@
     '+commonswiki' => array(
 		'bureaucrat' => array( 'ipblock-exempt', 'bot', 'sysop', 'bureaucrat'),
 		'checkuser'  => array( 'ipblock-exempt' ),
-        'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled' ),
+        	'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled', 'filemover' ),
     ),        
     '+elwiktionary' => array(
 	    'bureaucrat' => array( 'interface_editors' ),
@@ -5665,7 +5666,7 @@
     '+commonswiki' => array(
          'bureaucrat' => array( 'bot', 'ipblock-exempt' ),
          'checkuser' => array( 'ipblock-exempt' ),
-         'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled' ),
+         'sysop' => array( 'rollbacker', 'confirmed', 'patroller', 'autopatrolled', 'filemover' ),
     ),
     '+cswiki' => array(
         'bureaucrat' => array( 'autopatrolled' ),
Comment 2 JeLuF 2010-05-17 19:43:59 UTC
Please ignore the diff, it's not related to this change.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links