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-25 00:19:00 +01:00
..
ChoiceList [Form] [DoctrineBridge] Move EntityType and DoctrineTypeLoader into Doctrine Bridge 2011-03-24 22:43:00 +01:00
CsrfProvider [Form] Renamed submit() to bind() 2011-03-17 14:55:26 +01:00
DataMapper [Form] Improved internal structore of PropertyPathMapper 2011-03-24 00:15:59 +01:00
DataTransformer [Form] [DoctrineBridge] Move EntityType and DoctrineTypeLoader into Doctrine Bridge 2011-03-24 22:43:00 +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] [DoctrineBridge] Move EntityType and DoctrineTypeLoader into Doctrine Bridge 2011-03-24 22:43:00 +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] Fixed: vars are initialized when ThemeRenderer::getVars() is accessed 2011-03-25 00:16:23 +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] CSRF token is now only validated for root form 2011-03-25 00:19:00 +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] Introduced renderer theme factories so that themes can be changed during runtime 2011-03-24 14:27:21 +01:00
Events.php [Form] Renamed events to match terminology in Field 2011-03-19 16:59:23 +01:00
Form.php [Form] Fixed: Bubbling errors are caught correctly 2011-03-25 00:18:58 +01:00
FormBuilder.php [Form] Forms now remember the types used during their construction 2011-03-24 16:16:31 +01:00
FormError.php [Form] Removed obsolete classes Error and DataError 2011-03-21 21:19:31 +01:00
FormFactory.php [Form] Forms now remember the types used during their construction 2011-03-24 16:16:31 +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] Missing methods from interfaces 2011-03-22 22:20:14 +00: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