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
Fabien Potencier cdf6851eb3 fixed merge
2011-02-27 21:16:13 +01:00
..
CsrfProvider [Form] Implemented FormFactory::buildDefault() to ease the use of the new CSRF implementation without the DIC 2011-01-25 11:31:04 +01:00
Exception [Form] Removed Form::isBound(). Form::bind() is only a shortcut method now, use Form::isSubmitted() if you want to find out whether a form was submitted. 2011-02-02 14:46:33 +01:00
FieldFactory Fixed CS 2011-02-27 20:56:29 +01:00
Resources/config [Form] Fixed: If a DateField or TimeField is displayed with select boxes, either all or no select box must have a value selected 2011-02-16 23:05:22 +01:00
ValueTransformer [Form] Fixed date handling classes to use server timezone by default 2011-02-16 23:05:22 +01:00
BirthdayField.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
CheckboxField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00
ChoiceField.php [Form] Removed useless else 2011-02-27 18:36:37 +01:00
CollectionField.php [Form] Fixed prototype option in CollectionField 2011-02-02 17:52:58 +01:00
Configurable.php [Standards] Changing many instances of "boolean" to "Boolean". 2011-01-21 09:53:24 +01:00
CountryField.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
DataError.php [Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups" 2011-02-02 15:25:05 +01:00
DateField.php [Form] Fixed date handling classes to use server timezone by default 2011-02-16 23:05:22 +01:00
DateTimeField.php [Form] Fixed date handling classes to use server timezone by default 2011-02-16 23:05:22 +01:00
EntityChoiceField.php [Form] Fixed typo 2011-02-26 20:02:06 +01:00
Error.php [Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups" 2011-02-02 15:25:05 +01:00
Field.php [Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty 2011-02-16 23:05:21 +01:00
FieldError.php [Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups" 2011-02-02 15:25:05 +01:00
FieldInterface.php [Form] Added method FieldInterface::isEmpty() 2011-02-16 23:05:21 +01:00
FileField.php [Form] Removed unnecessary code 2011-02-09 15:49:05 +01:00
Form.php [Form] Removed useless else 2011-02-27 18:36:37 +01:00
FormContext.php [Form] Removed FormFactory and improved the form instantiation process 2011-02-01 15:27:12 +01:00
FormContextInterface.php [Form] Removed FormFactory and improved the form instantiation process 2011-02-01 15:27:12 +01:00
FormInterface.php [Form] Merged classes FieldGroup and Form for simplicity 2011-02-01 15:27:12 +01:00
HiddenField.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
HybridField.php [Form] Removed useless else 2011-02-27 18:36:37 +01:00
IntegerField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00
LanguageField.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
LocaleField.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
MoneyField.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
NumberField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00
PasswordField.php [Form] Changed semantics of a "bound" form 2011-02-01 15:27:12 +01:00
PercentField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00
PropertyPath.php [Form] Removed useless else 2011-02-27 18:36:37 +01:00
PropertyPathIterator.php [Standards] Changing many instances of "boolean" to "Boolean". 2011-01-21 09:53:24 +01:00
RadioField.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
RecursiveFieldIterator.php [Form] Merged classes FieldGroup and Form for simplicity 2011-02-01 15:27:12 +01:00
RepeatedField.php [Form] Fixed RepeatedField not to trigger NotNull/NotBlank errors if any of the fields was filled in 2011-02-03 13:28:29 +01:00
TextareaField.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
TextField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00
TimeField.php [Form] Fixed date handling classes to use server timezone by default 2011-02-16 23:05:22 +01:00
TimezoneField.php [Form] Moved option 'empty_value' to ChoiceField. An empty value is displayed if the field is not required. 2011-01-28 09:22:06 +01:00
ToggleField.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
UrlField.php [Form] Adding PHPDoc to many Field objects and making other small changes: 2011-01-25 11:10:25 +01:00