Last modified: 2011-01-25 20:15:24 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 T28932, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26932 - Add 'suppressredirect' right to 'eliminator' group on Portuguese Wikipedia
Add 'suppressredirect' right to 'eliminator' group on Portuguese Wikipedia
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://pt.wikipedia.org/wiki/Wikipedi...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-25 14:26 UTC by Francisco Leandro
Modified: 2011-01-25 20:15 UTC (History)
1 user (show)

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


Attachments

Description Francisco Leandro 2011-01-25 14:26:24 UTC
Per community consenus on Portuguese Wikipedia, please add the following permission for the group 'eliminator':

$wgGroupPermissions['eliminator']['suppressredirect']     = true;
Comment 1 JeLuF 2011-01-25 20:15:24 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1539)
+++ InitialiseSettings.php	(working copy)
@@ -5827,7 +5827,16 @@
     'ptwiki' => array( 
 	'autoconfirmed' => array( 'patrol' => true ),
 	'autoreviewer' => array( 'autopatrol' => true ),
-	'eliminator' => array( 'browsearchive' => true, 'delete' => true, 'nuke' => true, 'undelete' => true, 'deletedhistory' => true, 'deletedtext' => true, 'autopatrol' => true, ),
+	'eliminator' => array( 
+		'browsearchive' => true,
+	       	'delete' => true,
+	       	'nuke' => true,
+	       	'undelete' => true,
+	       	'deletedhistory' => true,
+	       	'deletedtext' => true,
+	       	'autopatrol' => true,
+		'suppressredirect' => true,
+       	),
         'rollbacker' => array( 'rollback' => true ),
         'user' => array( 'move' => false ),
     ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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


Navigation
Links