Bernhard Schussek
|
e3e8c29875
Merge branch 'bugfix' into experimental
|
14 tahun lalu |
Bernhard Schussek
|
87e6cbf8f0
[Form] Fixed: PropertyPath always requires arrays or objects. Forms now always store arrays or objects as transformed data, even when they were bound empty
|
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
|
f7dc71ef59
[Form] Refactored id and name generation to renderer plugins
|
14 tahun lalu |
Bernhard Schussek
|
40acc6ac79
[Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty
|
14 tahun lalu |
Bernhard Schussek
|
1593d6f75d
[Form] Added method FieldInterface::isEmpty()
|
14 tahun lalu |
Bernhard Schussek
|
fb1f99137d
[Form] Changed semantics of a "bound" form
|
14 tahun lalu |
Bernhard Schussek
|
e5ed98c324
[Form] Added option 'data' to Field for populating a field with a fixed value
|
14 tahun lalu |
Bernhard Schussek
|
fdbc064f06
[Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves.
|
14 tahun lalu |
Bernhard Schussek
|
c468db5c5b
[Form] Merged classes FieldGroup and Form for simplicity
|
14 tahun lalu |
Bernhard Schussek
|
8f8f53d631
[Form][FrameworkBundle] Implemented FormFactory and added it to the DI container
|
14 tahun lalu |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 tahun lalu |
Bernhard Schussek
|
4b78c4376f
[Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class
|
14 tahun lalu |
Bernhard Schussek
|
e9a7531a26
[Form] added the constrained method Field::isTransformationSuccessful()
|
14 tahun lalu |
Bernhard Schussek
|
78b69876d4
[Form] Locale can now only be set statically before creating a form/field, otherwise we have too many problems updating a field's state when the locale is changed
|
14 tahun lalu |
Bernhard Schussek
|
b8ef7e7332
[Form] Improved semantics of property paths and removed FieldGroup::merge() for now
|
14 tahun lalu |
Johannes M. Schmitt
|
b3081c79e9
CS fixes
|
14 tahun lalu |
Bernhard Schussek
|
131b3fe373
[Form] Refactored Field and FieldGroup to facilitate modifications in subclasses
|
14 tahun lalu |
Bernhard Schussek
|
e0d6aad5f4
[Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors
|
14 tahun lalu |
Bernhard Schussek
|
3127312139
[Form] Added option 'value_transformer' and 'normalization_transformer' to Field class
|
14 tahun lalu |
Bernhard Schussek
|
e4c21708ca
[Form] Separated value transformers from normalization transformers.
|
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 |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
14 tahun lalu |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
15 tahun lalu |