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-02 12:27:30 +01:00
..
ChoiceList [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
Config [Form] Refactored contents of FormFactory into individual FieldConfig classes 2011-03-02 12:20:30 +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
EventListener [Form] Added EventListener implementation and moved CollectionField to factory 2011-03-01 15:18:55 +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 Merge remote branch 'symfony/master' into experimental 2011-03-02 12:27:30 +01:00
Filter [Form] Refactored contents of FormFactory into individual FieldConfig classes 2011-03-02 12:20:30 +01:00
Renderer [Form] Removed notion of "hidden" fields 2011-02-28 17:01:11 +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] Implemented generic data filter hooks 2011-03-01 14:19:28 +01:00
Configurable.php [Standards] Changing many instances of "boolean" to "Boolean". 2011-01-21 09:53:24 +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
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
Events.php Merge remote branch 'symfony/master' into experimental 2011-03-02 12:27:30 +01:00
Field.php [Form] Added EventListener implementation and moved CollectionField to factory 2011-03-01 15:18:55 +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] Removed notion of "hidden" fields 2011-02-28 17:01:11 +01:00
Filters.php [Form] Implemented generic data filter hooks 2011-03-01 14:19:28 +01:00
Form.php Merge remote branch 'symfony/master' into experimental 2011-03-02 12:27:30 +01:00
FormFactory.php [Form] Refactored contents of FormFactory into individual FieldConfig classes 2011-03-02 12:20:30 +01:00
FormFactoryInterface.php [Form] Refactored contents of FormFactory into individual FieldConfig classes 2011-03-02 12:20:30 +01:00
FormInterface.php [Form] Merged classes FieldGroup and Form for simplicity 2011-02-01 15:27:12 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
PropertyPath.php Merge remote branch 'symfony/master' into experimental 2011-03-02 12:27:30 +01:00
PropertyPathIterator.php [Standards] Changing many instances of "boolean" to "Boolean". 2011-01-21 09:53:24 +01:00
RecursiveFieldIterator.php [Form] Merged classes FieldGroup and Form for simplicity 2011-02-01 15:27:12 +01:00