Start better utalizing OutputPage as the focal point for things related to the output...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Apr 2011 03:59:47 +0000 (03:59 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Apr 2011 03:59:47 +0000 (03:59 +0000)
commit86583c7c8f5f10b06412321299c3c2285577b3c0
tree6dd72c541567c476188ed106e6955a58cab77037
parent75cfd52e8ee633dc38048eebee9e257d8ec1c0f9
Start better utalizing OutputPage as the focal point for things related to the output of the page. Like getTitle use $out->get{User,Skin} instead of $wgUser and $wgUser->getSkin() for things where the user or skin is being used for output generation back to $out instead of using globals with bad structure.
includes/Article.php
includes/OutputPage.php
includes/SpecialPage.php
includes/api/ApiParse.php