Remove 'patrol' from $wgActionFilteredLogs
authorAmir Sarabadani <ladsgroup@gmail.com>
Tue, 8 May 2018 21:11:51 +0000 (23:11 +0200)
committerAmir Sarabadani <ladsgroup@gmail.com>
Wed, 9 May 2018 20:40:01 +0000 (22:40 +0200)
We disabled logging autopatrol actions and we are deleting them.
Thus having patrol subtypes filters in Special:Log doesn't make
sense anymore.

Bug: T194213
Change-Id: I421ee54040cd2b64e53f1e68016c74a163d89ed3

includes/DefaultSettings.php

index ff8612b..aec9d28 100644 (file)
@@ -7855,10 +7855,6 @@ $wgActionFilteredLogs = [
                'autocreate' => [ 'autocreate' ],
                'byemail' => [ 'byemail' ],
        ],
-       'patrol' => [
-               'patrol' => [ 'patrol' ],
-               'autopatrol' => [ 'autopatrol' ],
-       ],
        'protect' => [
                'protect' => [ 'protect' ],
                'modify' => [ 'modify' ],