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 b32a7e935a simplified code
2011-04-13 23:18:28 +02:00
..
Bundle [HttpKernel][Windows] Removed useless DIRECTORY_SEPARATOR conversion 2011-04-06 17:30:32 +00:00
CacheWarmer [FrameworkBundle] refactored the cache:clear command 2011-03-21 11:03:55 +01:00
Config [HttpKernel] moved from protected to private 2011-03-23 19:47:16 +01:00
Controller [HttpKernel] moved from protected to private 2011-03-23 19:47:16 +01:00
DataCollector [HttpFoundation] renamed Cookie::getExpire() to getExpiresTime() to be consistent with the DomCrawler component 2011-04-13 20:10:39 +02:00
Debug [HttpKernel] removed unused class 2011-04-01 10:50:12 +02:00
DependencyInjection Merge remote branch 'lsmith77/default_namespace2' 2011-04-04 18:46:30 +02:00
Event fixed phpdoc 2011-03-17 16:02:36 +01:00
Exception [HttpKernel] fixed typo 2011-03-25 07:19:02 +01:00
HttpCache [HttpKernel] private $traces property was not initialized to an empty array. When using the getLog() method to debug traces, it led to a warning in the apache error log. 2011-04-13 14:24:53 +02:00
Log replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Profiler [HttpKernel] moved from protected to private 2011-03-23 19:47:16 +01:00
Test replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Util Fix Filesystem->mkdir return value 2011-03-27 19:17:13 +02:00
Client.php [HttpKernel] added support for cookies in Client 2011-04-13 20:25:35 +02:00
Events.php renamed filterCore* to onCore* 2011-03-17 17:01:59 +01:00
HttpKernel.php [HttpKernel] Wrapping the end of handleException() in a try-catch to prevent response listeners from throwing another exception 2011-04-01 18:01:36 -05:00
HttpKernelInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Kernel.php simplified code 2011-04-13 23:18:28 +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