https://bugzilla.wikimedia.org/show_bug.cgi?id=24304
darklama <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Aaron Adrignola <[email protected]> 2010-08-15 18:01:12 CDT --- I'm sorry for yet another reply, but the user rights for the abuse filter need to be tweaked to match the request. abusefilter-view should be for autoconfirmed/confirmed only and not for all users. abusefilter-log should be for autoconfirmed/confirmed only and not for all users. The logic behind this was to prevent casual vandals from gaming the system. Thank you for your efforts. --- Comment #15 from darklama <[email protected]> 2010-08-15 18:04:27 CDT --- The problem with FlaggedRevs seems to be that instead of: $wgFlaggedRevTags = array( 'quality' => array( 'levels' => 3, 'quality' => 2, 'pristine' => 3 ) ); this was used: $wgFlaggedRevTags = array( 'levels' => 3, 'quality' => 2, 'pristine' => 3 ); and that seems to have messed everything else up -- 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
