resourceloader: Deprecate OutputPage::addModuleScripts()
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Mar 2018 01:21:32 +0000 (17:21 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 7 May 2018 13:26:56 +0000 (14:26 +0100)
commita63088d496c440e082009ef8c6901e364563db07
treea9e5512c9caf5cd25c2af35d224080dfbc3a1787
parente48c30b866c55731bafc918fb6916da050cc797c
resourceloader: Deprecate OutputPage::addModuleScripts()

And the counter-part in ParserOutput as well.

This follows-up on 80e5b160e0985, which removed the last use of this
method. It also deprecated ResourceLoaderClientHtml::setModuleScripts()
but that isn't usually used directly. The public interfaces are
mainly in OutputPage/ParserOutput, which are now deprecated as well.

Bug: T188689
Change-Id: I90baafdfc089ac03c4c3abc12065c0b60d43994e
RELEASE-NOTES-1.32
includes/OutputPage.php
includes/parser/ParserOutput.php