Bernhard Schussek
|
1ef18360fa
[Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path
|
14 éve |
Bernhard Schussek
|
16d65f6f16
[Form] Moved previously skipped tests from FormTypeTest to FormTest and fixed them
|
14 éve |
Bernhard Schussek
|
c1abf08d9c
[Form] Implemented error bubbling
|
14 éve |
Bernhard Schussek
|
4989e965cd
[Form] Moved form type tests into according namespace
|
14 éve |
Bernhard Schussek
|
119866e06d
[Form] Renamed FormBuilder::getInstance() to getForm()
|
14 éve |
Bernhard Schussek
|
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 éve |
Bernhard Schussek
|
fc7281bcab
[Form] Extracted validation logic of form. Fields can now contain multiple validators
|
14 éve |
Bernhard Schussek
|
6793bcd698
[Form] Removed magic from method signature of add()
|
14 éve |
Bernhard Schussek
|
6bc79a1a12
[Form] Renamed different kinds of data transformers within a field for better clarity
|
14 éve |
Bernhard Schussek
|
0b929ee342
[Form] Renamed ValueTransformers to DataTransformers to fit with DataMapper and DataValidator
|
14 éve |
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 éve |
Bernhard Schussek
|
700c96e7fa
[Form] Moved FieldFactoryTest to FormFactoryTest and fixed it
|
14 éve |
Bernhard Schussek
|
9caaf0f3a3
[Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable
|
14 éve |
Bernhard Schussek
|
3f70f89339
Merge remote branch 'symfony/master' into experimental
|
14 éve |
Kris Wallsmith
|
0a229947a6
[Form] updated tests for changes in HttpFoundation
|
14 éve |
Bernhard Schussek
|
a51321c264
[Form] Moved validation logic to ValidationListener
|
14 éve |
Bernhard Schussek
|
0799662361
[Form] Extracted data mapping logic from Form into ObjectMapperListener
|
14 éve |
Bernhard Schussek
|
7a63b840f3
[Form] Renamed submit() to bind()
|
14 éve |
Bernhard Schussek
|
5bfd02bcd0
[Form] Renamed bind() to bindRequest(). It is now semantically the same as in symfony1 again
|
14 éve |
Bernhard Schussek
|
ffa5bd264a
[Form] Moved logic of Field::isMultipart() to rendering layer
|
14 éve |
Bernhard Schussek
|
50ce0d53a0
[Form] Removed FieldInterface::getDisplayedData(). Use getTransformedData() instead
|
14 éve |
Bernhard Schussek
|
cb283d3783
[Form] Renamed 'key' to 'name'. Removed setKey() totally.
|
14 éve |
Bernhard Schussek
|
0bf566310c
Merge branch 'event-manager' into experimental
|
14 éve |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 éve |
Bernhard Schussek
|
8a6246bd06
[Form] Refactored contents of FormFactory into individual FieldConfig classes
|
14 éve |
Bernhard Schussek
|
528ef55da6
[Form] Implemented generic data filter hooks
|
14 éve |
Bernhard Schussek
|
02d2121dcd
[Form] Improved rendering
|
14 éve |
Bernhard Schussek
|
e3e8c29875
Merge branch 'bugfix' into experimental
|
14 éve |
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 éve |
Bernhard Schussek
|
a40e2dd77b
[Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests
|
14 éve |