Historique des commits

Auteur SHA1 Message Date
  Bernhard Schussek 8e2d0bae90 [Form] Ported DateTimeField to FormFactory il y a 14 ans
  Bernhard Schussek b5671c1be0 [Form] Implemented ArrayToPartsTransformer and ValueToDuplicatesTransformer il y a 14 ans
  Bernhard Schussek 5a2404a1d6 [Form] Removed deprecated fields il y a 14 ans
  Bernhard Schussek ac5440f8d4 [Form] DateTimeToArrayTransformer does not accept partially filled arrays anymore. Replaces DateField::isPartiallyFilled() and TimeField::isPartiallyFilled() il y a 14 ans
  Bernhard Schussek 78b26c2cc5 [Form] Renamed type 'raw' to 'array' in date and time field il y a 14 ans
  Bernhard Schussek c8275c5b27 [Form] Refactored PercentField to FormFactory il y a 14 ans
  Bernhard Schussek 68bb3ff606 [Form] Used ValuePlugin to pass displayed data to template. The order of added renderer plugins and set renderer variables is now respected il y a 14 ans
  Bernhard Schussek a40e2dd77b [Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests il y a 14 ans
  Bernhard Schussek 7492873186 [Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory il y a 14 ans
  Bernhard Schussek fee0885256 [Form] Moved options from Field and Form to FormFactory. Tests fail now il y a 14 ans
  Bernhard Schussek ce432e939d [Form] Changed notion of 'parameter' to 'var' in the renderer. Merged vars and attributes into single array il y a 14 ans
  Bernhard Schussek 2b8ca25d01 [Form] Refactored NumberField, IntegerField, HiddenField and MoneyField to FormFactory il y a 14 ans
  Bernhard Schussek af8a093b00 [Form] Refactored CountryField, LanguageField, LocaleField and BirthdayField to FormFactory il y a 14 ans
  Bernhard Schussek 9394ffdea1 [Form] Started to refactor TimeField to FormFactory::getTimeField(). Validation logic is still missing. il y a 14 ans
  Bernhard Schussek 975b8ebe9b [Form] Started to refactor DateField to FormFactory::getDateField(). Validation logic is still missing. il y a 14 ans
  Bernhard Schussek b148a2a7ed [Form] Refactored ChoiceField to FormFactory::getChoiceField() il y a 14 ans
  Bernhard Schussek 6edff6b8a9 [Form] Moved submission logic of ChoiceField to preprocessor il y a 14 ans
  Bernhard Schussek 7a48c0a5c5 [Form] Refactored logic from ChoiceField into ChoicePlugin and SelectMultipleNamePlugin il y a 14 ans
  Bernhard Schussek 61ea51d858 [Form] Added first version of FormFactory, ValuePlugin and ParentNamePlugin il y a 14 ans
  Bernhard Schussek f7dc71ef59 [Form] Refactored id and name generation to renderer plugins il y a 14 ans
  Bernhard Schussek 861ff957e7 [Form] Refactored DateField pattern, fixed maxlength in TextField il y a 14 ans
  Bernhard Schussek ed68fd66a9 [Form] Improved the renderer implementation, added concepts of plugins and themes il y a 14 ans
  Bernhard Schussek 6cc0a58edc [Form] Refactored casting logic from IntegerField to IntegerToLocalizedStringTransformer il y a 14 ans
  Bernhard Schussek 27e1e5251c [Form] Experimentally refactored Twig rendering support to Form component il y a 14 ans
  Bernhard Schussek ea1ae46c17 [Form] Added CallbackTransformer for dynamic value transformation il y a 14 ans
  Bernhard Schussek 5eb5cc5743 [Form] Refactored date and time field choices into ChoiceList classes il y a 14 ans
  Bernhard Schussek f39d8b62f2 [Form] Refactored EntityChoiceField::processData() into individual class il y a 14 ans
  Bernhard Schussek 12c131fc24 [Form] Refactored transformation logic of the choice fields into standalone value transformers il y a 14 ans
  Bernhard Schussek 813ec54fa1 [Form] Refactored parts of the choice fields into ChoiceList instances il y a 14 ans
  Fabien Potencier d2840aaad3 [AsseticBundle] fixed unit tests il y a 14 ans