Commit History

作者 SHA1 備註 提交日期
  stloyd edf4b87dcb Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 14 年之前
  Bernhard Schussek da28f8e3b3 [Form] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options 14 年之前
  Bernhard Schussek 21013b930c [Form] Improved test coverage of FormFactory and improved error handling 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 ce5f3073bd Fixed test suite and names of accessor methods in TemplateContext 14 年之前
  Bernhard Schussek 1fa004ceb2 [Form] Simplified the interface names of the Renderer subnamespace 14 年之前
  Bernhard Schussek fae319e77a [Form] Renderers are now created explicitely using FormFactory::createRenderer(). This improves performance on requests where a form does not need to be rendered 14 年之前
  Bernhard Schussek c786fac303 [Form] Sample fix implementation of renderers 14 年之前
  Bernhard Schussek 7b412cc762 [Form] Removed FormFactory::addGuessers() and moved guessers to constructor arg instead 14 年之前
  Benjamin Eberlei b43318ee3e [Form] Add tests for untested classes. 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 a28151a8af [Form] Removed FormFactory and improved the form instantiation process 14 年之前
  Bernhard Schussek d017970867 [Form] Implemented FormFactory::buildDefault() to ease the use of the new CSRF implementation without the DIC 14 年之前