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 9a4da005a2 Merge remote branch 'bschussek/form-extensions'
* bschussek/form-extensions:
  [Form] Refactored code from CoreExtension to new ValidatorExtension
  [Form] Added FormTypeExtensionInterface
  [Form] Reorganized code into "form extensions"
2011-04-23 09:11:25 +02:00
..
CacheWarmer removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
Command [FrameworkBundle] Removing unnecessary and buggy functionality from ContainerDebugCommand 2011-04-19 17:01:22 -05:00
Console fixed unit tests (broken by previous commit) 2011-04-19 14:10:41 +02:00
Controller [Routing] added support for _scheme requirement 2011-04-20 10:49:32 +02:00
DataCollector made the controller name in the WDT clickable 2011-03-18 16:09:21 +01:00
Debug Merge branch 'master' into form-frameworkbundle-form-guessers-fix 2011-04-21 23:03:40 -03:00
DependencyInjection Merge remote branch 'bschussek/form-extensions' 2011-04-23 09:11:25 +02:00
Form [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
HttpCache Add a public getter for the Esi instance 2011-03-28 13:45:23 +02:00
Profiler Add (Boolean) cast to constructor arguments 2011-03-29 17:39:47 +02:00
Resources Merge remote branch 'bschussek/form-extensions' 2011-04-23 09:11:25 +02:00
Routing replaced array for request context in Routing by a RequestContext class 2011-04-20 14:19:32 +02:00
Templating Merge branch 'master' into form-frameworkbundle-form-guessers-fix 2011-04-21 23:03:40 -03:00
Test fixed session management in functional tests 2011-04-13 23:11:25 +02:00
Tests [FrameworkBundle][Windows] Fixed testValidationPaths on windows 2011-04-22 20:49:09 +00:00
Translation refactored ConfigCache and optimized container:debug task 2011-03-14 18:37:25 +01:00
Util moved the Filesystem class form FrameworBundle to HttpKernel (refactored it slightly) 2011-03-26 08:37:10 +01:00
Validator replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Client.php [FrameworkBundle] made possible to interact with the Kernel/Container after a request in functional tests 2011-04-19 22:55:39 +02:00
ContainerAwareEventDispatcher.php [FrameworkBundle] Added a test for listener services not available in the current scope 2011-04-20 09:56:44 +02:00
FrameworkBundle.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
HttpKernel.php [FrameworkBundle] made ESI URL relative as allowed by the spec (no need to generate absolute URLs) 2011-04-21 18:54:01 +02:00
RequestListener.php [FrameworkBundle] added the current locale as the default value for _locale when generating routes 2011-04-20 23:03:01 +02:00