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
Fabien Potencier 7b7e83f428 removed js and css helpers and Twig integration
These helpers have been removed as they do not work as expected.
Among other things, the order is not the right one when using PHP
templates, and adding assets from an included template is not
possible when using Twig templates.

This should be replaced by integrating a third-party library that
manages assets: minification, compilation, packaging, ...
2011-01-04 14:07:25 +01:00
..
Cache Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Command added ACL system to the Security Component 2010-12-31 09:25:53 +01:00
Console [Console] Symfony 2 or Symfony2 ? 2010-12-11 22:06:47 +01:00
Controller [FrameworkBundle] Moved the adding of Converter tags to a CompilerPass by suggestion of schmittjoh. 2010-12-23 11:08:19 +01:00
DataCollector Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Debug Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
DependencyInjection added ACL system to the Security Component 2010-12-31 09:25:53 +01:00
Request/ParamConverter [FrameworkBundle] Optimized param converter manager 2010-12-30 16:56:21 +01:00
Resources removed js and css helpers and Twig integration 2011-01-04 14:07:25 +01:00
Routing [FrameworkBundle] converted the special routing resolver to a DIC compiler pass 2010-12-23 12:55:58 +01:00
Templating [TwigBundle] added request and session as global variables 2011-01-04 14:03:41 +01:00
Test [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +01:00
Tests tweaked DI container 2010-12-30 15:59:52 +01:00
Translation fixed various bugs 2010-11-26 14:46:53 +01:00
Util Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Validator [FrameworkBundle] updated constraint validator factory to work with non-DIC validators 2010-10-16 08:34:44 +02:00
Client.php [DependencyInjection] optimized compiled containers 2010-11-23 22:43:09 +01:00
EventDispatcher.php [EventDispatcher] removed the possibility to remove one listener for an event 2010-11-15 23:14:36 +01:00
FrameworkBundle.php [Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected 2011-01-03 22:07:04 +01:00
RequestListener.php made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00