Hello, you have come here looking for the meaning of the word
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol, but we will also tell you about its etymology, its characteristics and you will know how to say
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol in singular and plural. Everything you need to know about the word
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol you have here. The definition of the word
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Wiktionary talk:Votes/pl-2008-09/Whitelisted users autopatrol, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Mind if I edit this to be specific about the details?
- enable group "autopatrol"
- enable group "patrol"
- enable sysop access to UserRights
- restrict sysop use of UserRights to add/remove group "patrol", add/remove group "autopatrol"
Do we want "rollback"? Group gives users the "rollback" link when looking at a diff. This is a useful combination with "patrol".
Even if we don't want to use group "patrol", we can ask for it and then decide? Or decide now? I would rather not ask for "autopatrol" now and go back and ask for "patrol" in a little while. Robert Ullmann 17:47, 10 September 2008 (UTC)Reply
- Sounds good to me (the rewording). And since we're not actually adding anyone to "patrol" or "rollback", there's little harm in adding "rollback".—msh210℠ 18:06, 10 September 2008 (UTC)Reply
it is not some flakey enhancement
specifically, it is changing the local variables for the en.wikt thusly:
/**
* This will add the patrol group
**/
$wgGroupPermissions = true;
$wgGroupPermissions = true;
$wgGroupPermissions = true;
/**
* This will add the autopatrol group
**/
$wgGroupPermissions = true;
/**
* This will give sysops access to the Special:Userrights page
**/
$wgGroupPermissions = true;
/**
* This will restrict sysops to add/remove only the specified groups in the Special:Userrights page
**/
$wgAddGroups = array( 'patrol', 'autopatrol' );
$wgRemoveGroups = array( 'patrol', 'autopatrol' );
These are standard core MW groups, just like "sysop", "autoconfirmed", "bot", etc. (note that "patrol" grants "rollback" and "autopatrol", we don't have a separate grant of "rollback" this way, but we could.) Robert Ullmann 11:10, 26 September 2008 (UTC)Reply