Add a context to SpecialPage, so that subclasses don't need globals anymore. Introduc...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 10 Feb 2011 16:14:56 +0000 (16:14 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 10 Feb 2011 16:14:56 +0000 (16:14 +0000)
commit5f6862c89e5832c117613cf6232f08ab57436fdb
treef5fc9a92641f1398194fe12080f9a013f280b2c3
parentaeb547b46566ced918b4eb3bb66dcd00c5971898
Add a context to SpecialPage, so that subclasses don't need globals anymore. Introduces $mRequest, $mOutput and $mFullTitle, which can be used instead of $wgRequest, $wgOut and $wgTitle. Introduces msg(), which is a wrapper around wfMessage()->title().
includes/SpecialPage.php