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-04-18 15:07:12 +02:00
..
ChoiceList [Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433 2011-04-15 12:26:07 +02:00
CsrfProvider [Form] Renamed submit() to bind() 2011-03-17 14:55:26 +01:00
DataMapper [Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util 2011-03-27 15:37:13 +02:00
DataTransformer [Form] Renamed ChoiceUtil to FormUtil and gave its methods more general names 2011-04-18 15:07:12 +02:00
Event [Form] Replaced various occurences of 'field' by 'form' 2011-03-25 02:12:01 +01:00
EventListener [Form] Removed StripTagsListener. Its implementation is insufficient and needs to be replaced by a better one. 2011-04-18 14:19:20 +02: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
Resources/config [Form] Removed obsolete constraints from validation.xml 2011-04-18 12:57:19 +02:00
Type [Form] added a way to specify the form constraint when building the form (useful if you work with arrays instead of objects) 2011-04-18 14:09:29 +02:00
Util [Form] Renamed ChoiceUtil to FormUtil and gave its methods more general names 2011-04-18 15:07:12 +02:00
Validator [Form] added a way to specify the form constraint when building the form (useful if you work with arrays instead of objects) 2011-04-18 14:09:29 +02:00
Events.php [Form] Renamed 'filter' listeners to 'on' to match naming conventions across the framework 2011-04-15 10:57:32 +02:00
Form.php [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
FormBuilder.php [Form] Passing FormFactory to FormBuilder in its constructor 2011-04-14 15:25:30 +02:00
FormError.php [Form] Removed obsolete classes Error and DataError 2011-03-21 21:19:31 +01:00
FormFactory.php [Form] AbstractType::getName() improvement 2011-04-15 18:58:15 +02:00
FormFactoryInterface.php [Form] moved the template context creation to the Form class 2011-04-13 09:31:13 +02:00
FormInterface.php [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
FormView.php [Form] Renamed ChoiceUtil to FormUtil and gave its methods more general names 2011-04-18 15:07:12 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00