Fabien Potencier 1e983a6115 moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page) vor 14 Jahren
..
Fixtures 3127312139 [Form] Added option 'value_transformer' and 'normalization_transformer' to Field class vor 14 Jahren
ValueTransformer f5b451f5b9 [Form] Fixed MoneyToLocalizedStringTransformer and added tests vor 14 Jahren
ChoiceFieldTest.php eaef939141 [Form] Changed value transformers to be responsible for processing empty values to be able to chain them properly. This change fixes the bug that DateField did not return NULL when submitted without values vor 14 Jahren
CollectionFieldTest.php bda264bb81 [Form] Removed invalid unit test vor 14 Jahren
DateFieldTest.php 6c7fab212b [Form] Added validation of years, months and days to DateField vor 14 Jahren
DateTimeFieldTest.php 2525998f6e replaced form field rendering with plain templates vor 14 Jahren
DateTimeTestCase.php bf82cf42dd renamed Symfony\Components to Symfony\Component vor 14 Jahren
FieldGroupTest.php f9e830caa2 [Form] Added hook method preprocessData() to FieldGroup vor 14 Jahren
FieldTest.php e0d6aad5f4 [Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors vor 14 Jahren
FileFieldTest.php 30ccd0b794 [Form] fixed unit test paths vor 14 Jahren
FormTest.php 1e983a6115 moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page) vor 14 Jahren
HiddenFieldTest.php 2525998f6e replaced form field rendering with plain templates vor 14 Jahren
IntegerFieldTest.php bf82cf42dd renamed Symfony\Components to Symfony\Component vor 14 Jahren
LocalizedTestCase.php bf82cf42dd renamed Symfony\Components to Symfony\Component vor 14 Jahren
PropertyPathTest.php 23ac47e011 [Form] Added support for __get and __set in PropertyPath vor 14 Jahren
RepeatedFieldTest.php bf82cf42dd renamed Symfony\Components to Symfony\Component vor 14 Jahren
TimeFieldTest.php 72dcee594a [Form] Added validiation of hours, minutes and seconds to TimeField vor 14 Jahren
UrlFieldTest.php 733290c112 [Form] Implemented UrlField vor 14 Jahren