aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/kernel_exception_subscriber.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13361] Fix the JsonResponse in the exception listenerTristan Darricau2015-01-141-1/+1
| | | | PHPBB3-13361
* [ticket/13361] Add testsTristan Darricau2015-01-111-3/+7
| | | | PHPBB3-13361
* [ticket/13361] Support ajax request (send a json response)Tristan Darricau2015-01-101-9/+25
| | | | PHPBB3-13361
* [ticket/13361] Improve the exception listenerTristan Darricau2014-11-231-4/+17
| | | | PHPBB3-13361
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+0
| | | | PHPBB3-11981
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-2/+2
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-8/+10
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+85
PHPBB3-11698