Make SpecialAllpages and SpecialPrefixindex directly extend IncludableSpecialPage:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 23 Aug 2008 20:32:46 +0000 (20:32 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 23 Aug 2008 20:32:46 +0000 (20:32 +0000)
commitf50bc056d49b28d18ea32df1b2c2e148269ca8c8
treeb1536e1b1aeab03ac764de5e300ebbbd888a657d
parentea33e46f0a0064ad9ff17095efd6e716483ef993
Make SpecialAllpages and SpecialPrefixindex directly extend IncludableSpecialPage:
* it is possible to have the title object by calling $this->getTitle() and not by having to redefine the special page name in that classes
* passing the $including param is no longer required, use $this->including() instead
includes/SpecialPage.php
includes/specials/SpecialAllpages.php
includes/specials/SpecialPrefixindex.php