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/Bundle/FrameworkBundle
2011-12-09 10:35:15 +01:00
..
CacheWarmer simplified cache warmers 2011-06-07 11:42:27 +02:00
Command removed unused use statements 2011-10-29 11:56:30 +02:00
Console fixed CS 2011-06-08 12:12:55 +02:00
Controller removed unused use statements 2011-10-29 11:56:30 +02:00
DataCollector Renamed core.* events to kernel.* and CoreEvents to KernelEvents 2011-06-21 16:35:14 +02:00
Debug [FrameworkBundle] Changed TraceableEventDispatcher to log calls to event listeners _before_ actually calling them 2011-07-23 10:49:25 +02:00
DependencyInjection removed unused use statements 2011-11-24 07:16:14 +01:00
EventListener removed unused use statements 2011-11-24 07:16:14 +01:00
HttpCache removed unused use statements 2011-10-29 11:56:30 +02:00
Resources [FrameworkBundle] fixed unescaped file_link_format parameter in CodeHelper that made the functional tests fail when checking a 4xx page. The generated file link format used in an HTML stack trace didn't contain an escaped ampersand (&) character. The resulting HTML code was not validable against its DTD and so the Crawler made the tests fail when checking a 4xx page. 2011-12-01 10:53:50 +01:00
Routing Fix for {@inheritdoc} phpDoc tag. 2011-09-28 10:00:17 +03:00
Templating [FrameworkBundle] Improve the TemplateLocator exception message 2011-12-09 10:35:15 +01:00
Test fixing WebTastCase when kernel is not found and improving exception message 2011-11-04 18:29:15 +01:00
Tests [FrameworkBundle] Improve the TemplateLocator exception message 2011-12-09 10:35:15 +01:00
Translation removed unused use statements 2011-10-29 11:56:30 +02:00
Validator removed unused use statements 2011-10-29 11:56:30 +02:00
Client.php added missing ' escaping 2011-07-22 13:37:23 +02:00
composer.json Fix doctrine requirement 2011-11-23 18:24:40 +01:00
ContainerAwareEventDispatcher.php Fix Method ContainerAwareEventDispatcher::hasListeners 2011-08-31 10:39:33 +02:00
FrameworkBundle.php moved the Exception listener from FrameworkBundle to TwigBundle as it relies on Twig being enabled 2011-07-21 19:24:04 +02:00
HttpKernel.php [FrameworkBundle] fixed a unit test 2011-11-12 09:17:56 +01:00