Fabien Potencier
|
60b811947b
[Form] fixed error message (closes #1034)
|
14 年之前 |
Bernhard Schussek
|
216d7e415d
Merge remote branch 'mweimerskirch/form_pattern_attribute' into mweimerskirch_merge
|
14 年之前 |
Victor Berchet
|
971aad0593
Merge branch 'master' into form-phpdoc-2
|
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 年之前 |
Victor Berchet
|
87a6fd0f99
[Form] phpDoc
|
14 年之前 |
Victor Berchet
|
2db53b5e28
[Form] Order method according to their visibility to respect the CS
|
14 年之前 |
Victor Berchet
|
2a8f2d2bfa
[Form] fix and add some phpDoc
|
14 年之前 |
Kris Wallsmith
|
f3b077a0dd
[Form] removed a bunch of unused use statements
|
14 年之前 |
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
|
14 年之前 |
Fabien Potencier
|
c6e0ccfdcd
Merge remote branch 'pborreli/form-typo'
|
14 年之前 |
Fabien Potencier
|
f251eab92f
Revert "[Form] added a way to register a Form extension after creation of the FormFactory"
|
14 年之前 |
Fabien Potencier
|
2f3ddb88ef
Merge remote branch 'bschussek/form'
|
14 年之前 |
Pascal Borreli
|
06b3c386d9
[Form] Fixed typos
|
14 年之前 |
Fabien Potencier
|
08bf2af455
fixed email
|
14 年之前 |
Bernhard Schussek
|
d58c610833
[Form] Improved the way passed data is handled in FormFactory
|
14 年之前 |
Fabien Potencier
|
2b8c7f84b5
[Form] added a way to register a Form extension after creation of the FormFactory
|
14 年之前 |
Bernhard Schussek
|
1ce2db87e2
[Form] Added FormTypeExtensionInterface
|
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 年之前 |
Brikou CARRE
|
28121e4a57
[Form] AbstractType::getName() improvement
|
14 年之前 |
Bernhard Schussek
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 年之前 |
Fabien Potencier
|
49dc836521
[Form] moved the template context creation to the Form class
|
14 年之前 |
Fabien Potencier
|
7f2294395c
[Form] reverted the templating part to be similar to what we have today
|
14 年之前 |
Bernhard Schussek
|
1ef18360fa
[Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path
|
14 年之前 |
Bernhard Schussek
|
1fa004ceb2
[Form] Simplified the interface names of the Renderer subnamespace
|
14 年之前 |
Bernhard Schussek
|
89361d036f
[Form] Renamed FormType::configure() to FormType::buildForm()
|
14 年之前 |
Bernhard Schussek
|
a58cfab37d
[Form] Removed form.type.loader tag and according compiler pass to simplify configuration. Custom types that are not in the DIC can be instantiated manually and passed wherever a type is desired.
|
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 年之前 |