https://bugzilla.wikimedia.org/show_bug.cgi?id=23644
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #9 from JeLuF <[email protected]> 2010-06-12 17:53:42 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 849) +++ InitialiseSettings.php (working copy) @@ -5733,6 +5733,9 @@ 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ), 'sysop' => array( 'rollbacker' ), ), + '+tawiki' => array( + 'bureaucrat' => array( 'nocreate' ), + ), '+trwiki' => array( 'bureaucrat' => array( 'patroller') ), @@ -5966,6 +5969,9 @@ 'bureaucrat' => array( 'bot' ), 'sysop' => array( 'rollbacker', 'ipblock-exempt' ), ), + '+tawiki' => array( + 'bureaucrat' => array( 'nocreate' ), + ), '+trwiki' => array( 'bureaucrat' => array( 'patroller') ), @@ -7884,5 +7890,11 @@ 'testwiki' => true, ), +'wgRevokePermissions' => array( + 'tawiki' => array( + 'nocreate' => array( 'createpage' => false), + ), +), + ); ?> -- 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
