Add LinkBatch to Special:LinkSearch
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 26 Sep 2014 18:47:42 +0000 (20:47 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 30 Oct 2014 06:11:51 +0000 (06:11 +0000)
commit2b94b7fe743237d6c7e1d738f16ac2849e20b15d
tree76f6fb66e20c15634307da88073e31540017bff6
parent3e8c0191a3d2b3a94cd88ec4117381a5cddfb955
Add LinkBatch to Special:LinkSearch

When building the result list, each link results in a database query.
The select is on the page table, so it is known, that each page exists,
but using Linker::linkKnown does not prepare the link for stubthreshold
or redirect marker.

Change-Id: I8f73d398f510f252ac8d5a0fd04ccb0feaf79cc4
includes/specials/SpecialLinkSearch.php