[Bug 60191] AbuseFilter: Add user_rights variable

2014-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 122279 merged by jenkins-bot:
Add user_rights variable

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

-- 
You are receiving this mail because:
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 60191] AbuseFilter: Add user_rights variable

2014-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
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 60191] AbuseFilter: Add user_rights variable

2014-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com
   |org |

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-03-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

--- Comment #2 from Krinkle krinklem...@gmail.com ---
In AbuseFilter.class.php there are variables defined.

user_groups, for example, is populated from User::getEffectiveGroups.

You'd add a similar one that is populated with the user rights.

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-03-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|normal  |enhancement

--- Comment #3 from Krinkle krinklem...@gmail.com ---
Raising priority. This is making maintenance of rules very hard because we have
to hardcode all user groups that contain a certain right instead of being code
the actual intent via the user right.

Plus it is not just annoying to work around, it is causing problems as global
sysops, stewards, globalinterface users often get hit by a disallowing abuse
filter in routine maintenance because the local wiki doesn't know about these
groups.

So, for example, in globaleditinterface, if some wiki (*cough*,
en.wiktionary.org) has an abuse filter rule to essentially protect user
subpages users from editing by other users (except sysops bots etc. and other
whitelisted user groups), I am unable to edit their pages even though I'm
supposed to be able to edit protected pages and explicitly user script
subpages.

If they were able to look for the bot right (instead of bot group), and
edituserjs or protect right (instead of sysop), this would avoid having to
update all filters when local groups change, and will automatically also work
as expected for global users.

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-03-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

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 60191] AbuseFilter: Add user_rights variable

2014-03-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 122279 had a related patch set uploaded by Legoktm:
Add user_rights variable

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

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

--- Comment #1 from Aravind K N arav...@gmail.com ---
I'd like to work on this bug but would someone explain how this works?

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 60191] AbuseFilter: Add user_rights variable

2014-01-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60191

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 CC||legoktm.wikipe...@gmail.com

-- 
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