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
Bernhard Schussek 2a49449862 [Form] Simplified CSRF mechanism and removed "csrf" type
CSRF fields are now only added when the view is built. For this reason we already know if
the form is the root form and avoid to create unnecessary CSRF fields for nested fields.
2012-04-17 16:44:38 +02:00
..
CacheWarmer moved WarmableInterface to the HttpKernel component 2011-10-23 09:47:17 +02:00
Command [FrameworkBundle] fixed translation:update command description. 2012-04-11 08:57:57 +02:00
Console [Console] Enable process isolantion in Shell 2012-02-02 10:09:00 +01:00
Controller merged 2.0 2012-04-06 14:21:18 +02:00
DataCollector fixed exception in the profile/WDT when no route matches 2012-02-12 13:51:16 +01:00
DependencyInjection [FrameworkBundle] Make session save path configurable 2012-04-13 10:48:56 +02:00
EventListener [HttpFoundation][FrameworkBundle] Separate out mock session storage and stop polluting global namespace. 2012-03-14 20:32:06 +05:45
HttpCache [FrameworkBundle] fixed name collision 2012-04-13 09:04:04 +02:00
Resources [Form] Simplified CSRF mechanism and removed "csrf" type 2012-04-17 16:44:38 +02:00
Routing [FrameworkBundle] Fix a bug in the RedirectableUrlMatcher 2012-02-24 11:26:41 +01:00
Templating [HttpFoudation] CS, more tests and some optimization. 2012-03-15 12:15:54 +05:45
Test added kernel shutdown before create client, fixed and stashed 2012-03-29 11:34:12 +02:00
Tests [Form] Simplified CSRF mechanism and removed "csrf" type 2012-04-17 16:44:38 +02:00
Translation [FrameworkBundle] fixed previous commit 2011-12-08 08:13:12 +01: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 Removed version field 2012-02-27 09:59:20 +01:00
FrameworkBundle.php added cache clear hook 2011-12-19 12:17:48 -06:00
HttpKernel.php updated license blocks 2012-03-31 18:00:32 -03:00