CSteipp has submitted this change and it was merged. Change subject: Fix Special:Checkuser for log entries pointing to special pages ......................................................................
Fix Special:Checkuser for log entries pointing to special pages Right now Special:Checkuser treats all log entries which point to a special page as ancient log entries. That's incorrect for various log entries produced by extensions as eg. the AbuseFilter extension links Special:Abusefilter as target. That led to rows on the CheckUser special page which started like (log-name-8), see: http://img541.imageshack.us/img541/1009/specialcheckuserlogentr.png Due to this I've removed the code for ancient log entries as it's no longer needed. Change-Id: I9caab05835b7f7468b3179c5537158dbc3a50c9a --- M CheckUser_body.php 1 file changed, 2 insertions(+), 9 deletions(-) Approvals: CSteipp: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/40287 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9caab05835b7f7468b3179c5537158dbc3a50c9a Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/CheckUser Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
