Kill off use of $wgRequest, $wgUser, and $wgLang in SkinTemplate, stop using $out...
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 10:24:35 +0000 (10:24 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 10:24:35 +0000 (10:24 +0000)
commit9a51d5c61cd4ee9b8a7ee15a779dc3a711b37ebf
tree70d99818e2a87339dd684a73916a1e08158f3403
parent81fcd98a08c33ba7f8ff371c7dbaac6f37fdaf5e
Kill off use of $wgRequest, $wgUser, and $wgLang in SkinTemplate, stop using $out args on our protected methods, deprecate the $out on outputPage and for now make it temporarily override the context of the skin (or should we throw a fatal if someone passes an OutputPage that doesn't match context)
includes/OutputPage.php
includes/SkinTemplate.php