https://bugzilla.wikimedia.org/show_bug.cgi?id=24394
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Roan Kattouw <[email protected]> 2010-11-27 17:13:39 UTC --- (In reply to comment #23) > Enable some array in the configuration of the extension > > $wgAbuseFilterAvailableActions array( 'flag', 'throttle', 'warn', 'disallow', > 'blockautopromote', 'block', 'tag', 'rangeblock' ) No other wiki has 'block' or 'rangeblock' in their $wgAbuseFilterAvailableActions, and abusefilter.php even contains this code: // Disable some potentially dangerous actions during testing $wgAbuseFilterAvailableActions = array_diff( $wgAbuseFilterAvailableActions, array( 'block', 'rangeblock', 'degroup' ) ); Andrew, is this still current? Can hiwiki have block and rangeblock as AF actions? -- 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
