Last modified: 2011-01-14 20:19:05 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 T28634, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26634 - Activation of AbuseFilter on Romanian language Wikipedia
Activation of AbuseFilter on Romanian language Wikipedia
Status: CLOSED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-08 13:22 UTC by Andrei Stroe
Modified: 2011-01-14 20:19 UTC (History)
2 users (show)

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


Attachments

Description Andrei Stroe 2011-01-08 13:22:20 UTC
At ro.wp we have agreed [1] that we would like to activate and use the AbuseFilter extension of MediaWiki. Any sysop should be allowed to operate it.

Thanks in advance for the help.

[1] http://ro.wikipedia.org/wiki/Discu%C8%9Bie_Wikipedia:Sfatul_B%C4%83tr%C3%A2nilor#Flagged_Revisions
Comment 1 Antoine "hashar" Musso (WMF) 2011-01-14 15:05:40 UTC
Should now be enabled. I reused the same user rights used on the english wikipedia:

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

Please reopen or create a new bug if it needs corrections.
Comment 2 Andrei Stroe 2011-01-14 16:42:02 UTC
Thanks, Ashar. Right now, however, it appears that nobody can add/modify filters, nor can bureaucrats grant the permission to edit abuse filters to anyone. There may be some settings missing...

As I said in the initial request, it would be fine if all sysops (we don't have too many) could be automatically allowed to edit abuse filters, or if the bureaucrats would be able to grant the abusefilter-modify rights.
Comment 3 Antoine "hashar" Musso (WMF) 2011-01-14 18:01:29 UTC
I applied the english wikipedia model in which Bureaucrats would have to add people in the 'abusefilter' group. This way you can control who is able to edit it :)

If you really want any sysop to be able to modify the filters, I would change the userrights by:

 -$wgGroupPermissions['sysop']['abusefilter-modify'] = false;
 +$wgGroupPermissions['sysop']['abusefilter-modify'] = true;

And remove the 'abusefilter' group :

 -$wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
Comment 4 Andrei Stroe 2011-01-14 18:44:27 UTC
The en.wp model would be sufficient, and it would allow us to develop our own policy; but right now, for some reason, bureaucrats can't add users to the abusefilter group. Maybe there's another setting for this group, maybe add 'abusefilter' to the $wgAddGroups['bureaucrat'] list?
Comment 5 Antoine "hashar" Musso (WMF) 2011-01-14 20:07:53 UTC
Ok I have allowed bureaucrats to add/remove users in the 'abusefilter' group.
Looks better now.
Comment 6 Andrei Stroe 2011-01-14 20:13:11 UTC
Thank you, it's all right now. I'm changing issue status to "resolved", I hope it's ok with the lifecycle policies.
Comment 7 Antoine "hashar" Musso (WMF) 2011-01-14 20:19:05 UTC
Looks like anyone is allowed to resolve a bug is created.
Create a new bug if you need a change :)

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


Navigation
Links