This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel
Fabien Potencier 54e19b5376 Merge remote branch 'digitalkaoz/httpkernel-debug'
* digitalkaoz/httpkernel-debug:
  [HttpKernel] added tests for debug stuff
  [HttpKernel] reset handling if subject::handle throws an exception, otherwise it wouldnt be able to handle furthermore
2011-03-06 10:37:14 +01:00
..
Bundle [HttpKernel] Fixed typo 2011-02-26 20:02:06 +01:00
CacheWarmer added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00
Config moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
Controller [HttpKernel] fixed phpdoc 2011-02-08 22:36:58 +01:00
DataCollector fixed WDT link to the profiler 2011-02-19 14:11:18 +01:00
Debug [HttpKernel] reset handling if subject::handle throws an exception, otherwise it wouldnt be able to handle furthermore 2011-03-05 20:21:23 +01:00
DependencyInjection [HttpKernel] added an subclass merge extension configuration compiler pass to ensure each bundle's "main" extension is loaded 2011-03-03 13:54:32 +01:00
Exception normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
HttpCache [HttpKernel] Fixed Typo 2011-03-01 18:58:08 +01:00
Log normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Profiler [HttpKernel] Removed useless else 2011-02-27 18:36:38 +01:00
Test normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Client.php [Testing][HttpKernel] Added possibility to functional test raw body data 2011-02-04 13:07:13 +01:00
HttpKernel.php [HttpKernel] changed core.view event to use notifyUntil() instead of filter() -- as soon as a listener returns a Response, we are done 2011-02-21 18:24:55 +01:00
HttpKernelInterface.php adds scope to the DI container 2011-01-22 15:20:50 +01:00
Kernel.php [HttpKernel] added an subclass merge extension configuration compiler pass to ensure each bundle's "main" extension is loaded 2011-03-03 13:54:32 +01:00
KernelInterface.php moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ResponseListener.php fixed a bug in Response content-type auto-detection 2011-02-21 16:57:25 +01:00