[Bug 15063] wpSpamRegex entry for large image tables

2010-05-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #15 from JeLuF je...@gmx.de 2010-05-31 19:13:13 UTC ---
Done.
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 808)
+++ InitialiseSettings.php(working copy)
@@ -6596,7 +6596,7 @@
'/avril\.on\.nimp\.org/i', //
http://en.wikipedia.org/wiki/Special:Contributions/Hochitup
'/\.on\.nimp\.org/i', // per MrZ-man 2008-11-02 -- brion
// bug 15063, these won't last:
-   '/TR(TD BGCOLOR=[\']?#..[\']?\.+\/TD){20,}\/TR/i',
+   '/TR(TD
BGCOLOR=[\']?#..[\']?(\.|We|are|Anonymous|)+\/TD){20,}\/TR/i',
'/table.+?(td bgcolor.+?){400,}.+?\/table/i',
// Weird thingy
http://en.wikipedia.org/w/index.php?title=Hellboy:_Sword_of_Stormsoldid=245477898diff=prev
'/span onmouseover=_tipon/',

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2010-05-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063

--- Comment #14 from Platonides platoni...@gmail.com 2010-05-29 17:34:04 UTC 
---
I was coming to request a change to 
'/TR(TD BGCOLOR=[\']?#..[\']?(\.|We|are|Anonymous|
)+\/TD){20,}\/TR/i'

just to find out that I had requested the same three months ago, which would
have prevented
http://es.wikipedia.org/w/index.php?title=Plantilla:Portada_Bueno/970diff=37518654oldid=37518360

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2010-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063

--- Comment #13 from Platonides platoni...@gmail.com 2010-02-06 22:58:02 UTC 
---
Please change the wgSpamRegex line
   '/TR(TD BGCOLOR=[\']?#..[\']?\.+\/TD){20,}\/TR/i',
to
   '/TR(TD
BGCOLOR=[\']?#..[\']?(\.+|We|are|Anonymous)\/TD){20,}\/TR/i',
to also block the new vandalisms like
http://en.wikisource.org/w/index.php?title=Template%3ATlaction=historysubmitdiff=1771366oldid=1771352

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15063] wpSpamRegex entry for large image tables

2009-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Depends on|17811   |




--- Comment #12 from ^demon innocentkil...@gmail.com  2009-03-17 03:48:57 UTC 
---
Removing dependency. This is a configuration change request. The other is an
enhancement to AbuseFilter.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|br...@wikimedia.org |rhals...@wikimedia.org
 Status|REOPENED|NEW




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net




--- Comment #10 from Andrew Garrett and...@epstone.net  2009-03-06 01:41:30 
UTC ---
Will be doable with the Abuse Filter when it's live on the appropriate site(s).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063





--- Comment #6 from Platonides platoni...@gmail.com  2009-02-16 10:26:46 UTC 
---
Three steps made it avoid the second regex:
-Parameters to the table
-It used newlines
-The table is not closed

This new regex can replace the second one, including now those contents.
/table[^]*.+?(td bgcolor.+?){400,}/is


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Keywords||shell




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063





--- Comment #7 from Siebrand siebr...@wikipedia.be  2009-02-16 10:35:22 UTC 
---
Please provide a proper patch. This makes committing this stuff a lot easier.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063





--- Comment #8 from Siebrand siebr...@wikipedia.be  2009-02-16 10:38:38 UTC 
---
(In reply to comment #7)
 Please provide a proper patch. This makes committing this stuff a lot easier.
Ow, not 'commit' in this context, but 'applying to whatever file from
http://noc.wikimedia.org/conf/ needs patching'.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 15063] wpSpamRegex entry for large image tables

2009-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Mike.lifeguard mikelifegu...@fastmail.fm changed:

   What|Removed |Added

 CC||mikelifegu...@fastmail.fm
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #5 from Mike.lifeguard mikelifegu...@fastmail.fm  2009-02-15 
17:51:02 UTC ---
(In reply to comment #4)
 Please have a look at
 http://en.wikipedia.org/w/index.php?title=Wikipedia:Sockpuppet_investigationscurid=18053857diff=270803120oldid=270803099
 

Re-opening the bug so someone can tweak it if possible.


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