Jordi Boggiano
|
e69c5ae860
Coding style fixes
|
hace 14 años |
Bernhard Schussek
|
1bbdb5ec07
[Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer
|
hace 14 años |
Bernhard Schussek
|
3127312139
[Form] Added option 'value_transformer' and 'normalization_transformer' to Field class
|
hace 14 años |
Jordi Boggiano
|
fbc29f061c
[Form] Coding style fixes
|
hace 14 años |
Bernhard Schussek
|
e4c21708ca
[Form] Separated value transformers from normalization transformers.
|
hace 15 años |
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
|
hace 15 años |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
hace 15 años |
Benjamin Eberlei
|
f033fc5578
Refactor ValueTransformers to recieve the original value when reverseTransform() is called. This is required for expensive value transformations for example Doctrine Collections or Proxies to allow access to a value that does not trigger expensive operations (such as database calls) anymore.
|
hace 15 años |
Fabien Potencier
|
2525998f6e
replaced form field rendering with plain templates
|
hace 15 años |
Fabien Potencier
|
4deb82f842
[Form] fixed license and phpdoc
|
hace 15 años |
Fabien Potencier
|
0d7c403769
[Form] fixed camelization problem when looking for a method (getCreated_at -> getCreatedAt)
|
hace 15 años |
Brandon Turner
|
b2e4b452a4
[Form] added support for stdClass objects
|
hace 15 años |
Fabien Potencier
|
50f039844b
[Form] removed obsolete use statements
|
hace 15 años |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
hace 15 años |