Last modified: 2011-07-16 12:54:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31910, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29910 - Activation of AbuseFilter on Spanish Wiktionary
Activation of AbuseFilter on Spanish Wiktionary
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Extension setup (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: JeLuF
: shell
Depends on: 28161
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-15 18:41 UTC by Carlos Valenzuela
Modified: 2011-07-16 12:54 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Carlos Valenzuela 2011-07-15 18:41:25 UTC
Please, enable AbuseFilter on es.wiktionary.

Three sysops agree to this: http://es.wiktionary.org/w/index.php?title=Wikcionario:Caf%C3%A9/2011_07

PERMISSIONS:

$wgGroupPermissions['*']['abusefilter-log-detail'] = true;
$wgGroupPermissions['*']['abusefilter-view'] = true;
$wgGroupPermissions['*']['abusefilter-log'] = true;

$wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;

$wgGroupPermissions['sysop']['abusefilter-modify'] = true;
$wgGroupPermissions['sysop']['abusefilter-private'] = true;
$wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = true;
$wgGroupPermissions['sysop']['abusefilter-revert'] = true;

ACTIONS:
$wgAbuseFilterAvailableActions = array( 'flag', 'throttle', 'warn', 'disallow', 'tag', 'block' )

$wgAbuseFilterBlockDuration= 2 days

Thanks
Comment 1 JeLuF 2011-07-15 18:52:51 UTC
Index: abusefilter.php
===================================================================
--- abusefilter.php     (revision 2012)
+++ abusefilter.php     (working copy)
@@ -246,4 +246,19 @@
        $wgGroupPermissions['*']['abusefilter-log'] = false;
 } elseif ( $wgDBname == 'metawiki' ) {
        $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
+} elseif ( $wgDBname == 'eswiktionary' ) {
+       $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
+       $wgGroupPermissions['*']['abusefilter-view'] = true;
+       $wgGroupPermissions['*']['abusefilter-log'] = true;
+
+       $wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
+
+       $wgGroupPermissions['sysop']['abusefilter-modify'] = true;
+       $wgGroupPermissions['sysop']['abusefilter-private'] = true;
+       $wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = true;
+       $wgGroupPermissions['sysop']['abusefilter-revert'] = true;
+
+       $wgAbuseFilterAvailableActions = array( 'flag', 'throttle', 'warn', 'disallow', 'tag', 'block' );
+
+       $wgAbuseFilterBlockDuration = '2 days';
 }
Comment 2 JeLuF 2011-07-15 18:53:35 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 2022)
+++ InitialiseSettings.php	(working copy)
@@ -8819,6 +8819,7 @@
    'enwikinews' => true, // Andrew 2009-05-27 bug 18896
    'eswiki' => true, // JeLuF, 2010-04-11 bug 23099
    'eswikibooks' => true, // Roan 2009-12-24 bug 20923
+   'eswiktionary' => true,
    'enwiki' => true, // brion 2009-03-18 disabled for perf problems, needs investigating
    'enwikisource' => true, // Andrew 2009-03-06 Requested by jayvdb per consensus at http://en.wikisource.org/w/index.php?title=Wikisource:Scriptorium&oldid=1013862#AbuseFilter
    'enwikiquote' => true, // Andrew 2009-03-29 http://en.wikiquote.org/w/index.php?title=Wikiquote:Village_pump&oldid=925413#AbuseFilter
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 3 MA 2011-07-16 09:06:52 UTC
Please remove 

$wgGroupPermissions['sysop']['abusefilter-private'] = true;

as it provides unlogged access to IP addresses of users that triggers any filter to non-identified people.
Comment 4 Ariel T. Glenn 2011-07-16 12:53:21 UTC
it's been set to false like all the rest now.
Comment 5 p858snake 2011-07-16 12:54:26 UTC
(In reply to comment #4)
> it's been set to false like all the rest now.

remarking fixed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links