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
2011-02-09 15:49:05 +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 fix validator class metadata warning 2011-02-02 11:37:41 +01:00
Resources/config [Form] Fixed form validation 2011-02-03 13:21:44 +01:00
ValueTransformer [Form] Cleaned up ValueTransformerInterface 2011-02-06 19:46:29 +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] Changed semantics of a "bound" form 2011-02-01 15:27:12 +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] Added Form option "by_reference" so that objects received from parent forms are modified by reference when this option is true (the default) 2011-02-06 19:46:28 +01:00
DateTimeField.php [Form] Added Form option "by_reference" so that objects received from parent forms are modified by reference when this option is true (the default) 2011-02-06 19:46:28 +01:00
EntityChoiceField.php fix variable name 2011-02-02 11:30:30 +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] 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
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 some fixes by just "blindly" trying to make phpStorm code analysis happier 2011-02-04 19:30:28 +01:00
FileField.php [Form] Removed unnecessary code 2011-02-09 15:49:05 +01:00
Form.php [Form] Fixed: "data_constructor" option is used even if "data_class" option is not set 2011-02-08 04:14:56 +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] Changed semantics of a "bound" form 2011-02-01 15:27:12 +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
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 [Validator] Fixed PropertyPath to read array indices with special characters 2011-02-03 11:28:51 +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] Added Form option "by_reference" so that objects received from parent forms are modified by reference when this option is true (the default) 2011-02-06 19:46:28 +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