Bernhard Schussek
|
6bc79a1a12
[Form] Renamed different kinds of data transformers within a field for better clarity
|
14 tahun lalu |
Bernhard Schussek
|
700c96e7fa
[Form] Moved FieldFactoryTest to FormFactoryTest and fixed it
|
14 tahun lalu |
Bernhard Schussek
|
7a63b840f3
[Form] Renamed submit() to bind()
|
14 tahun lalu |
Bernhard Schussek
|
50ce0d53a0
[Form] Removed FieldInterface::getDisplayedData(). Use getTransformedData() instead
|
14 tahun lalu |
Bernhard Schussek
|
0bf566310c
Merge branch 'event-manager' into experimental
|
14 tahun lalu |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 tahun lalu |
Bernhard Schussek
|
8a6246bd06
[Form] Refactored contents of FormFactory into individual FieldConfig classes
|
14 tahun lalu |
Bernhard Schussek
|
a40e2dd77b
[Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests
|
14 tahun lalu |
Bernhard Schussek
|
7a48c0a5c5
[Form] Refactored logic from ChoiceField into ChoicePlugin and SelectMultipleNamePlugin
|
14 tahun lalu |
Bernhard Schussek
|
813ec54fa1
[Form] Refactored parts of the choice fields into ChoiceList instances
|
14 tahun lalu |
Bernhard Schussek
|
40acc6ac79
[Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty
|
14 tahun lalu |
Bernhard Schussek
|
fb1f99137d
[Form] Changed semantics of a "bound" form
|
14 tahun lalu |
Bernhard Schussek
|
ebd2ca6cfe
[Form] Moved option 'empty_value' to ChoiceField. An empty value is displayed if the field is not required.
|
14 tahun lalu |
Bernhard Schussek
|
ce61baf717
[Form] ChoiceField now accepts closures in the 'choices' option
|
14 tahun lalu |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 tahun lalu |
Bernhard Schussek
|
acdd5c06de
[Form] Changed value transformers to throw UnexpectedTypeException instances
|
14 tahun lalu |
Bernhard Schussek
|
eaef939141
[Form] Changed value transformers to be responsible for processing empty values to be able to chain them properly. This change fixes the bug that DateField did not return NULL when submitted without values
|
14 tahun lalu |
Fabien Potencier
|
2525998f6e
replaced form field rendering with plain templates
|
15 tahun lalu |
Jeremy Mikola
|
57c0ce0ec1
[Form] Remove support for ArrayObject as ChoiceField's choices option
|
15 tahun lalu |
Jeremy Mikola
|
b3648b219b
[Form] Fixed testBindSingleExpanded (was testing multiple, non-expanded)
|
15 tahun lalu |
Jeremy Mikola
|
e52cf7afe0
[Form] ChoiceField tests for numeric choices
|
15 tahun lalu |
Jeremy Mikola
|
2b776bf2e8
[Form] ChoiceField test for using ArrayObject as choices option
|
15 tahun lalu |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
15 tahun lalu |