Introduce a new hook that allows extensions to add to My Contributions
authormlitn <git@mullie.eu>
Tue, 12 Jun 2012 21:02:00 +0000 (23:02 +0200)
committermlitn <git@mullie.eu>
Fri, 22 Jun 2012 23:37:18 +0000 (01:37 +0200)
commit0944502d4cc15356e42d5773e1478cb7ce5af30b
tree04a237f3ea1820665dc4198256db4a5e2e2273db
parent03f81522c5a7a0aa758a30183288709f17f36cb9
Introduce a new hook that allows extensions to add to My Contributions

Meanwhile also:
- refactored reallyDoQuery in Pager.php, to make outside intervention possible
- extend reallyDoQuery in SpecialContributions.php, adding in the hook and composing the final results array based on the combined results of all queries added through the hook
- remain backwards compatible on method-level
- fix FakeResultWrapper::fetchRow, which (contrary to ResultWrapper::fetchRow) didn't always return an array

Change-Id: I74c3784d6d93b992d72f2db24cc29f30e458c1e3
RELEASE-NOTES-1.20
docs/hooks.txt
includes/Pager.php
includes/db/DatabaseUtility.php
includes/specials/SpecialContributions.php