Histórico de Commits

Autor SHA1 Mensagem Data
  Bernhard Schussek 43a24fa931 [Form] Renamed events to match terminology in Field há 14 anos atrás
  Bernhard Schussek 6bc79a1a12 [Form] Renamed different kinds of data transformers within a field for better clarity há 14 anos atrás
  Bernhard Schussek 0b929ee342 [Form] Renamed ValueTransformers to DataTransformers to fit with DataMapper and DataValidator há 14 anos atrás
  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 há 14 anos atrás
  Bernhard Schussek 700c96e7fa [Form] Moved FieldFactoryTest to FormFactoryTest and fixed it há 14 anos atrás
  Bernhard Schussek 9caaf0f3a3 [Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable há 14 anos atrás
  Bernhard Schussek 0799662361 [Form] Extracted data mapping logic from Form into ObjectMapperListener há 14 anos atrás
  Bernhard Schussek 7a63b840f3 [Form] Renamed submit() to bind() há 14 anos atrás
  Bernhard Schussek 50ce0d53a0 [Form] Removed FieldInterface::getDisplayedData(). Use getTransformedData() instead há 14 anos atrás
  Bernhard Schussek e85aab2dc1 [Form] Changed form to use the new EventDispatcher implementation há 14 anos atrás
  Bernhard Schussek 0bf566310c Merge branch 'event-manager' into experimental há 14 anos atrás
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com há 14 anos atrás
  Bernhard Schussek 8a6246bd06 [Form] Refactored contents of FormFactory into individual FieldConfig classes há 14 anos atrás
  Bernhard Schussek 528ef55da6 [Form] Implemented generic data filter hooks há 14 anos atrás
  Bernhard Schussek e3e8c29875 Merge branch 'bugfix' into experimental há 14 anos atrás
  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 há 14 anos atrás
  Bernhard Schussek a40e2dd77b [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests há 14 anos atrás
  Bernhard Schussek f7dc71ef59 [Form] Refactored id and name generation to renderer plugins há 14 anos atrás
  Bernhard Schussek 40acc6ac79 [Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty há 14 anos atrás
  Bernhard Schussek 1593d6f75d [Form] Added method FieldInterface::isEmpty() há 14 anos atrás
  Bernhard Schussek fb1f99137d [Form] Changed semantics of a "bound" form há 14 anos atrás
  Bernhard Schussek e5ed98c324 [Form] Added option 'data' to Field for populating a field with a fixed value há 14 anos atrás
  Bernhard Schussek fdbc064f06 [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. há 14 anos atrás
  Bernhard Schussek c468db5c5b [Form] Merged classes FieldGroup and Form for simplicity há 14 anos atrás
  Bernhard Schussek 8f8f53d631 [Form][FrameworkBundle] Implemented FormFactory and added it to the DI container há 14 anos atrás
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files há 14 anos atrás
  Bernhard Schussek 4b78c4376f [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class há 14 anos atrás
  Bernhard Schussek e9a7531a26 [Form] added the constrained method Field::isTransformationSuccessful() há 14 anos atrás
  Bernhard Schussek 78b69876d4 [Form] Locale can now only be set statically before creating a form/field, otherwise we have too many problems updating a field's state when the locale is changed há 14 anos atrás
  Bernhard Schussek b8ef7e7332 [Form] Improved semantics of property paths and removed FieldGroup::merge() for now há 14 anos atrás