Last modified: 2007-09-21 20:04:03 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 T13388, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11388 - All sysops on iswiki should be bureaucrats
All sysops on iswiki should be bureaucrats
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-18 19:15 UTC by Eysteinn Gudni Gudnason
Modified: 2007-09-21 20:04 UTC (History)
2 users (show)

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


Attachments

Description Eysteinn Gudni Gudnason 2007-09-18 19:15:43 UTC
Is it possible to limit Special:Makesysop so that when users are made sysops they are automatically also made bureaucrats? After a good discussion at iswiki there was a vote on wether we should joining the two user statuses. The votes were 14 to none and can be found under "Gera alla stjórnendur að möppudýrum" at http://is.wikipedia.org/wiki/Wikipedia:Möppudýr/Kosningar

Thank you
Comment 1 Rob Church 2007-09-18 22:49:28 UTC
Obviously not as a global thing, no. To be honest, this is very easily doable with another configuration global (check the box automatically), but I'd say it's probably better to remember to explicitly check the box.

If you're asking for the two groups to be effectively merged for that wiki, then you probably need to consider this as part of a wider discussion, and it's a separate issue.
Comment 2 Aryeh Gregor (not reading bugmail, please e-mail directly) 2007-09-18 23:08:07 UTC
It seems to me that these lines in LocalSettings.php would probably suffice (combined with deleting all bureaucrat rows from user_groups):

$wgGroupPermissions = array_diff_assoc( $wgGroupPermissions, array( 'bureaucrat' => null ) );
$wgGroupPermissions['sysop']['makesysop'] = true;
$wgGroupPermissions['sysop']['renameuser'] = true;

Maybe I missed a couple of bureaucrat-only things.  Anyway, for the time being just promote them together, I guess.
Comment 3 Casey Brown 2007-09-19 00:39:51 UTC
(In reply to comment #2)
> Maybe I missed a couple of bureaucrat-only things.  Anyway, for the time being
> just promote them together, I guess.

makebot? ;-)
Comment 4 JeLuF 2007-09-21 20:04:03 UTC
Done.

This is the current config:

   'iswiki' => array(
    	'sysop' => array( 
    		'makesysop' => true,
    		'renameuser' => true,
    		'makebot' => true,
    	)
    ),

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


Navigation
Links