wiki.techinc.nl/tests/phpunit/includes/pager
Thalia c6bc185226 ContributionsPager: Fix date link in archive mode
Why:

* ContributionsPager::formatRow creates the same date link for
  normal and archive mode. This links to the revision, which is
  deleted when in archive mode.
* Instead, it should do what DeletedContribsPager does, and link
  to Special:Undelete.

What:

* Handle the date links the same in ContributionsPager (archive
  mode) as in DeletedContribsPager.
* Also rename the variable $lang to $language for clarity.

Bug: T371518
Change-Id: Ied2282d06e7c2be0735203c132c605e3d7f40857
2024-08-01 18:15:26 +01:00
..
ContributionsPagerTest.php ContributionsPager: Fix date link in archive mode 2024-08-01 18:15:26 +01:00
HistoryPagerTest.php Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated 2024-04-30 13:31:08 +01:00
RangeChronologicalPagerTest.php Replace last remaining wfGetDB() calls in core, except ResourceLoader 2024-02-14 11:02:01 -05:00
ReverseChronologicalPagerTest.php