Add LinkBatch to ImagePage for user pages in the file history
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 19:39:50 +0000 (21:39 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Jun 2015 19:53:02 +0000 (21:53 +0200)
commit79c44dd0a6cab747aadd65c0b10c7cc493cd421e
treec1ed767e8a109f3100e2b7a5669029229b177261
parent352656b319bc9522a42930a7a7ad93806779c83b
Add LinkBatch to ImagePage for user pages in the file history

Each user in the file history trigger an own query to get the state of
the user page, talk page and gender information. Use a LinkBatch to
combine all of these queries to two (one for pages, one for gender).

Change-Id: Ic1973c1ccfa17002b343d8c0d110a7c1d20b0460
includes/page/ImagePage.php