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-07-28 12:16:57 +02:00
..
Event fixed CS 2011-06-08 12:16:48 +02:00
Exception [Form] simplified previous merge and fixed unit test 2011-07-04 12:13:46 +02:00
Extension Patched src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php to throw an exception when an invalid date is passed for transformation (e.g. 31st February) 2011-07-28 12:16:57 +02:00
Guess fixed CS 2011-06-08 12:16:48 +02:00
Resources/config [Form] Fix DelegatingValidator namespace 2011-04-23 23:20:56 -07:00
Util [Form] removed a constraint in PropertyPath as the path can definitely be an empty string for errors attached on the main form (when using a constraint defined with the 'validation_constraint' option) 2011-07-16 00:34:50 +02:00
AbstractExtension.php Remove useless code 2011-07-04 14:08:20 +02:00
AbstractType.php Removed the magical guessing of the type name to avoid WTF issues 2011-07-06 14:20:59 +02:00
AbstractTypeExtension.php Merge branch 'master' into form-phpdoc-2 2011-05-15 19:24:09 +02:00
CallbackTransformer.php fixed CS 2011-06-08 12:16:48 +02:00
CallbackValidator.php fixed CS 2011-06-08 12:16:48 +02:00
DataMapperInterface.php fixed CS 2011-06-08 12:16:48 +02:00
DataTransformerInterface.php fixed CS 2011-06-08 12:16:48 +02:00
Form.php [Form] Changed collection prototype rendering. 2011-07-22 11:01:55 +02:00
FormBuilder.php [EventDispatcher] added a way to set the priority for event subscribers 2011-06-14 14:40:27 +02:00
FormError.php Better docstring for FormError constructor 2011-07-09 16:14:57 +02:00
FormEvents.php removed the ON_ prefix for Form event names 2011-05-31 07:19:18 +02:00
FormExtensionInterface.php [Form] phpDoc 2011-05-13 11:00:04 +02:00
FormFactory.php [Form] added a form type name validator 2011-07-07 09:16:13 +02:00
FormFactoryInterface.php [Various] Fixed phpdoc 2011-05-29 23:33:36 +00:00
FormInterface.php [Form] phpDoc 2011-05-13 11:00:04 +02:00
FormTypeExtensionInterface.php fixed CS 2011-06-08 12:16:48 +02:00
FormTypeGuesserChain.php fixed CS 2011-06-08 12:16:48 +02:00
FormTypeGuesserInterface.php fixed CS 2011-06-08 12:16:48 +02:00
FormTypeInterface.php fixed CS 2011-06-08 12:16:48 +02:00
FormValidatorInterface.php fixed CS 2011-06-08 12:16:48 +02:00
FormView.php [Form] minor code simplification 2011-06-09 13:24:55 -03:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ReversedTransformer.php [Form] Fix the ReversedTransform class 2011-05-10 20:25:22 +02:00