Create ChangesListSpecialPage as a base class for Watchlist and RC
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 9 Dec 2013 11:11:14 +0000 (12:11 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 16 Jan 2014 18:25:27 +0000 (19:25 +0100)
commiteabfeda3bec5d8108bddf143cf677aa301d8073b
treecb2e7081798dca43f37f91cff1bd3d300d4ac614
parent9ea31e542ed3ac4b0f7292d18fde6818395e0968
Create ChangesListSpecialPage as a base class for Watchlist and RC

Most of the code has yet to be actually moved there, but it's a start!
It's full of @todo comments, I'm going to go through them later.

This should introduce no functional changes and no backwards
incompatibilities. Verified that all special pages being subclasses
work as they did before (SpecialRecentChanges, SpecialWatchlist,
SpecialRecentChangesLinked).

Change-Id: Icb7671e92a9255619e047ccbe5f457aa22581479
includes/AutoLoader.php
includes/specialpage/ChangesListSpecialPage.php [new file with mode: 0644]
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php