Historial de Commits

Autor SHA1 Mensaje Fecha
  Bernhard Schussek b148a2a7ed [Form] Refactored ChoiceField to FormFactory::getChoiceField() hace 14 años
  Bernhard Schussek 6edff6b8a9 [Form] Moved submission logic of ChoiceField to preprocessor hace 14 años
  Bernhard Schussek 61ea51d858 [Form] Added first version of FormFactory, ValuePlugin and ParentNamePlugin hace 14 años
  Bernhard Schussek f7dc71ef59 [Form] Refactored id and name generation to renderer plugins hace 14 años
  Bernhard Schussek 27e1e5251c [Form] Experimentally refactored Twig rendering support to Form component hace 14 años
  Bernhard Schussek f39d8b62f2 [Form] Refactored EntityChoiceField::processData() into individual class hace 14 años
  Bernhard Schussek 40acc6ac79 [Form] Fixed ChoiceField::isChoiceSelected() to differentiate between zero and empty hace 14 años
  Bernhard Schussek 1593d6f75d [Form] Added method FieldInterface::isEmpty() hace 14 años
  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" hace 14 años
  Bernhard Schussek 265cdd148f [Form] Removed unused property from Field hace 14 años
  Bernhard Schussek fb1f99137d [Form] Changed semantics of a "bound" form hace 14 años
  Bernhard Schussek e5ed98c324 [Form] Added option 'data' to Field for populating a field with a fixed value hace 14 años
  Bernhard Schussek fdbc064f06 [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. hace 14 años
  Bernhard Schussek 7680657944 [Form] Form::isPostMaxSizeReached() only triggers for root forms hace 14 años
  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 hace 14 años
  Bernhard Schussek ebd2ca6cfe [Form] Moved option 'empty_value' to ChoiceField. An empty value is displayed if the field is not required. hace 14 años
  Ryan Weaver 17f9162b89 [Standards] Changing many instances of "boolean" to "Boolean". hace 14 años
  Ryan Weaver cf1512dce8 [Form] Fixing the object versus normalized data PHPDoc on Field, which I believe was backwards. hace 14 años
  Ryan Weaver d41b4ec109 [Form] adding PHPDoc and some small PHPDoc changes. hace 14 años
  Bernhard Schussek 8f8f53d631 [Form][FrameworkBundle] Implemented FormFactory and added it to the DI container hace 14 años
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files hace 14 años
  Bernhard Schussek 4b78c4376f [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class hace 14 años
  Bernhard Schussek e9a7531a26 [Form] added the constrained method Field::isTransformationSuccessful() hace 14 años
  Jordi Boggiano 094d428e68 CS: Unified strict equality comparisons, put var on the right side hace 14 años
  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 hace 14 años
  Bernhard Schussek b8ef7e7332 [Form] Improved semantics of property paths and removed FieldGroup::merge() for now hace 14 años
  Bernhard Schussek 131b3fe373 [Form] Refactored Field and FieldGroup to facilitate modifications in subclasses hace 14 años
  Bernhard Schussek 4aa12248c5 [Form] Field can now be instantiated to create anonymous fields hace 14 años
  Bernhard Schussek e0d6aad5f4 [Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors hace 14 años
  Bernhard Schussek 681ce7f46a [Form] Fixed: FieldGroup::hasErrors() does not return true if only children have errors hace 14 años