* Added HttpError exception as replacement for wfHttpError(); changed alls core calls...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Sep 2011 18:50:13 +0000 (18:50 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Sep 2011 18:50:13 +0000 (18:50 +0000)
commitec9b551ca9c9426e5a7e94eb575c42f809e8788a
tree4a00f708e237f53039aa2d90b093bdf0f54fc2a7
parentd8957aca621f7b084202684d1329216da4804b52
* Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php
* Changed FeedUtils' call to it to be similar than feeds are completely disabled
* Use local context instead of global variables in Special:Userlogout
includes/Exception.php
includes/FeedUtils.php
includes/Metadata.php
includes/WebRequest.php
includes/Wiki.php
includes/specials/SpecialUploadStash.php
includes/specials/SpecialUserlogout.php