Instead of creating an OutputPage and then setting a context start initializing Outpu...
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 4 Apr 2011 00:37:42 +0000 (00:37 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 4 Apr 2011 00:37:42 +0000 (00:37 +0000)
commit3c48938f9fb38e56f3253c2ba2399f5c0c97c64a
treedc53223f23a99f24957d2b71d9c0984c4764decd
parentff33175e96697dce4ac215993f4e6ef9c26a0525
Instead of creating an OutputPage and then setting a context start initializing OutputPages 'with' a context and send depreciated calls to extensions directly creating OutputPage instances.
Now that we've taken care of the mess of mTitle inside OutputPage and Skin and made RequestContext track Skin instead of $wgUser we don't need the hack in SpecialPage anymore.
includes/OutputPage.php
includes/RequestContext.php
includes/SpecialPage.php