提交歷史

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