Deprecate skin functions that are not skin responsibilities
authorPiotr Miazga <piotr@polishdeveloper.pl>
Wed, 21 Aug 2019 12:10:09 +0000 (14:10 +0200)
committerKrinkle <krinklemail@gmail.com>
Fri, 23 Aug 2019 13:21:11 +0000 (13:21 +0000)
commitb7204566d2e6b3d7631d0e304b3282c49a5b500d
treef5cccf0c16e674a88ecf7400571a3c0b88678f58
parent8390e37efc4b42a1ba3d3102bd78208a30cfccf2
Deprecate skin functions that are not skin responsibilities

Skin shouldn't be responsible for providing requested revisionId
nor if that revision is the current revision.
The OutputPage object has all required information (both the
currentRevisionID and the current Title object).

Change-Id: I2dbae4c6968a2b3b3cea3e09977e9579609b4cc5
RELEASE-NOTES-1.34
includes/OutputPage.php
includes/skins/Skin.php
includes/skins/SkinTemplate.php
tests/phpunit/includes/OutputPageTest.php