https://bugzilla.wikimedia.org/show_bug.cgi?id=26322
--- Comment #5 from Ruslan <[email protected]> 2011-11-15 11:37:43 UTC --- In this case I suggest the following: $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_CATEGORY, NS_TEMPLATE ); $wgFlaggedRevsWhitelist = array( 'Main_Page' ); $wgGroupPermissions['sysop']['stablesettings'] = true; $wgGroupPermissions['sysop']['review'] = true; unset($wgGroupPermissions['reviewer']); All other settings are defaults. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
