[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 79458 merged by jenkins-bot:
Enable block action for AbuseFilter on meta

https://gerrit.wikimedia.org/r/79458

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #5 from This, that and the other at.li...@live.com.au ---
OK, I suppose we can proceed with this, per MF-Warburg. Stewards are
trusted/expected not to create global filters that use the block action, and
this should be communicated to them somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 79458 had a related patch set uploaded by TTO:
Enable block action for AbuseFilter on meta

https://gerrit.wikimedia.org/r/79458

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #7 from MF-Warburg mfwarb...@googlemail.com ---
(In reply to comment #5)
 OK, I suppose we can proceed with this, per MF-Warburg. Stewards are
 trusted/expected not to create global filters that use the block action,
 and
 this should be communicated to them somehow.

It has been discussed on the stewards' mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #4 from MF-Warburg mfwarb...@googlemail.com ---
Whether global filters should block can be decided later, when a policy about
global abusefilters is made. And even if it's decided to not use the block
function in global filters, stewards are hopefully trusted enough to simply not
use it then.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||at.li...@live.com.au,
   ||cste...@wikimedia.org

--- Comment #1 from This, that and the other at.li...@live.com.au ---
So:

elseif ( $wgDBname == 'metawiki' ) {
$wgAbuseFilterAvailableActions[] = 'block';
...
}

But I am worried that it might affect the global abuse filter system as well as
local Meta filters. Chris?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #2 from Chris Steipp cste...@wikimedia.org ---
Correct, it would be available as a global action, as well as locally to meta.

I trust that the stewards wouldn't add a global rule that blocked, unless there
was very good reason for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

--- Comment #3 from Jasper Deng jas...@jasperswebsite.com ---
With the global filter in testing-only mode at this time, it probably would be
fine.

However, in the long run, we can only hope for the global filter to be deployed
across all wikis if we separate the global abuse filter settings from local. It
appears to be the community's opinion that the global abuse filter should never
be able to do restricted actions like blocking.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52681] Enable blocking feature of AbuseFilter on meta

2013-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52681

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||dereck...@espace-win.org,
   ||wikimedia.b...@snowolf.eu
  Component|AbuseFilter |Site requests
Product|MediaWiki extensions|Wikimedia

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l