Added protocol option to Linker and OutputPage::addReturnTo.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 27 Sep 2012 17:47:42 +0000 (13:47 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 27 Sep 2012 17:47:42 +0000 (13:47 -0400)
commit0a1e291036fac2376b4645f9d070bc3e76ca73d4
tree48fa267f49f8746fbfe589738d3bf6ae26aa8496
parent5801da5f86e14793afcc96686144a5d9cfb4df4b
Added protocol option to Linker and OutputPage::addReturnTo.

Added new argument to the Linker options array to allow
the forcing of an HTTP or HTTPS protocol. In order to facilitate
this, a protocol argument was added to Title::getLinkURL.

Also, an options argument was added to OutputPage::addReturnTo
so that options can be passed to the linker and so that the
returnto URL can be forced to a certain protocol.

Change-Id: Ia9cc11e310ad6ef23c221bdba3a4834e7c5556e7
includes/Linker.php
includes/OutputPage.php
includes/Title.php