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
Jordi Boggiano af0bd8a136 Update Core and Security events to latest model
The main benefit is that in XML/YML files we have common syntax (i.e. core.controller, form.pre_bind) that properly namespaces event names (before: onCoreController was ok, preBind was not).
On the other hand in PHP land we also have namespaced events, CoreEvents::controller, FormEvents::preBind, before it was Events::onCoreController, Events::onPreBind, we now have more context.
2011-05-26 11:55:07 +02:00
..
Bundle [HttpKernel] allowed bundle names to have 'bundle' in their base name 2011-04-28 08:55:43 +02:00
CacheWarmer [FrameworkBundle] refactored the cache:clear command 2011-03-21 11:03:55 +01:00
Config [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Controller [HttpKernel] added support for controllers as arrays and object with an __invoke method 2011-04-16 16:26:15 +02:00
DataCollector made request data collector more robust when the user got the request content as a resource 2011-04-19 14:02:32 +02:00
Debug [HttpKernel] fixed previous commit 2011-05-13 14:18:58 +02:00
DependencyInjection removed the automatic loading of the compiled classes (should be done explicitely by the end user now) 2011-04-28 14:19:10 +02:00
Event fixed phpdoc 2011-03-17 16:02:36 +01:00
Exception renamed getPreviouses() to getAllPrevious 2011-04-24 01:08:15 +02:00
HttpCache [HttpCache] fixed typo 2011-05-18 18:40:36 +02:00
Log [HttpKernel] Removed log() from the LoggerInterface as the priority can not be safely determined across implementations 2011-05-02 19:04:49 +02:00
Profiler SQLite -> SQLite3 2011-05-25 05:51:48 -07:00
Test [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Util [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Client.php [HttpKernel] made some minor tweaks 2011-04-24 08:44:29 +02:00
CoreEvents.php Update Core and Security events to latest model 2011-05-26 11:55:07 +02:00
HttpKernel.php Update Core and Security events to latest model 2011-05-26 11:55:07 +02:00
HttpKernelInterface.php [HttpKernel] made some minor tweaks 2011-04-24 08:44:29 +02:00
Kernel.php [HttpKernel] moved the creation of logs/ and cache/ ealier to be sure that directories exist when extensions want to write something into them 2011-05-13 15:23:20 +02:00
KernelInterface.php merged vicb/kernel 2011-03-16 21:30:23 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ResponseListener.php [HttpKernel] moved from protected to private 2011-03-23 19:47:16 +01:00