* Changed action=history to use an Action subclass
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 23 Oct 2011 09:21:02 +0000 (09:21 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 23 Oct 2011 09:21:02 +0000 (09:21 +0000)
commit9e230f3076219d08ff422149d9b9bfe70989d1b2
tree3364e7a5c9b5945dd3eb3433c9a1ea39119fe09f
parent3eb71daab0df208453e56999c834bc9804be2666
* Changed action=history to use an Action subclass
* Use local context instead of global variables
* Removed obsolete aliases PageHistory and PageHistoryPager; no longer used
* Made Action::getContext() and related methods public for the call in HistoryPager's constructor and also for consistency with other classes
includes/Action.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/HistoryPage.php [deleted file]
includes/Wiki.php
includes/actions/HistoryAction.php [new file with mode: 0644]