Make SpecialWatchlist extend SpecialRecentChanges (temporarily)
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 9 Oct 2013 20:07:14 +0000 (22:07 +0200)
committerOri.livneh <ori@wikimedia.org>
Fri, 20 Dec 2013 22:50:55 +0000 (22:50 +0000)
commit372cb42b583e63020317c61b16162bcac599518a
treef31a69684b69e27d668f2e0872705dd808b8ad24
parent2924ade7eb6532ccdbceda02da99aed88ed98957
Make SpecialWatchlist extend SpecialRecentChanges (temporarily)

Later both will be made to inherit from a base class, but this
makes some things simpler for now.

* `class SpecialWatchlist extends SpecialRecentChanges { … }`
* Fixes to both classes to ensure nothing breaks
* Remove redundant SpecialWatchlist#getGroupName()

No functional changes yet; just the framework change. Refactoring
follows in subsequent commits, with a base class for both of
these being introduced in I5855074deed52fd7492f033c8a8fced8af647602.

Bug: 48641
Change-Id: I394ab71bae876684e8f78236843861c7dd2ae22d
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialWatchlist.php