提交歷史

作者 SHA1 備註 提交日期
  Victor Berchet 5536d41906 [Form] Add phpDoc for form builder and fix method declaration order to conform to the CS 14 年之前
  Victor Berchet daccf9bc17 [Form] Fix adding transformers in the FormBuilder 14 年之前
  Bernhard Schussek 675e5ded9e [Form] Changed FormBuilder::build() to FormBuilder::create(). You hvae to pass the resulting builder to FormBuilder::add() manually now 14 年之前
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing 14 年之前
  Bernhard Schussek 54e66c518f [Form] Reorganized code into "form extensions" 14 年之前
  Bernhard Schussek a97366fbcb [Form] Split signature of FormFactory::create() into create() and createNamed() 14 年之前
  Bernhard Schussek e3db366116 [Form] Passing FormFactory to FormBuilder in its constructor 14 年之前
  Bernhard Schussek e476231e8a [Form] Removed invalid tests, cleaned up some tests, added test coverage 14 年之前
  Bernhard Schussek a5d0b3aea6 [Form] Changed FormBuilder::set(Client|Norm)Transformer to FormBuilder::prepend(Client|Norm)Transformer and FormBuilder::append(Client|Norm)Transformer to facilitate extension of types 14 年之前
  Bernhard Schussek 33b0011f86 [Form] Improved test coverage of Form 14 年之前
  Bernhard Schussek c864d7fae1 [Form] Improved test coverage of Form class 14 年之前
  Bernhard Schussek 1ef18360fa [Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path 14 年之前
  Bernhard Schussek b180319371 [Form] Moved creation of empty data to Form to clean up DataMapperInterface 14 年之前
  Bernhard Schussek 6588a47ba7 [Form] Removed FormBuilder::setDataClass(). Use the FieldType option "data_class" instead. 14 年之前
  Bernhard Schussek 364b0f5208 [Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances 14 年之前
  Bernhard Schussek c786fac303 [Form] Sample fix implementation of renderers 14 年之前
  Bernhard Schussek 9b1b8cbffa [Form] Replaced various occurences of 'field' by 'form' 14 年之前
  Bernhard Schussek 15d5259eb8 [Form] Forms now remember the types used during their construction 14 年之前
  Bernhard Schussek 577e106361 [Form] Implemented custom mapping of data errors to form fields 14 年之前
  Bernhard Schussek 87665bc380 [Form] Decoupled FormBuilder from CSRF protection 14 年之前
  Bernhard Schussek c1abf08d9c [Form] Implemented error bubbling 14 年之前
  Bernhard Schussek 01a47457d0 [Form] Improved naming of various interfaces. Renamed DefaultRenderer to ThemeRenderer 14 年之前
  Bernhard Schussek 321d40b21a [Form] Decoupled FormBuilder from ThemeInterface 14 年之前
  Bernhard Schussek 119866e06d [Form] Renamed FormBuilder::getInstance() to getForm() 14 年之前
  Bernhard Schussek 2dbb41714a [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 14 年之前
  Bernhard Schussek fc7281bcab [Form] Extracted validation logic of form. Fields can now contain multiple validators 14 年之前
  Bernhard Schussek cb599f417e [Form] Renamed field option 'disabled' to 'read_only'. How to render read-only fields is now the responsibility of the renderer 14 年之前
  Bernhard Schussek 2c6c89d898 Merge remote branch 'beberlei/forms' into beberlei-merge 14 年之前
  Benjamin Eberlei b43318ee3e [Form] Add tests for untested classes. 14 年之前
  Bernhard Schussek fb2db58801 [Form] Added fluid interface for inline adding of sub-builders to a builder 14 年之前