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/Component/Form
2010-10-22 08:30:14 +02:00
..
Configurator Removed unnecessary "public" from interface method signatures. 2010-10-18 16:55:09 +02:00
Exception [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
Iterator [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
Resources/config [Form] Added validiation of hours, minutes and seconds to TimeField 2010-10-22 08:30:14 +02:00
ValueTransformer [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 2010-10-22 08:30:13 +02:00
BirthdayField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
CheckboxField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
ChoiceField.php Added and tested EntityToIDTransformer to transform Many-To-One and One-To-One entities into their identifier values 2010-10-06 14:16:55 +02:00
CollectionField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
Configurable.php Optimize some code in Form/Configurable, Have ChoiceField always pass data to transformers, implemented and fully unit-tested two Doctrine ORM specific transformers that do Collection to String/Choice Transformations 2010-10-06 14:16:51 +02:00
DateField.php [Form] Added validation of years, months and days to DateField 2010-10-22 08:30:13 +02:00
DateTimeField.php [Form] Separated value transformers from normalization transformers. 2010-10-22 08:30:13 +02:00
Field.php [Form] Separated value transformers from normalization transformers. 2010-10-22 08:30:13 +02:00
FieldGroup.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
FieldGroupInterface.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
FieldInterface.php Removed unnecessary "public" from interface method signatures. 2010-10-18 16:55:09 +02:00
FileField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
Form.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
HiddenField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
HybridField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
InputField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
IntegerField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
Localizable.php Removed unnecessary "public" from interface method signatures. 2010-10-18 16:55:09 +02:00
MoneyField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
NumberField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
PasswordField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
PercentField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
PropertyPath.php [Form] readPropertyPath should return null instead of empty array 2010-10-13 08:17:05 +02:00
PropertyPathIterator.php [Form] Refactored logic to read and set values from Field to PropertyPath 2010-10-11 12:52:10 +02:00
RadioField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
RepeatedField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
TextareaField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
TextField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
TimeField.php [Form] Added validiation of hours, minutes and seconds to TimeField 2010-10-22 08:30:14 +02:00
TimezoneField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
ToggleField.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
UrlField.php [Form] Implemented UrlField 2010-10-22 08:30:13 +02:00