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-03-23 17:12:04 +01:00
..
ChoiceList Merge branch 'event-manager' into experimental 2011-03-13 21:04:24 +01:00
CsrfProvider [Form] Renamed submit() to bind() 2011-03-17 14:55:26 +01:00
DataMapper [Form] Implemented custom mapping of data errors to form fields 2011-03-22 01:15:48 +01:00
DataTransformer [Form] Fixed order of input and output timezone to a more natural one 2011-03-23 17:12:04 +01:00
Event [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 2011-03-20 13:35:19 +01:00
EventListener [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 2011-03-20 13:35:19 +01:00
Exception [Form] Added support for types that are not registered in the DIC. These are identified by their FQ class name. 2011-03-22 12:33:15 +01:00
Renderer [Form] Improved naming of various interfaces. Renamed DefaultRenderer to ThemeRenderer 2011-03-21 20:57:38 +01:00
Resources/config [Form] Renamed Form::isTransformationSuccessful() to isSynchronized(). This method now indicates whether the data in the different representations is synchronized. Moved 'invalid' error to DefaultValidator 2011-03-22 02:03:22 +01:00
Type [Form] Fixed order of input and output timezone to a more natural one 2011-03-23 17:12:04 +01:00
Validator [Form] Renamed Form::isTransformationSuccessful() to isSynchronized(). This method now indicates whether the data in the different representations is synchronized. Moved 'invalid' error to DefaultValidator 2011-03-22 02:03:22 +01:00
DefaultFormFactory.php [Form] Renamed FieldTypeInterface to FormTypeInterface 2011-03-22 12:36:41 +01:00
Events.php [Form] Renamed events to match terminology in Field 2011-03-19 16:59:23 +01:00
Form.php [Form] Renamed Form::isTransformationSuccessful() to isSynchronized(). This method now indicates whether the data in the different representations is synchronized. Moved 'invalid' error to DefaultValidator 2011-03-22 02:03:22 +01:00
FormBuilder.php [Form] Implemented custom mapping of data errors to form fields 2011-03-22 01:15:48 +01:00
FormError.php [Form] Removed obsolete classes Error and DataError 2011-03-21 21:19:31 +01:00
FormFactory.php [Form] Renamed FieldTypeInterface to FormTypeInterface 2011-03-22 12:36:41 +01:00
FormFactoryInterface.php [Form] Renamed field configs to types. Everywhere else, we are referring to the name of the type as 'type' now (was 'identifier') 2011-03-18 16:20:00 +01:00
FormInterface.php [Form] Moved previously skipped tests from FormTypeTest to FormTest and fixed them 2011-03-22 01:40:02 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
PropertyPath.php [Form] Implemented custom mapping of data errors to form fields 2011-03-22 01:15:48 +01:00
PropertyPathIterator.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
VirtualFormIterator.php [Form] Implemented custom mapping of data errors to form fields 2011-03-22 01:15:48 +01:00