提交歷史

作者 SHA1 備註 提交日期
  Bernhard Schussek 7585dce8dd [Form] Added options validation to field creation 14 年之前
  Bernhard Schussek 7b412cc762 [Form] Removed FormFactory::addGuessers() and moved guessers to constructor arg instead 14 年之前
  Bernhard Schussek 15d5259eb8 [Form] Forms now remember the types used during their construction 14 年之前
  Bernhard Schussek ea0e5bb2d6 [Form] Renamed FieldTypeInterface to FormTypeInterface 14 年之前
  Bernhard Schussek 270a98e413 [Form] Added support for types that are not registered in the DIC. These are identified by their FQ class name. 14 年之前
  Bernhard Schussek 119866e06d [Form] Renamed FormBuilder::getInstance() to getForm() 14 年之前
  Bernhard Schussek 7f9284105d [Form] Moved namespace FieldGuesser to Type\Guesser 14 年之前
  Bernhard Schussek 2a1e394352 [Form] Renamed field configs to types. Everywhere else, we are referring to the name of the type as 'type' now (was 'identifier') 14 年之前
  Bernhard Schussek 700c96e7fa [Form] Moved FieldFactoryTest to FormFactoryTest and fixed it 14 年之前
  Bernhard Schussek 9caaf0f3a3 [Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable 14 年之前
  Bernhard Schussek cb283d3783 [Form] Renamed 'key' to 'name'. Removed setKey() totally. 14 年之前
  Bernhard Schussek 4346097ffd [Form] Added TODOs and a tweak 14 年之前
  Bernhard Schussek e53c688a6b [Form] Fixed RepeatedField, improved structure of the Twig templates 14 年之前
  Bernhard Schussek 5705f74bd0 [Form] Refactored FieldFactory and moved new implementation into the DIC. FormTest fails now. 14 年之前
  Bernhard Schussek 8a6246bd06 [Form] Refactored contents of FormFactory into individual FieldConfig classes 14 年之前
  Bernhard Schussek 9eff64dd54 [Form] Added EventListener implementation and moved CollectionField to factory 14 年之前
  Bernhard Schussek 528ef55da6 [Form] Implemented generic data filter hooks 14 年之前
  Bernhard Schussek c1edf116f2 [Form] Removed notion of "hidden" fields 14 年之前
  Bernhard Schussek 02d2121dcd [Form] Improved rendering 14 年之前
  Bernhard Schussek c6e9fd97b6 [Form] Fixed various bugs 14 年之前
  Bernhard Schussek e334c4734e [Form] Registered FormFactory in the DIC 14 年之前
  Bernhard Schussek f2c1976da6 [Form] Refactored FileField to FormFactory and fixed file upload mechanism 14 年之前
  Bernhard Schussek 848ec01f02 [Form] Refactored RepeatedField to FormFactory 14 年之前
  Bernhard Schussek 87b417889c [Form] Fixed DateTimeFieldTest 14 年之前
  Bernhard Schussek acc5c76f77 [Form] Fixed failing DateFieldTest and TimeFieldTest 14 年之前
  Bernhard Schussek 8e2d0bae90 [Form] Ported DateTimeField to FormFactory 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 年之前