Last modified: 2011-07-08 23:35:01 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 T31483, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29483 - Configuration changes for the AbuseFilter extension at es.wikibooks
Configuration changes for the AbuseFilter extension at es.wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
https://es.wikibooks.org/wiki/Wikilib...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-19 00:44 UTC by MA
Modified: 2011-07-08 23:35 UTC (History)
2 users (show)

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


Attachments

Description MA 2011-06-19 00:44:56 UTC
After six months without opposition in the thread I started in our local village pump; as can be seen in the thread linked in the URL field above we kindly request to activate the 'block' option for the AbuseFilter on es.wikibooks. The default block time will be for now 24 hours. Thank you.
Comment 1 MA 2011-06-19 16:57:31 UTC
Also, as per original discussion at <https://secure.wikimedia.org/wikibooks/es/w/index.php?title=Wikilibros:Caf%C3%A9/Archivo/Octubre_2009&oldid=140120#Abuse_filter> please switch the configuration to:

$wgGroupPermissions['sysop']['abusefilter-modify'] = true;
$wgGroupPermissions['sysop']['abusefilter-log-detail'] = true;
$wgGroupPermissions['autoconfirmed']['abusefilter-view'] = true;
$wgGroupPermissions['autoconfirmed']['abusefilter-log'] = true;
$wgGroupPermissions['sysop']['abusefilter-private'] = false;
$wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = true;
$wgGroupPermissions['sysop']['abusefilter-revert'] = true;
$wgGroupPermissions['sysop']['abusefilter-view-private'] = true;

Currently all users can see the filters and the logs and we don't want that (cfr. [[b:es:Special:ListGroupRights]]). The 'abusefilter-view-private' (permission to view filters marked as private) was also requested but never got added.
Comment 2 MA 2011-06-19 17:04:01 UTC
Well, the final configuration should be:

$wgGroupPermissions['*']['abusefilter-view'] = false;
$wgGroupPermissions['*']['abusefilter-log'] = false;
$wgGroupPermissions['sysop']['abusefilter-modify'] = true;
$wgGroupPermissions['sysop']['abusefilter-log-detail'] = true;
$wgGroupPermissions['autoconfirmed']['abusefilter-view'] = true;
$wgGroupPermissions['autoconfirmed']['abusefilter-log'] = true;
$wgGroupPermissions['sysop']['abusefilter-private'] = false;
$wgGroupPermissions['sysop']['abusefilter-modify-restricted'] = true;
$wgGroupPermissions['sysop']['abusefilter-revert'] = true;
$wgGroupPermissions['sysop']['abusefilter-view-private'] = true;
$wgAbuseFilterAvailableActions[] = 'block';
$wgAbuseFilterBlockDuration = '24 hours';

Hope that this is right.

Regards.
Comment 3 Chad H. 2011-06-21 02:00:47 UTC
Don't need abusefilter-view and -log for autoconfirmed if you're granting it to *. Otherwise this looks ok.
Comment 4 MA 2011-06-21 02:05:20 UTC
(In reply to comment #3)
> Don't need abusefilter-view and -log for autoconfirmed if you're granting it to >*.

Please note that we're explicity setting -view and -log for the group '*' to 'false'

> Otherwise this looks ok.

Thanks for your review.
Comment 5 Chad H. 2011-06-21 02:09:41 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > Don't need abusefilter-view and -log for autoconfirmed if you're granting it to >*.
> 
> Please note that we're explicity setting -view and -log for the group '*' to
> 'false'
> 

Ah yes I missed that :)
Comment 6 Sam Reed (reedy) 2011-07-07 22:32:04 UTC
<logmsgbot> !log reedy synchronized php-1.17/wmf-config/abusefilter.php  'bug 29483'
<morebots> Logged the message, Master
Comment 7 MA 2011-07-08 08:34:18 UTC
Sorry to reopen but the changes we requested were not completly performed:

1. We want to explicity dissallow IP users and non-autoconfirmed users to be able to see the filters and the log. The following lines are missing in the config. file:

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

See <http://es.wikibooks.org/wiki/Especial:ListaDerechosGrupos>

2. We requested the filter to be able to block users with default expiry time = 24 hours. The following lines are missing:

$wgAbuseFilterAvailableActions[] = 'block';
$wgAbuseFilterBlockDuration = '24 hours';

http://noc.wikimedia.org/conf/highlight.php?file=abusefilter.php

Regards.
Comment 8 Sam Reed (reedy) 2011-07-08 23:35:01 UTC
I must've copied the middle one accidentally

Sorry, done now

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


Navigation
Links