mediawiki-extensions-AbuseF.../includes/special
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
..
SpecialAbuseFilter.php Fix minor issues around 2018-07-07 12:11:39 +00:00
SpecialAbuseLog.php Show AF logs for a revdeled revision if the user can see the revision 2018-07-14 00:46:19 +02:00