mediawiki-extensions-AbuseF.../includes/Views
Daimona Eaytoy 50d5137880 Remove useless array_filter
Not only it's useless, but also removes the namespace if it's 0, thus
causing the query to only add a WHERE on rc_title, but the index is on
rc_title AND rc_namespace, so the query has bad performance.

Bug: T204228
Change-Id: I33694cfeddbc4eaf39e3e840b207dba433188834
2018-09-24 14:34:53 +02:00
..
AbuseFilterView.php Allow testing account autocreation 2018-09-14 13:09:07 +02:00
AbuseFilterViewDiff.php Only select needed columns in queries 2018-09-03 14:12:41 +02:00
AbuseFilterViewEdit.php Merge "Fix the block options on ViewEdit" 2018-09-20 11:25:00 +00:00
AbuseFilterViewExamine.php Change priority order for messages in hidden abuselog entries 2018-08-19 18:22:07 +02:00
AbuseFilterViewHistory.php Minor escaping fixes 2018-07-05 18:51:30 +00:00
AbuseFilterViewImport.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00
AbuseFilterViewList.php Compact some other comments 2018-07-17 17:17:44 +02:00
AbuseFilterViewRevert.php Only select needed columns in queries 2018-09-03 14:12:41 +02:00
AbuseFilterViewTestBatch.php Remove useless array_filter 2018-09-24 14:34:53 +02:00
AbuseFilterViewTools.php Allow users with abusefilter-view-private to use testing interface 2018-06-24 14:10:38 +00:00