Made isAllowed(), showHistory() and formatRevisionRow() protected to allow for easier...
authorJack Phoenix <jack@countervandalism.net>
Sun, 24 May 2015 18:58:31 +0000 (21:58 +0300)
committerJack Phoenix <jack@countervandalism.net>
Sun, 24 May 2015 18:58:31 +0000 (21:58 +0300)
commitd96dec792e8be7169d2a5862df7c2dedb358cbaf
tree4dceb7f741d1ec0eaf4264999f9bec4c954c3434
parent01d61265c38178be844fffd9ad9e23688e9d35d0
Made isAllowed(), showHistory() and formatRevisionRow() protected to allow for easier subclassing

The Video extension adds video support to Special:Undelete by subclassing
the SpecialUndelete class so that end-users don't need to hack core.
Currently Video's SpecialUndeleteWithVideoSupport.php duplicates
significant chunks of core SpecialUndelete.php because many
SpecialUndelete methods are private.

Change-Id: Ieec6c297011f2b50027840abd335b9efd54f2158
includes/specials/SpecialUndelete.php