https://bugzilla.wikimedia.org/show_bug.cgi?id=23935
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-06-12 21:33:36 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 856) +++ InitialiseSettings.php (working copy) @@ -5395,6 +5395,9 @@ 'autoconfirmed' => array( 'patrol' => true ), 'rollbacker' => array( 'rollback' => true, 'autopatrol' => true ), ), + 'svwikisource' => array( + 'autopatrolled' => array( 'autopatrol' => true ), + ), 'svwiktionary' => array( 'user' => array( 'upload' => false ), 'autoconfirmed' => array( 'upload' => false ), @@ -5737,6 +5740,9 @@ 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ), 'sysop' => array( 'rollbacker' ), ), + '+svwikisource' => array( + 'sysop' => array( 'autopatrolled', ), + ), '+tawiki' => array( 'bureaucrat' => array( 'nocreate' ), ), @@ -5973,6 +5979,9 @@ 'bureaucrat' => array( 'bot' ), 'sysop' => array( 'rollbacker', 'ipblock-exempt' ), ), + '+svwikisource' => array( + 'sysop' => array( 'autopatrolled', ), + ), '+tawiki' => array( 'bureaucrat' => array( 'nocreate' ), ), -- 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
