aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Exception.php
Commit message (Expand)AuthorAgeFilesLines
* bug 33646 Badtitle error page now emits a 400 HTTP status.Antoine Musso2012-01-251-0/+31
* On errors not using OutputPage, Content-Type header wasn't set, Platonides2011-11-161-0/+1
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-20/+21
* FR r101442: forgot to replace another getBlocker()->getName() with getByName()Aaron Schulz2011-11-011-1/+1
* (bug 31739) Made Block code support ipb_by = 0 convention with for foreign us...Aaron Schulz2011-11-011-2/+7
* * Factorise the code used to prepare the OutputPage object to display an erro...Alexandre Emsenhuber2011-10-281-8/+2
* Add, update, tweak documentationSam Reed2011-10-261-0/+13
* Fixup some assignments in conditionalsSam Reed2011-10-161-1/+2
* Update some deprecated codeSam Reed2011-10-141-1/+1
* Fix comment blocks that start /* to /**Sam Reed2011-10-111-1/+4
* * Added HttpError exception as replacement for wfHttpError(); changed alls co...Alexandre Emsenhuber2011-09-161-0/+49
* Don't attempt to get a request url from a FauxRequestChad Horohoe2011-09-161-1/+1
* Followup r85994: eliminate code duplication introduced by this revision, inst...Roan Kattouw2011-08-251-18/+1
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-2/+2
* Revert r94041: PHP Notice: Undefined index: SERVER_PROTOCOL in /home/ci/cruis...Brion Vibber2011-08-151-13/+0
* Readd basic headers and <html>...</html> arround error contents that was remo...Alexandre Emsenhuber2011-08-071-0/+13
* Typo in message autoblockedtextAntoine Musso2011-07-271-1/+1
* * Remove Exception.php's reliance on wfDie(), as well as the awful constant M...Chad Horohoe2011-06-281-9/+16
* @ingroup thingsChad Horohoe2011-05-301-0/+5
* Misc. exception handling cleanup--moved it out of global function namespaceChad Horohoe2011-05-301-142/+81
* $wgArticle is deprecated! Possible removal in 1.20 or 1.21!Chad Horohoe2011-05-221-1/+2
* Follow-up r85918:Happy-melon2011-05-071-12/+6
* (bug 28834) Restore nl2br() wrappers removed in r85918.Happy-melon2011-05-071-2/+2
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-2/+2
* * Use wfMsgNoTrans() instead of wfMsgReal()Alexandre Emsenhuber2011-04-241-9/+4
* Add ThrottledError to throw when the user hits a rate limit.Happy-melon2011-04-181-0/+17
* Unbundle OutputPage::showErrorPage() in Exception.php to allow ErrorPageError...Happy-melon2011-04-131-2/+24
* Implement user-is-blocked and wiki-is-read-only as exceptions.Happy-melon2011-04-131-0/+50
* allow methods to generate a "user does not have required permissions" error b...Happy-melon2011-04-121-3/+40
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-10/+23
* Partial revert of r79903, unstubbing needs localisation cache which might nee...Niklas Laxström2011-01-091-2/+2
* Follow-up r79880: check if $wgLang can be used.Niklas Laxström2011-01-091-3/+13
* * (bug 26638) Database error pages display correctly in RTL languagesNiklas Laxström2011-01-091-11/+17
* Fix for r33432: isArticle() is to check if the content displayed is the one o...Alexandre Emsenhuber2011-01-081-1/+1
* Fix potential html injection when the database server isn't available (bug 26...Platonides2010-11-291-2/+4
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-2/+4
* Added wfDeprecated() to wfAbruptExit() and wfErrorExit() and removed a commen...Alexandre Emsenhuber2010-10-031-1/+1
* More whitespace updates for files touched in r72342:Siebrand Mazeland2010-09-041-14/+43
* w/s changesMark A. Hershberger2010-09-041-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-0/+7
* Added a note to set $wgShowExceptionDetails = true; in LocalSettings.php to g...Alexandre Emsenhuber2010-08-071-6/+11
* Removal of unused globalsSam Reed2010-07-241-1/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-051-7/+7
* * Re-added $wgMessageCache->addMessages(), there are still some extensions (i...Tim Starling2009-07-031-1/+1
* Revert unintended core changes in r52627Andrew Garrett2009-07-011-2/+1
* Bring up reply and new thread forms with AJAX where available. Still submits ...Andrew Garrett2009-07-011-1/+2
* * Introduced a new system for localisation caching. The system is based aroun...Tim Starling2009-06-281-2/+7
* * (bug 18289) Database connection error page now returns correct HTMLAlexandre Emsenhuber2009-04-021-5/+4
* More visual and xhtml fixes for file cache failbackAaron Schulz2009-03-141-1/+8
* * Avoid double output on filecache failoverAaron Schulz2009-03-131-1/+1