* Made Special:RevisionDelete use the local variables stored in the RequestContext...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 11 Jun 2011 08:30:19 +0000 (08:30 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 11 Jun 2011 08:30:19 +0000 (08:30 +0000)
commit7245d8dca6c18e6d09b0dd3f3a0ae26a71dd9e31
tree7a4e8bca47686e449bd0155f94d0c2bff8980e94
parentd03f5073caf4ddec7b9ce8a71513fc401a63ba4b
* Made Special:RevisionDelete use the local variables stored in the RequestContext object instead of global ones and removed the $skin member
* Also updated classes in includes/revisiondelete that were using the $skin member of Special:RevisionDelete
* Handle action=revisiondelete (or rather action=historysubmit&revisiondelete=1) with an Action object that sets the RequestContext object of the SpecialPage object, and in this case get the target Title object through the context instead of $wgTitle
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Wiki.php
includes/actions/RevisiondeleteAction.php [new file with mode: 0644]
includes/revisiondelete/RevisionDelete.php
includes/revisiondelete/RevisionDeleteAbstracts.php
includes/specials/SpecialRevisiondelete.php