Commit History

Autor SHA1 Mensaxe Data
  Bernhard Schussek 6bc79a1a12 [Form] Renamed different kinds of data transformers within a field for better clarity %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 0b929ee342 [Form] Renamed ValueTransformers to DataTransformers to fit with DataMapper and DataValidator %!s(int64=14) %!d(string=hai) anos
  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 %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 700c96e7fa [Form] Moved FieldFactoryTest to FormFactoryTest and fixed it %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 9caaf0f3a3 [Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 3f70f89339 Merge remote branch 'symfony/master' into experimental %!s(int64=14) %!d(string=hai) anos
  Kris Wallsmith 0a229947a6 [Form] updated tests for changes in HttpFoundation %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek a51321c264 [Form] Moved validation logic to ValidationListener %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 0799662361 [Form] Extracted data mapping logic from Form into ObjectMapperListener %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 7a63b840f3 [Form] Renamed submit() to bind() %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 5bfd02bcd0 [Form] Renamed bind() to bindRequest(). It is now semantically the same as in symfony1 again %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek ffa5bd264a [Form] Moved logic of Field::isMultipart() to rendering layer %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 50ce0d53a0 [Form] Removed FieldInterface::getDisplayedData(). Use getTransformedData() instead %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek cb283d3783 [Form] Renamed 'key' to 'name'. Removed setKey() totally. %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 0bf566310c Merge branch 'event-manager' into experimental %!s(int64=14) %!d(string=hai) anos
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 8a6246bd06 [Form] Refactored contents of FormFactory into individual FieldConfig classes %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 528ef55da6 [Form] Implemented generic data filter hooks %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 02d2121dcd [Form] Improved rendering %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek e3e8c29875 Merge branch 'bugfix' into experimental %!s(int64=14) %!d(string=hai) anos
  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 %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek a40e2dd77b [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 1593d6f75d [Form] Added method FieldInterface::isEmpty() %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 7dbc09ed8b [Form] Fixed reference handling in forms. Sometimes data wasn't written into the domain object, resulting in failed validation. %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek f51dafca3f [Form] Fixed: "data_constructor" option is used even if "data_class" option is not set %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 5b95805340 [Form] Added option "data_constructor" to Form. When a Form is initialized with NULL, an object is automatically created using this constructor. If no constructor is given but the option "data_class" is set, an object of that class is created with the default constructor instead. %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 09a50c3c55 [Form] Fixed: "by_reference" option is ignored if reading from/writing to an array %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek bd3e6c6b49 [Form] Fixed: Form::bind() throws an exception if form is anonymous %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 6ff4120784 [Form] Added Form option "by_reference" so that objects received from parent forms are modified by reference when this option is true (the default) %!s(int64=14) %!d(string=hai) anos
  Bernhard Schussek 2276b98fc1 [Form] Fixed: ChoiceFields never validated %!s(int64=14) %!d(string=hai) anos