Bernhard Schussek 364b0f5208 [Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances 14 年之前
..
CsrfProvider 8c423edfef replaced symfony-project.org by symfony.com 14 年之前
DataMapper 6825ea2489 [Form] Improved test coverage of PropertyPathMapper 14 年之前
DataTransformer 08a09240f6 [Form] Fixed order of input and output timezone to a more natural one 14 年之前
EventListener 9b1b8cbffa [Form] Replaced various occurences of 'field' by 'form' 14 年之前
Fixtures 2dbb41714a [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 14 年之前
Renderer b21929423e [Form] Completely removed the fields variable in the renderer. The renderer itself supports ArrayAccess and Traversable 14 年之前
Type dc38eeffe3 [Form] Changed the default value of the 'property_path' option to NULL. Explicitely set it to '' or false to disable mapping for a field/form 14 年之前
Validator e3ac248617 [Form] Errors are mapped to subforms correctly and bubble up again if necessary 14 年之前
FormBuilderTest.php 364b0f5208 [Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances 14 年之前
FormFactoryTest.php fae319e77a [Form] Renderers are now created explicitely using FormFactory::createRenderer(). This improves performance on requests where a form does not need to be rendered 14 年之前
FormInterface.php 2dbb41714a [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 14 年之前
FormTest.php 16d65f6f16 [Form] Moved previously skipped tests from FormTypeTest to FormTest and fixed them 14 年之前
PropertyPathTest.php 9b1b8cbffa [Form] Replaced various occurences of 'field' by 'form' 14 年之前