ChangesListSpecialPage: Implement doMainQuery()
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 3 Jan 2014 14:31:16 +0000 (15:31 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 29 Jan 2014 16:53:35 +0000 (17:53 +0100)
commita191c08792fefc70572fb74fc2d554cebbae1e4c
tree91fccda40588b51c509870cebacb53203ff72376
parentb7d5d70d033de3fade6064f89dd3b64e01f909dd
ChangesListSpecialPage: Implement doMainQuery()

Here SpecialWatchlist and SpecialRecentChanges are different enough
that I think it's clearer not to make them call parent; I just cleaned
them up a little and extracted the common parts to
ChangesListSpecialPage.

Change-Id: I3b90e9a0d5017f61f5c50c6c6b35b2876c9644ee
includes/specialpage/ChangesListSpecialPage.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php