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/tests/Symfony/Tests/Component/Form
Bernhard Schussek 02d2121dcd [Form] Improved rendering
Fields are not available in the templates anymore. Instead, all required information can be
accessed through view variables.

Example usage of helpers and variables in a form theme:

// use the label helper
{{ this.label('my label') }}

// use the label variable
{{ this.vars.label }}
{{ label }}

Example usage of helpers and variables in a normal template:

// use the label helper
{{ field.label('my label') }}

// use the label variable
{{ field.vars.label }}
2011-02-28 16:50:23 +01:00
..
CsrfProvider [Form][Validator] Fixed indentation 2011-01-26 10:36:10 +01:00
FieldFactory [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
Fixtures Merge branch 'bugfix' into experimental 2011-02-24 13:17:53 +01:00
ValueTransformer [Form] Fixed DateTimeToLocalizedStringTransformerTest 2011-02-24 10:05:35 +01:00
ChoiceFieldTest.php [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
CollectionFieldTest.php [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
CountryFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
DateFieldTest.php Merge branch 'bugfix' into experimental 2011-02-24 13:17:53 +01:00
DateTimeFieldTest.php [Form] Ported DateTimeField to FormFactory 2011-02-23 23:34:25 +01:00
DateTimeTestCase.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
DoctrineOrmTestCase.php [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
EntityChoiceFieldTest.php [Form] Fixed EntityChoiceFieldTest 2011-02-24 16:26:57 +01:00
FieldTest.php Merge branch 'bugfix' into experimental 2011-02-24 13:17:53 +01:00
FileFieldTest.php [Form] Refactored FileField to FormFactory and fixed file upload mechanism 2011-02-24 20:47:48 +01:00
FormTest.php [Form] Improved rendering 2011-02-28 16:50:23 +01:00
HiddenFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
IntegerFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
LanguageFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
LocaleFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
LocalizedTestCase.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
PasswordFieldTest.php [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory 2011-02-23 14:11:18 +01:00
PropertyPathTest.php [Form] Fixed: PropertyPath always requires arrays or objects. Forms now always store arrays or objects as transformed data, even when they were bound empty 2011-02-24 12:22:00 +01:00
RepeatedFieldTest.php [Form] Refactored RepeatedField to FormFactory 2011-02-24 16:54:34 +01:00
TestCase.php [Form] Registered FormFactory in the DIC 2011-02-24 21:27:44 +01:00
TimeFieldTest.php [Form] Fixed failing DateFieldTest and TimeFieldTest 2011-02-24 16:19:59 +01:00
TimezoneFieldTest.php [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00
UrlFieldTest.php [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 2011-02-23 14:11:18 +01:00