[Bug 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2011-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|CLOSED  |RESOLVED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

Jeremy Baron bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

Summary|Peleas remove some array|tweak AbuseFilter config on
   |from abuse filter   |hiwiki (rm 1 line)
   |exetension from Hi wiki |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||has...@free.fr

--- Comment #2 from Ashar Voultoiz has...@free.fr 2010-12-18 19:43:55 UTC ---
Should be good now:


--- abusefilter.php(revision 1369)
+++ abusefilter.php(working copy)
@@ -72,7 +72,7 @@
 $wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
 $wgGroupPermissions['bureaucrat']['abusefilter-modify-restricted'] = true;
 $wgGroupPermissions['bureaucrat']['abusefilter-revert'] = true;
-$wgGroupPermissions['bureaucrat']['abusefilter-private'] = true;
+$wgGroupPermissions['bureaucrat']['abusefilter-private'] = false;
 $wgGroupPermissions['sysop']['abusefilter-revert'] = true;
 $wgGroupPermissions['sysop']['abusefilter-modify'] = false;
 $wgGroupPermissions['*']['abusefilter-log-detail'] = true;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

mayurkumar mayur...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from mayurkumar mayur...@gmail.com 2010-12-18 19:50:41 UTC ---
No this is not disabled so far, it is still showing that right in special:user
group rights and abuse log we are able to see ips

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

--- Comment #4 from mayurkumar mayur...@gmail.com 2010-12-18 19:52:57 UTC ---
it will better to remove this array-
$wgGroupPermissions['bureaucrat']['abusefilter-private'] = true;

rather than setting it to false value

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

--- Comment #5 from mayurkumar mayur...@gmail.com 2010-12-18 19:58:20 UTC ---
you have instered this array two times
see above-

$wgGroupPermissions['bureaucrat']['abusefilter-private'] = true;
$wgGroupPermissions['bureaucrat']['abusefilter-private'] = false;

one time for true and one time for false, that why it is not working, remove
one array and set one to false, or remove both array

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

--- Comment #6 from Ashar Voultoiz has...@free.fr 2010-12-18 20:08:44 UTC ---
I have synced the wrong file. The change is now live!

I have checked:
http://hi.wikipedia.org/w/index.php?title=Special:ListGroupRightsuselang=en

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

mayurkumar mayur...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #7 from mayurkumar mayur...@gmail.com 2010-12-18 20:33:05 UTC ---
As this bug has been fixed, i am closing this bug.Thanking you very much for a
quick respose to this emergency bug

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 26364] tweak AbuseFilter config on hiwiki (rm 1 line)

2010-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26364

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #8 from Ashar Voultoiz has...@free.fr 2010-12-18 21:20:32 UTC ---
You are welcome :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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