https://bugzilla.wikimedia.org/show_bug.cgi?id=61380
--- Comment #35 from Kolega2357 <[email protected]> --- (In reply to billinghurst from comment #34) > 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 > ), Super good idea. > 'shwiktionary' => array( > 'autopatrolled' => array( 'autopatrol', 'patroller', 'rollbacker', > => true ), // bug 61380 > ), Really? -- 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
