.. |
ChoiceList
|
c9c8b5c98e
[Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433
|
14 years ago |
CsrfProvider
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 years ago |
DataMapper
|
edfae73cd4
[Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util
|
14 years ago |
DataTransformer
|
2ea68dfcd2
[Form] Improved test coverage of NumberToLocalizedStringTransformer
|
14 years ago |
EventListener
|
9582221862
[Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40
|
14 years ago |
Fixtures
|
fa457b1cc4
[Form] Renamed 'filter' listeners to 'on' to match naming conventions across the framework
|
14 years ago |
Type
|
be5738564f
[Form] Improved regular expression in AbstractType::getName() and added unit tests
|
14 years ago |
Util
|
72a41f8c94
[Form] Fixed: Booleans can be used as choice keys now
|
14 years ago |
Validator
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 years ago |
AbstractDivLayoutTest.php
|
8fe21285ba
[Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object
|
14 years ago |
AbstractLayoutTest.php
|
30922d9375
[Form] Fixed: Checkboxes in an expanded choice field never have the 'required' HTML5 attribute. Closes http://trac.symfony-project.org/ticket/9588
|
14 years ago |
AbstractTableLayoutTest.php
|
8fe21285ba
[Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object
|
14 years ago |
FormBuilderTest.php
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 years ago |
FormFactoryTest.php
|
ce5f3073bd
Fixed test suite and names of accessor methods in TemplateContext
|
14 years ago |
FormInterface.php
|
2dbb41714a
[Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them
|
14 years ago |
FormTest.php
|
8fe21285ba
[Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object
|
14 years ago |
PropertyPathTest.php
|
e787d5dc22
[Form] PropertyPath now can handle elements with special characters
|
14 years ago |