* Pass the WebRequest object to User::newFromSession() and use it instead of $wgReque...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 6 Jul 2011 16:42:16 +0000 (16:42 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 6 Jul 2011 16:42:16 +0000 (16:42 +0000)
commitefc5144e7a88922724f1ef5937c62caf11944804
treefaa0ef635d99c8ab603e908a0536a6c606486370
parentcda248c53a54f3ea6044c98509ed450cb7d596de
* Pass the WebRequest object to User::newFromSession() and use it instead of $wgRequest (will still fall back to $wgRequest if not passed or another method to get an User object)
* Always call User::newFromSession(), not only when not in CLI mode
* Removed User::$mSkin, unused and not set
includes/RequestContext.php
includes/User.php