Commit Verlauf

Autor SHA1 Nachricht Datum
  Fabien Potencier 7eec2ca7b3 [Form] added a form type name validator vor 14 Jahren
  Fabien Potencier ea93e4cafa [Form] added a circular reference safeguard for form type vor 14 Jahren
  Pascal Borreli 824e48efa7 [Various] Fixed phpdoc vor 14 Jahren
  Fabien Potencier 60b811947b [Form] fixed error message (closes #1034) vor 14 Jahren
  Bernhard Schussek 216d7e415d Merge remote branch 'mweimerskirch/form_pattern_attribute' into mweimerskirch_merge vor 14 Jahren
  Victor Berchet 971aad0593 Merge branch 'master' into form-phpdoc-2 vor 14 Jahren
  Bernhard Schussek da28f8e3b3 [Form] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options vor 14 Jahren
  Bernhard Schussek 21013b930c [Form] Improved test coverage of FormFactory and improved error handling vor 14 Jahren
  Victor Berchet 87a6fd0f99 [Form] phpDoc vor 14 Jahren
  Victor Berchet 2db53b5e28 [Form] Order method according to their visibility to respect the CS vor 14 Jahren
  Victor Berchet 2a8f2d2bfa [Form] fix and add some phpDoc vor 14 Jahren
  Kris Wallsmith f3b077a0dd [Form] removed a bunch of unused use statements vor 14 Jahren
  Michel Weimerskirch 476644a92c [Form] Support for the HTML5 "pattern" attribute, see http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#the-pattern-attribute vor 14 Jahren
  Fabien Potencier c6e0ccfdcd Merge remote branch 'pborreli/form-typo' vor 14 Jahren
  Fabien Potencier f251eab92f Revert "[Form] added a way to register a Form extension after creation of the FormFactory" vor 14 Jahren
  Fabien Potencier 2f3ddb88ef Merge remote branch 'bschussek/form' vor 14 Jahren
  Pascal Borreli 06b3c386d9 [Form] Fixed typos vor 14 Jahren
  Fabien Potencier 08bf2af455 fixed email vor 14 Jahren
  Bernhard Schussek d58c610833 [Form] Improved the way passed data is handled in FormFactory vor 14 Jahren
  Fabien Potencier 2b8c7f84b5 [Form] added a way to register a Form extension after creation of the FormFactory vor 14 Jahren
  Bernhard Schussek 1ce2db87e2 [Form] Added FormTypeExtensionInterface vor 14 Jahren
  Bernhard Schussek 54e66c518f [Form] Reorganized code into "form extensions" vor 14 Jahren
  Bernhard Schussek a97366fbcb [Form] Split signature of FormFactory::create() into create() and createNamed() vor 14 Jahren
  Brikou CARRE 28121e4a57 [Form] AbstractType::getName() improvement vor 14 Jahren
  Bernhard Schussek e3db366116 [Form] Passing FormFactory to FormBuilder in its constructor vor 14 Jahren
  Fabien Potencier 49dc836521 [Form] moved the template context creation to the Form class vor 14 Jahren
  Fabien Potencier 7f2294395c [Form] reverted the templating part to be similar to what we have today vor 14 Jahren
  Bernhard Schussek 1ef18360fa [Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path vor 14 Jahren
  Bernhard Schussek 1fa004ceb2 [Form] Simplified the interface names of the Renderer subnamespace vor 14 Jahren
  Bernhard Schussek 89361d036f [Form] Renamed FormType::configure() to FormType::buildForm() vor 14 Jahren