Use the existing link renderer in the special page pagers
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 19 Aug 2019 21:41:04 +0000 (23:41 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 1 Sep 2019 18:32:30 +0000 (20:32 +0200)
commite3c9107089c261d538d2fe161e2ec2446379c6f6
tree2be9a14a7b26d7d968a16a3564862fe1b8ff5c09
parent75f1fe04a8006df7b8716c4b966b1725d5d4bea1
Use the existing link renderer in the special page pagers

Use SpecialPage::getLinkRenderer and pass it to the pagers
Since I082152b64141f1a9a4085bba23fe81a99ec8d886 it is a property in the
IndexPager and can be used by getLinkRenderer

Change-Id: I2be8a8b9f2b0b8c04fe9e18aa1959987fc125f50
13 files changed:
includes/specials/SpecialAllMessages.php
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php
includes/specials/SpecialListFiles.php
includes/specials/SpecialNewimages.php
includes/specials/pagers/AllMessagesTablePager.php
includes/specials/pagers/ContribsPager.php
includes/specials/pagers/DeletedContribsPager.php
includes/specials/pagers/ImageListPager.php
includes/specials/pagers/NewFilesPager.php
tests/phpunit/includes/specials/ContribsPagerTest.php
tests/phpunit/includes/specials/ImageListPagerTest.php
tests/phpunit/includes/specials/pagers/BlockListPagerTest.php