Improve log entries display in change lists
authorjdlrobson <jdlrobson@gmail.com>
Mon, 5 Aug 2019 19:08:57 +0000 (12:08 -0700)
committerjdlrobson <jdlrobson@gmail.com>
Mon, 5 Aug 2019 19:23:39 +0000 (12:23 -0700)
commit2336c514881794544230e58e2a47182302edf2ae
tree05e2c85c806d3140f14371db8c0c185dc2d7c84e
parent9c32ad7842c23fe549493cff5fbaa21bcc3d19b7
Improve log entries display in change lists

Log entries are wrapped with parenthesis - not hardcoded into HTML
causing stray brackets in Minerva where this element is floated.
Has no impact on other skins

In addition to this the entire log entry item is wrapped in a new
span mw-changeslist-log-entry to ensure the text is recognised
as a whole entity - on Minerva floats were leading to the action
and the action object being separated (e.g. uploaded and "File:Name
were separated

Bug: T229360
Change-Id: Idae997b15f68bb0dfcaa857f7458ba3497233d41
includes/changes/ChangesList.php