Always load 'mediawiki.special.changeslist' on appropriate pages
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 24 Nov 2013 21:24:44 +0000 (22:24 +0100)
committerOri.livneh <ori@wikimedia.org>
Wed, 15 Jan 2014 00:07:27 +0000 (00:07 +0000)
commite611058226ff02b2e20f3f4e3a8f56189f43871b
tree13e8d7b2aea332d0b1ab57ec046070411e7a9c6f
parent92bd5b72ac98b8039f7c426e97c003c4a77d77ac
Always load 'mediawiki.special.changeslist' on appropriate pages

It is also loaded by ChangesList (and subclasses), but the changes
list might not get a chance to ever execute that code if there are no
changes to show.

This fixes an issue where the legend would sometimes display unstyled
on Special:RecentChangesLinked.

Bug: 59959
Change-Id: Ia1741306303aa3d2641b47bf19efef540ec64779
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php