Bernhard Schussek
|
c575432790
[Form] Added test case for bf2f9d2a028f526cd4c61b870571d07834b59bd0
|
14 years ago |
Bernhard Schussek
|
e0ff61949e
[Form] Renamed the value "text" of the "widget" option of the "date" type to "single-text"
|
14 years ago |
Bernhard Schussek
|
74cca63938
[Form] CSRF fields are not included in the children of a FormView anymore if the view is not the root
|
14 years ago |
Bernhard Schussek
|
bf1dfbbe99
[Form] Added test for last commit by kriswallsmith and improved dealing with original names
|
14 years ago |
Bernhard Schussek
|
38098604af
[Form] Added tests for blocks/templates in the format _<ID>_(widget|row|label|...)
|
14 years ago |
Pascal Borreli
|
47948c8d2b
[Form] Fixed bug creating empty "1" directory in root
|
14 years ago |
Bernhard Schussek
|
6f1bc356a8
[Form] Refactored code from CoreExtension to new ValidatorExtension
|
14 years ago |
Bernhard Schussek
|
54e66c518f
[Form] Reorganized code into "form extensions"
|
14 years ago |
Bernhard Schussek
|
a97366fbcb
[Form] Split signature of FormFactory::create() into create() and createNamed()
|
14 years ago |
Bernhard Schussek
|
57722550de
[Form] Added test for 'email' type and fixed a few bugs
|
14 years ago |
Bernhard Schussek
|
30922d9375
[Form] Fixed: Checkboxes in an expanded choice field never have the 'required' HTML5 attribute. Closes http://trac.symfony-project.org/ticket/9588
|
14 years ago |
Bernhard Schussek
|
bc0efff28d
[Form][FrameworkBundle] Fixed escaping of choice widgets
|
14 years ago |
Bernhard Schussek
|
4f1ae660fa
[Form] Fixed choice labels in expanded choice fields
|
14 years ago |
Bernhard Schussek
|
41c6ab0ac7
[Form] Field labels can now be passed in the 'label' option
|
14 years ago |
Bernhard Schussek
|
3d92549382
[FrameworkBundle] Fixed various escaping problems and added test cases for them
|
14 years ago |
Bernhard Schussek
|
990bef8afb
[Form][FrameworkBundle][TwigBundle] Fixed: CSRF fields are not rendered for nested forms anymore
|
14 years ago |
Bernhard Schussek
|
8fe21285ba
[Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object
|
14 years ago |
Bernhard Schussek
|
c6fe6a750d
[Form] Added functional test for the 'size' attribute in the select tags of a time field
|
14 years ago |
Bernhard Schussek
|
72b17cd67c
[Form] Renamed TemplateContext to FormView
|
14 years ago |
Bernhard Schussek
|
ca6ae09779
[Form] Removed TemplateContext::create()
|
14 years ago |
Bernhard Schussek
|
4907c7d81d
[Form] Added test coverage for expanded choice fields
|
14 years ago |
Bernhard Schussek
|
c2dcebf6ea
[FrameworkBundle] Added test coverage for FormHelper and fixed various rendering bugs
|
14 years ago |
Bernhard Schussek
|
96f040cec1
[Form] Added extensive test coverage for div_layout.html.twig
|
14 years ago |