Bernhard Schussek
|
2ea68dfcd2
[Form] Improved test coverage of NumberToLocalizedStringTransformer
|
14 年之前 |
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 年之前 |
Bernhard Schussek
|
a05575bba1
[Form] Removed obsolete code. Use the 'attr' var instead
|
14 年之前 |
Bernhard Schussek
|
9582221862
[Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40
|
14 年之前 |
Bernhard Schussek
|
d0c572716a
Merge remote branch 'henrikbjorn/form' into henrik_merge
|
14 年之前 |
Bernhard Schussek
|
bc0efff28d
[Form][FrameworkBundle] Fixed escaping of choice widgets
|
14 年之前 |
Henrik Bjørnskov
|
e687685f98
[Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has
|
14 年之前 |
Bernhard Schussek
|
e787d5dc22
[Form] PropertyPath now can handle elements with special characters
|
14 年之前 |
Bernhard Schussek
|
4f1ae660fa
[Form] Fixed choice labels in expanded choice fields
|
14 年之前 |
Bernhard Schussek
|
41c6ab0ac7
[Form] Field labels can now be passed in the 'label' option
|
14 年之前 |
Bernhard Schussek
|
3d92549382
[FrameworkBundle] Fixed various escaping problems and added test cases for them
|
14 年之前 |
Bernhard Schussek
|
990bef8afb
[Form][FrameworkBundle][TwigBundle] Fixed: CSRF fields are not rendered for nested forms anymore
|
14 年之前 |
Bernhard Schussek
|
8fe21285ba
[Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object
|
14 年之前 |
Bernhard Schussek
|
276b23a344
[Form] Moved creation logic of FormView to Form class
|
14 年之前 |
Bernhard Schussek
|
44fa9bbeaa
[Form] Fixed: CSRF token is regenerated if validation fails to avoid stalled tokens. Closes https://github.com/symfony/symfony/pull/415
|
14 年之前 |
Bernhard Schussek
|
c9c8b5c98e
[Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433
|
14 年之前 |
Bernhard Schussek
|
77bea81ed5
[Form] Improved test coverage of ResizeFormListener. Fixed https://github.com/symfony/symfony/pull/493
|
14 年之前 |
Bernhard Schussek
|
fa457b1cc4
[Form] Renamed 'filter' listeners to 'on' to match naming conventions across the framework
|
14 年之前 |
Henrik Bjørnskov
|
fbb0ca5c4e
[Form] Fixed tests for previous commit
|
14 年之前 |
Henrik Bjørnskov
|
5547243f53
[Form] Starting to bring back resouces as configurable
|
14 年之前 |
Fabien Potencier
|
44edd8fe96
[TwigBundle] renamed default widget files
|
14 年之前 |
Bernhard Schussek
|
c6fe6a750d
[Form] Added functional test for the 'size' attribute in the select tags of a time field
|
14 年之前 |
Bernhard Schussek
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 年之前 |
Bernhard Schussek
|
2ddc85ae5a
[Form][Twig] Removed obsolete form_data() helper
|
14 年之前 |
Bernhard Schussek
|
44af72bbf4
Merge remote branch 'symfony/master' into experimental
|
14 年之前 |
Bernhard Schussek
|
72b17cd67c
[Form] Renamed TemplateContext to FormView
|
14 年之前 |
Bernhard Schussek
|
ca6ae09779
[Form] Removed TemplateContext::create()
|
14 年之前 |
Bernhard Schussek
|
4907c7d81d
[Form] Added test coverage for expanded choice fields
|
14 年之前 |
Bernhard Schussek
|
4c0d53a7b6
[TwigBundle] Merged div_layout.html.twig and widget.html.twig
|
14 年之前 |
Bernhard Schussek
|
c2dcebf6ea
[FrameworkBundle] Added test coverage for FormHelper and fixed various rendering bugs
|
14 年之前 |