* Use WikiPage instead of Article in Skin and SkinTemplate
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 27 Nov 2011 09:39:24 +0000 (09:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 27 Nov 2011 09:39:24 +0000 (09:39 +0000)
commitd1d31c75fb7a984023ad7e24ad90ed8d642f4f1c
tree962516b13a6a59dc61294aa4dde39af197bd89ae
parent1069f5abc5b9ddc4ab7f9899cc332910aad6ddd2
* Use WikiPage instead of Article in Skin and SkinTemplate
* Added $context parameter to Action::factory() to allow callers passing a WikiPage object in addition to Article (otherwise this would throw a fatal error in getContext() since WikiPage::getContext() does not exist)
includes/Action.php
includes/Skin.php
includes/SkinTemplate.php