Bernhard Schussek f5b451f5b9 [Form] Fixed MoneyToLocalizedStringTransformer and added tests 14 rokov pred
..
BooleanToStringTransformerTest.php 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 rokov pred
DateTimeToArrayTransformerTest.php 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 rokov pred
DateTimeToLocalizedStringTransformerTest.php 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 rokov pred
DateTimeToStringTransformerTest.php 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 rokov pred
DateTimeToTimestampTransformerTest.php 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 rokov pred
MoneyToLocalizedStringTransformerTest.php f5b451f5b9 [Form] Fixed MoneyToLocalizedStringTransformer and added tests 14 rokov pred
NumberToLocalizedStringTransformerTest.php 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 rokov pred
PercentToLocalizedStringTransformerTest.php 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 rokov pred
ValueTransformerChainTest.php 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 rokov pred