https://bugzilla.wikimedia.org/show_bug.cgi?id=28662

--- Comment #3 from Viačeslav <[email protected]> 2011-05-24 13:49:52 UTC ---
(In reply to comment #2)
> Could you give us the config settings that you want?  For example, enwiki 
> uses:
> 
> 
>     $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_PROJECT );
>     # Show only on a per-page basis
>     $wgFlaggedRevsOverride = false;
>     $wgFlaggedRevsReviewForDefault = true;
>     # We have only one tag with one level
>     $wgFlaggedRevTags = array(
>         'status' => array( 'levels' => 1, 'quality' => 2, 'pristine' => 3 ),
>     );
>     # Restrict autoconfirmed to flagging semi-protected
>     $wgFlagRestrictions = array(
>         'status' => array( 'review' => 1, 'autoreview' => 1 ),
>     );
>     # Restriction levels for auto-review/review rights
>     $wgFlaggedRevsRestrictionLevels = array( '', 'autoconfirmed', 'review' );
>     # Use flag "protection" levels
>     $wgFlaggedRevsProtection = true;
>     # Use current templates/files
>     $wgFlaggedRevsHandleIncludes = FR_INCLUDES_CURRENT;
>     # Group permissions for autoconfirmed
>     $wgGroupPermissions['autoconfirmed']['autoreview'] = true;
>     # WP:FPPR trial quota
>     $wgFlaggedRevsProtectQuota = 2000;
> 
>     # Group permissions for sysops
>     $wgGroupPermissions['sysop']['review']         = true;
>     $wgGroupPermissions['sysop']['stablesettings'] = true;
>     # Use 'reviewer' group
>     $wgAddGroups['sysop'][] = 'reviewer';
>     $wgRemoveGroups['sysop'][] = 'reviewer';
>     # Remove 'editor' group
>     unset( $wgGroupPermissions['editor'] );
>     $wgAddGroups['sysop'] = array_diff( $wgAddGroups['sysop'], array( 'editor'
> ) );
>     $wgRemoveGroups['sysop'] = array_diff( $wgRemoveGroups['sysop'], array(
> 'editor' ) );

Let them be the same as used in Polish Wikipedia.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to