Add 'logid' parameter to Special:Log
authorSam Wilson <sam@samwilson.id.au>
Mon, 23 Apr 2018 03:55:24 +0000 (11:55 +0800)
committerSam Wilson <sam@samwilson.id.au>
Fri, 4 May 2018 01:52:55 +0000 (09:52 +0800)
commit8e04e60113272d498070e51ff2b50412ae7a9234
tree1794af4506dd42301989810deec96e4c7440dacb
parenta051253c1eb5682ad72e07e9926be6dbe2165d32
Add 'logid' parameter to Special:Log

Make it possible to get a URL for a single log entry,
as an alternative to using Special:Redirect/logid/123.

The existing single-log-entry link of Special:Redirect/logid/123
is also simplified to be a redirect to this new parameter.

Bug: T191608
Bug: T187638
Change-Id: I5f2e52531cd2ba617a25570e40aa8c5168e284d9
includes/logging/LogPager.php
includes/specials/SpecialLog.php
includes/specials/SpecialRedirect.php