Bernhard Schussek
|
97d0183d84
[Form] Moved properties propertyPath, modifyByReference, validationGroups and virtual to generic attributes because they are specific to the used data validator/mapper implementations
|
14 tahun lalu |
Bernhard Schussek
|
4cb76c0045
[Form] Moved error distribution logic to validation listener
|
14 tahun lalu |
Bernhard Schussek
|
9caaf0f3a3
[Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable
|
14 tahun lalu |
Bernhard Schussek
|
0799662361
[Form] Extracted data mapping logic from Form into ObjectMapperListener
|
14 tahun lalu |
Bernhard Schussek
|
7a63b840f3
[Form] Renamed submit() to bind()
|
14 tahun lalu |
Bernhard Schussek
|
ffa5bd264a
[Form] Moved logic of Field::isMultipart() to rendering layer
|
14 tahun lalu |
Bernhard Schussek
|
50ce0d53a0
[Form] Removed FieldInterface::getDisplayedData(). Use getTransformedData() instead
|
14 tahun lalu |
Bernhard Schussek
|
cb283d3783
[Form] Renamed 'key' to 'name'. Removed setKey() totally.
|
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
|
e53c688a6b
[Form] Fixed RepeatedField, improved structure of the Twig templates
|
14 tahun lalu |
Bernhard Schussek
|
c1edf116f2
[Form] Removed notion of "hidden" fields
|
14 tahun lalu |
Bernhard Schussek
|
f7dc71ef59
[Form] Refactored id and name generation to renderer plugins
|
14 tahun lalu |
Bernhard Schussek
|
1593d6f75d
[Form] Added method FieldInterface::isEmpty()
|
14 tahun lalu |
Lukas Kahwe Smith
|
dd71501f54
some fixes by just "blindly" trying to make phpStorm code analysis happier
|
14 tahun lalu |
Bernhard Schussek
|
5e3fab214e
[Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups"
|
14 tahun lalu |
Bernhard Schussek
|
fb1f99137d
[Form] Changed semantics of a "bound" form
|
14 tahun lalu |
Ryan Weaver
|
17f9162b89
[Standards] Changing many instances of "boolean" to "Boolean".
|
14 tahun lalu |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
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
|
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 |
Kris Wallsmith
|
0b1f3145ae
Removed unnecessary "public" from interface method signatures.
|
14 tahun lalu |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
14 tahun lalu |
Fabien Potencier
|
2525998f6e
replaced form field rendering with plain templates
|
14 tahun lalu |
Fabien Potencier
|
4deb82f842
[Form] fixed license and phpdoc
|
14 tahun lalu |
Fabien Potencier
|
81b73dc9e6
[Form] fixed problem with PHPUnit mocks (ugly hack but it works for now)
|
14 tahun lalu |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
14 tahun lalu |