Commit History

Author SHA1 Message Date
  Bernhard Schussek c1edf116f2 [Form] Removed notion of "hidden" fields 14 years ago
  Bernhard Schussek e3e8c29875 Merge branch 'bugfix' into experimental 14 years ago
  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 14 years ago
  Bernhard Schussek a40e2dd77b [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests 14 years ago
  Bernhard Schussek fee0885256 [Form] Moved options from Field and Form to FormFactory. Tests fail now 14 years ago
  Bernhard Schussek ce432e939d [Form] Changed notion of 'parameter' to 'var' in the renderer. Merged vars and attributes into single array 14 years ago
  Bernhard Schussek 2b8ca25d01 [Form] Refactored NumberField, IntegerField, HiddenField and MoneyField to FormFactory 14 years ago
  Bernhard Schussek b148a2a7ed [Form] Refactored ChoiceField to FormFactory::getChoiceField() 14 years ago
  Bernhard Schussek 6edff6b8a9 [Form] Moved submission logic of ChoiceField to preprocessor 14 years ago
  Bernhard Schussek 61ea51d858 [Form] Added first version of FormFactory, ValuePlugin and ParentNamePlugin 14 years ago
  Bernhard Schussek f7dc71ef59 [Form] Refactored id and name generation to renderer plugins 14 years ago
  Bernhard Schussek 27e1e5251c [Form] Experimentally refactored Twig rendering support to Form component 14 years ago
  Bernhard Schussek f39d8b62f2 [Form] Refactored EntityChoiceField::processData() into individual class 14 years ago
  Bernhard Schussek 40acc6ac79 [Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty 14 years ago
  Bernhard Schussek 1593d6f75d [Form] Added method FieldInterface::isEmpty() 14 years ago
  Bernhard Schussek 5e3fab214e [Form] The form is now validated seperatedly from its data. The form is validated in group "Default", the data in the group set in option "validation_groups" 14 years ago
  Bernhard Schussek 265cdd148f [Form] Removed unused property from Field 14 years ago
  Bernhard Schussek fb1f99137d [Form] Changed semantics of a "bound" form 14 years ago
  Bernhard Schussek e5ed98c324 [Form] Added option 'data' to Field for populating a field with a fixed value 14 years ago
  Bernhard Schussek fdbc064f06 [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 14 years ago
  Bernhard Schussek 7680657944 [Form] Form::isPostMaxSizeReached() only triggers for root forms 14 years ago
  Bernhard Schussek 57cbd57265 [Form] Fields may now be anonymous, but anonymous fields must not be added to groups. They can only be used as prototypes 14 years ago
  Bernhard Schussek ebd2ca6cfe [Form] Moved option 'empty_value' to ChoiceField. An empty value is displayed if the field is not required. 14 years ago
  Ryan Weaver 17f9162b89 [Standards] Changing many instances of "boolean" to "Boolean". 14 years ago
  Ryan Weaver cf1512dce8 [Form] Fixing the object versus normalized data PHPDoc on Field, which I believe was backwards. 14 years ago
  Ryan Weaver d41b4ec109 [Form] adding PHPDoc and some small PHPDoc changes. 14 years ago
  Bernhard Schussek 8f8f53d631 [Form][FrameworkBundle] Implemented FormFactory and added it to the DI container 14 years ago
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files 14 years ago
  Bernhard Schussek 4b78c4376f [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 14 years ago
  Bernhard Schussek e9a7531a26 [Form] added the constrained method Field::isTransformationSuccessful() 14 years ago