Last modified: 2008-02-08 00:37:38 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 T13509, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11509 - Setup new groups in no.wikipedia and access to Special:Userrights
Setup new groups in no.wikipedia and access to Special:Userrights
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-30 11:05 UTC by Stig Meireles Johansen
Modified: 2008-02-08 00:37 UTC (History)
3 users (show)

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


Attachments
Needed changes in LocalSettings.php for no.wikipedia. (1.04 KB, text/plain)
2007-09-30 11:05 UTC, Stig Meireles Johansen
Details

Description Stig Meireles Johansen 2007-09-30 11:05:36 UTC
Created attachment 4183 [details]
Needed changes in LocalSettings.php for no.wikipedia.

Please setup two new groups, called patrol and autopatrol with the following rights: patrol = patrol, autopatrol and rollback. autopatrol = autopatrol. Then enable access to Special:Userrights for sysop and bureaucrats with the following rights: bureaucrat can add bureaucrat, add sysop, add/remove bot, add/remove patrol and add/remove autopatrol. Sysop can add patrol and add/remove autopatrol. In short, bureaucrats should have the same access as before, but in addition add/remove both patrol and autopatrol. Sysops should be able to add patrol and add/remove autopatrol.
I have attached the needed config for LocalSettings.php as far as I know.

The relevant discussion about this is here: http://no.wikipedia.org/wiki/Wikipedia:Tinget#Utvidelse_av_RC-Patrol_.28inntil_vi_evt._f.C3.A5r_stabile_versjoner.29
Comment 1 JeLuF 2008-01-01 22:55:59 UTC
Done.

'groupOverrides' => array(
    'nowiki' => array(
    	'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ),
    	'autopatrolled' => array( 'autopatrol' => true ),
    ),
),

'wgAddGroups' => array(
	'nowiki' => array(
		'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled' ),
		'sysop' => array( 'patroller', 'autopatrolled' ),
	),
),

'wgRemoveGroups' => array(
	'nowiki' => array(
		'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled' ),
		'sysop' => array( 'autopatrolled' ),
	),
),

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


Navigation
Links