master
click here to add a description
click here to add a homepage
removed Symfony\Framework
[HttpKernel] added Closure support to ControllerResolver
[Process] added a Process:isSucessful() method
[Console] Added some tests for command shortcuts
[Console] Fixed invalid help command shortcut
[Validator] Remove leading '@' when validating email domain MX record
[FrameworkBundle] made csrf_secret parameter optional
[Form] Add new fields in CollectionField::setData()
[Form] Remove support for ArrayObject as ChoiceField's choices option
added a way to activate CSRF protection from the configuration
reverted "[Form] fixed default CSRF token generation as a token must be tied to the user somewhat"
[Form] fixed default CSRF token generation as a token must be tied to the user somewhat
[Form] set file field as multipart
[HttpFoundation] fixed request files handling
[Form] added missing use statement
[DoctrineMongoDBBundle] Move test configuration fixtures to Resource/config/doctrine/metadata/orm/
[DoctrineBundle] Move test configuration fixtures to Resource/config/doctrine/metadata/orm/
[DoctrineMongoDBBundle] fix mapping dirs
[DoctrineBundle] fix mapping dirs
[DoctrineBundle] BC break - Load metadata files in Resources/config/doctrine/metadata/orm/
[Form] FieldGroup::addError() can now map errors to fields within nested FieldGroups
[Form] CollectionField::setData() should remove old fields missing from new data
[Form] Test case for binding a collection of field groups with an ArrayObject of objects.
[Form] Fixed testBindSingleExpanded (was testing multiple, non-expanded)
[Form] ChoiceField tests for numeric choices
[Form] ChoiceField test for using ArrayObject as choices option
[Form] Replace unset() with non-destructive logic in case the "choices" option is an object.
[Form] removed obsolete use statements
[HttpFoundation] moved File Component into the HttpFoundation one
fixed file upload
[Form] added a FileField
[Form] fixed Form::bind() when no values are submitted
[Validator] fixed Xliff loader to use forward slashes in file path
[Process] made cwd argument optional
Set parameter required for --dm option on ODM console commands.