[Actions] Move the remaining actions out of MediaWiki::performAction into single...
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 17 Jan 2012 19:56:08 +0000 (19:56 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 17 Jan 2012 19:56:08 +0000 (19:56 +0000)
commitd03087df359e4c5bdc2dd0cff0db15ae5f129b48
tree50122676713bc4c379728b9cde7e06767ca43ce5
parent68cc777cea7c6d3db5089d51af475d9f1721403e
[Actions] Move the remaining actions out of MediaWiki::performAction into single action classes (finally).

- [Actions] -
* I am aware that eventually these classes should be more than just a few lines re-directing control to WikiPage, but I'm keeping these commits as uncontroversial as possible due to feature freeze. Refactor could be done later.
* Contributes to solution of bug 27930 - Ablity to get current action (The Right Way)
* Final goal: Get the current action without needing access to Wiki.php internals (i.e. with Action::factory in one hand and an instance of IContextSource in the other)
* Required for proper fix of r108342/108343 (currently marked FIXME)
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Wiki.php
includes/actions/DeleteAction.php [new file with mode: 0644]
includes/actions/EditAction.php [new file with mode: 0644]
includes/actions/ProtectAction.php [new file with mode: 0644]
includes/actions/RenderAction.php [new file with mode: 0644]
includes/actions/ViewAction.php [new file with mode: 0644]