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


Rob Halsell <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #8 from Rob Halsell <[EMAIL PROTECTED]>  2008-11-17 20:33:47 UTC ---
"Also please add autoreview rights for sysops and create flag "autopatroller"
with rights: autopatrolother, autoreview and autoconfirmed. Thanks"

flaggedrevs.php:

if( $wgDBname == 'ruwikisource' ) {

        $wgFlaggedRevTags = array( 'accuracy'=>2 );
        $wgFlaggedRevValues = 2;
        $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_IMAGE, NS_TEMPLATE,
NS_HELP, NS_PROJECT );
        $wgGroupPermissions['sysop']['autoreview']      = true;
}


InitializeSettings.php:

    'ruwikisource' => array(
           'autopatroller' => array( 'autopatrolother' => true, 'autoreview' =>
true, 'autoconfirmed' => true),
           'patroller' => array( 'patrol' => true, 'autopatrol' => true ),
           'rollbacker' => array( 'rollback' => true ),
    ),


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to