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-05-13 15:23:20 +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 [HttpKernel] fixed default ESI cache strategy when the page does not contain ESIs 2011-05-12 13:54:48 +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 [HttpKernel] Fix to disable busyTimeout if it does not exist. 2011-05-11 17:09:59 -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
Events.php Fixed various typo 2011-04-22 23:12:50 +00:00
HttpKernel.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00: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