Jordi Boggiano
|
e69c5ae860
Coding style fixes
|
14 years ago |
Bernhard Schussek
|
1bbdb5ec07
[Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer
|
14 years ago |
Bernhard Schussek
|
3127312139
[Form] Added option 'value_transformer' and 'normalization_transformer' to Field class
|
14 years ago |
Jordi Boggiano
|
fbc29f061c
[Form] Coding style fixes
|
14 years ago |
Bernhard Schussek
|
e4c21708ca
[Form] Separated value transformers from normalization transformers.
|
14 years ago |
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 years ago |
Bernhard Schussek
|
e1be4e9689
[Form] Refactored logic to read and set values from Field to PropertyPath
|
14 years ago |
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.
|
14 years ago |
Fabien Potencier
|
2525998f6e
replaced form field rendering with plain templates
|
14 years ago |
Fabien Potencier
|
4deb82f842
[Form] fixed license and phpdoc
|
14 years ago |
Fabien Potencier
|
0d7c403769
[Form] fixed camelization problem when looking for a method (getCreated_at -> getCreatedAt)
|
14 years ago |
Brandon Turner
|
b2e4b452a4
[Form] added support for stdClass objects
|
14 years ago |
Fabien Potencier
|
50f039844b
[Form] removed obsolete use statements
|
14 years ago |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
15 years ago |