https://bugzilla.wikimedia.org/show_bug.cgi?id=61380
--- Comment #34 from billinghurst <[email protected]> --- I believe that the additions would be ... # groupOverrides ... // Miscellaneous ... 'shwiktionary' => array( 'autopatrolled' => array( 'autopatrol' => true ), // bug 61380 ), There is no need to list the false if they align with the default. # wgAddGroups @{ ... '+shwiktionary' => array( 'bureaucrat' => array( 'autopatrolled' ), 'sysop' => array( 'autopatrolled' ), // bug 61380 ), # wgRemoveGroups @{ ... '+shwiktionary' => array( 'bureaucrat' => array( 'autopatrolled' ), 'sysop' => array( 'autopatrolled' ), // bug 61380 ), -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
