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
2011-02-07 01:25:34 +01:00
..
Bundle removed the need to define getNamespace() and getPath() in bundles 2011-02-05 22:40:30 +01:00
CacheWarmer added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00
Controller [HttpKernel] simplified code 2011-01-29 15:36:57 +01:00
DataCollector moved security related things to a new SecurityBundle (the Security component is left unchanged) 2011-01-26 19:10:54 +01:00
Debug changed the EventDispatcher and Event interfaces 2011-01-26 08:41:59 +01:00
DependencyInjection added an autoloader that uses a class map 2011-01-27 16:30:58 +01:00
Exception normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
HttpCache fixed previous commit 2011-02-04 12:18:26 +01:00
Log normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Profiler [HttpKernel] Fix issue in SQLite profiler storage when PDO fails to prepare a statement 2011-02-07 01:25:34 +01:00
Resources/bin [DependencyInjection] made an optimization on dumped DIC 2011-02-04 00:17:51 +01:00
Test normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
bootstrap_cache.php removed the need to define getNamespace() and getPath() in bundles 2011-02-05 22:40:30 +01:00
bootstrap.php removed the need to define getNamespace() and getPath() in bundles 2011-02-05 22:40:30 +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 the core.view event to only be notified when the controller does not return a Response 2011-02-03 19:39:28 +01:00
HttpKernelInterface.php adds scope to the DI container 2011-01-22 15:20:50 +01:00
Kernel.php [HttpKernel] Fix notice in Kernel 2011-02-06 21:42:17 +01:00
KernelInterface.php [HttpKernel] fixed phpdoc 2011-01-27 16:30:58 +01:00
ResponseListener.php added two interfaces: EventInterface and EventDispatcherInterface 2011-01-25 14:23:32 +01:00