Go to file
Marius Hoch 03da29b9da Fix the abusefilter array parser test
The abusefilter array test failed because length( ['a', 'b', 'c'] )
returned 12 instead of 6. That was du to it converted the array
to a string with new line seperated values first before measuring
the string length. Changed that behaviour to act like the php count()
function or the python len() function which seems far more useful to me.
The old behaviour can be established using length( string( array ) ).

Change-Id: I16646891837c9743ca5af2dd328077a7225bb5f1
2012-12-20 02:19:55 +01:00
api Merge "(bug 42802) Let the client specify multiple filters for list=abuselog" 2012-12-19 20:23:20 +00:00
db_patches Add Global Rules 2012-08-27 03:30:07 +00:00
modules Fix AbuseFilter JS 2012-10-26 16:21:08 +02:00
special (bug 34946) Make afl_user_text availible as $9 for log entries 2012-12-16 04:21:13 -06:00
tests Fix the abusefilter array parser test 2012-12-20 02:19:55 +01:00
Views Merge "Run filter number through formatNum()" 2012-11-02 21:14:33 +00:00
.gitignore Add .gitignore 2012-05-21 01:27:29 +01:00
.gitreview Add .gitreview file 2012-03-22 13:55:41 -07:00
AbuseFilter.alias.php Localisation updates from http://translatewiki.net. 2012-12-02 20:36:26 +00:00
AbuseFilter.class.php Merge "(bug 22548) add boolean user_blocked variable" 2012-12-18 19:09:32 +00:00
AbuseFilter.hooks.php (Bug 42064) Add a hook to AbuseFilter 2012-12-19 10:13:31 +01:00
AbuseFilter.i18n.php Localisation updates from http://translatewiki.net. 2012-12-19 19:55:53 +00:00
AbuseFilter.parser.php Fix the abusefilter array parser test 2012-12-20 02:19:55 +01:00
AbuseFilter.php Add option to have private filters notify UDP/RC (default: disabled) 2012-12-16 17:09:30 +01:00
abusefilter.tables.pg.sql Add Global Rules 2012-08-27 03:30:07 +00:00
abusefilter.tables.sql Add Global Rules 2012-08-27 03:30:07 +00:00
abusefilter.tables.sqlite.sql Add Global Rules 2012-08-27 03:30:07 +00:00
AbuseFilterVariableHolder.php (Bug 42064) Add a hook to AbuseFilter 2012-12-19 10:13:31 +01:00
AbuseLogHitFormatter.php Add a few bits of method documentation 2012-06-21 14:32:05 +01:00
phpTest.php Fix the abusefilter array parser test 2012-12-20 02:19:55 +01:00