mediawiki-extensions-AbuseF.../includes/Views
Daimona Eaytoy 0e87c44c74 Show AF logs for a revdeled revision if the user can see the revision
The function used to determine if a row is hidden has three possible
return values: true, false and "implicit". While the first and the
second one refer to AF own suppressing system, 'implicit' means that the
revision associated with the log entry is deleted. However, we checked
for such return value with a boolean cast, which caused true and
'implicit' to be equally treated, thus hiding revdel'ed revisions to
sysops. Bonus: fixed a comment typo.

Bug: T191699
Change-Id: I87d3a6437bb966198175e4bfd063e30ed79c345f
2018-07-14 00:46:19 +02:00
..
AbuseFilterView.php Simplify how we convert builder values array for OOUI 2018-07-13 15:36:12 +02:00
AbuseFilterViewDiff.php Merge "Use OOUI buttons instead of plain links and Html::errorbox for errors" 2018-05-03 00:41:21 +00:00
AbuseFilterViewEdit.php Warn the user to re-attempt save if edit token didn't match 2018-07-13 15:40:29 +02:00
AbuseFilterViewExamine.php Show AF logs for a revdeled revision if the user can see the revision 2018-07-14 00:46:19 +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 Minor escaping fixes 2018-07-05 18:51:30 +00:00
AbuseFilterViewRevert.php Unbreak reverting 'degroup' action 2018-07-13 00:25:02 +02:00
AbuseFilterViewTestBatch.php Make /test filterable by action type 2018-06-26 00:48:09 +00:00
AbuseFilterViewTools.php Allow users with abusefilter-view-private to use testing interface 2018-06-24 14:10:38 +00:00