Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Exception.php
2011-01-09 Niklas LaxströmPartial revert of r79903, unstubbing needs localisation...
2011-01-09 Niklas LaxströmFollow-up r79880: check if $wgLang can be used.
2011-01-09 Niklas Laxström* (bug 26638) Database error pages display correctly...
2011-01-08 Alexandre EmsenhuberFix for r33432: isArticle() is to check if the content...
2010-11-29 PlatonidesFix potential html injection when the database server...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-03 Alexandre EmsenhuberAdded wfDeprecated() to wfAbruptExit() and wfErrorExit...
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-08-07 Alexandre EmsenhuberAdded a note to set $wgShowExceptionDetails = true...
2010-07-24 Sam ReedRemoval of unused globals
2010-03-05 Alexandre EmsenhuberFixed some doxygen warnings
2009-07-03 Tim Starling* Re-added $wgMessageCache->addMessages(), there are...
2009-07-01 Andrew GarrettRevert unintended core changes in r52627
2009-07-01 Andrew GarrettBring up reply and new thread forms with AJAX where...
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-04-02 Alexandre Emsenhuber* (bug 18289) Database connection error page now return...
2009-03-14 Aaron SchulzMore visual and xhtml fixes for file cache failback
2009-03-13 Aaron Schulz* Avoid double output on filecache failover
2009-02-17 Chad HorohoeFix spacing properly this time.
2009-02-16 Chad Horohoe(bug 17506) Respect $wgShowExceptionDetails when handli...
2009-01-15 Tim StarlingFor backport to 1.14.
2008-11-17 Brion Vibber* Safer handling of non-MediaWiki exceptions -- now...
2008-09-21 Tim StarlingLog exceptions encountered in api.php. Check for null...
2008-09-15 Daniel Kinzlerbug #15602: use echo for error messages if STDERR is...
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-07 Tim Starling* Split off DB load monitoring logic into a LoadMonitor...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-06 Tim StarlingMaybe you missed the difference between getHTML and...
2008-04-16 Alexandre EmsenhuberAllow $wgArticle to be null on special pages
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-21 Alexandre Emsenhuber* Document Exception.php
2008-01-08 Victor Vasiliev* Add exception hooks to output pretty messages
2007-12-07 Aryeh GregorMake it a little clearer in the code that we aren't...
2007-12-06 Brion Vibber* (bug 12184) Exceptions now sent to stderr instead...
2007-09-30 Aryeh GregorClarify instructions given when an exception is thrown...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-21 Antoine MussoAdded some comments to our classes.
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-10-11 Brion Vibber* Disable PHP exception backtrace printing unless ...
2006-08-02 Tim StarlingLog exceptions
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-11 Antoine MussoSome evil whitespaces. Sorry.
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Tim StarlingSome initial work on exceptions. More to follow.