Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Bart van den Burg d97d7e93c0 Added a check to see if the type is a string if it's not a FormTypeInterface 13 gadi atpakaļ
  stloyd edf4b87dcb Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 14 gadi atpakaļ
  Bernhard Schussek da28f8e3b3 [Form] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options 14 gadi atpakaļ
  Bernhard Schussek 21013b930c [Form] Improved test coverage of FormFactory and improved error handling 14 gadi atpakaļ
  Bernhard Schussek 54e66c518f [Form] Reorganized code into "form extensions" 14 gadi atpakaļ
  Bernhard Schussek a97366fbcb [Form] Split signature of FormFactory::create() into create() and createNamed() 14 gadi atpakaļ
  Bernhard Schussek ce5f3073bd Fixed test suite and names of accessor methods in TemplateContext 14 gadi atpakaļ
  Bernhard Schussek 1fa004ceb2 [Form] Simplified the interface names of the Renderer subnamespace 14 gadi atpakaļ
  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 gadi atpakaļ
  Bernhard Schussek c786fac303 [Form] Sample fix implementation of renderers 14 gadi atpakaļ
  Bernhard Schussek 7b412cc762 [Form] Removed FormFactory::addGuessers() and moved guessers to constructor arg instead 14 gadi atpakaļ
  Benjamin Eberlei b43318ee3e [Form] Add tests for untested classes. 14 gadi atpakaļ
  Bernhard Schussek 7f9284105d [Form] Moved namespace FieldGuesser to Type\Guesser 14 gadi atpakaļ
  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 gadi atpakaļ
  Bernhard Schussek 700c96e7fa [Form] Moved FieldFactoryTest to FormFactoryTest and fixed it 14 gadi atpakaļ
  Bernhard Schussek a28151a8af [Form] Removed FormFactory and improved the form instantiation process 14 gadi atpakaļ
  Bernhard Schussek d017970867 [Form] Implemented FormFactory::buildDefault() to ease the use of the new CSRF implementation without the DIC 14 gadi atpakaļ