Deprecate OutputPage::readOnlyPage()
authorKevin Israel <pleasestand@live.com>
Mon, 29 Sep 2014 03:17:13 +0000 (23:17 -0400)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 7 Oct 2014 10:34:56 +0000 (12:34 +0200)
commit202db653c394cb1ffabedb4e80d5212df5932a51
treea60b86cb9d0ef3237081fc4952f1012a8157ae09
parent57d98abc503b3f120c4971b9ab9c80c732721ffd
Deprecate OutputPage::readOnlyPage()

Also, as this method is never called with an argument in any Gerrit-hosted
extension, shortened it to just `throw new ReadOnlyError;` on the assumption
that the removed portion was only left in for EditPage.

Change-Id: Icc2fc166b155eac548dfd5f3e67b0b1f92ef90d3
RELEASE-NOTES-1.25
includes/OutputPage.php