Change entry point of SpecialPage
authorjeroendedauw <jeroendedauw@gmail.com>
Thu, 5 Jul 2012 20:47:15 +0000 (22:47 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Thu, 5 Jul 2012 20:54:25 +0000 (22:54 +0200)
commite773eb0af58715e8c35667e276c9ab2d6fa5a1ab
tree5a88cb669fa3d3aac78ec5eb29baa66e54cf0415
parentc154160ee0c30733ef1b60a80030de620a025c5e
Change entry point of SpecialPage

The old entry point is the execute method, which clearly is not meant to be an entry point,
as it's overloaded in most subclasses, making it impossible for the deriving classes to do anything
before or after (which for instance sucks big time in SpecialCachedPage).

Change-Id: I74c22a1dc3b1a9d062295d5fb709fb87577810ae
includes/SpecialPage.php
includes/SpecialPageFactory.php
includes/actions/RevisiondeleteAction.php