Skip to content

Commit 56b0139

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: Validate locales sets intos translator Fix UserPassword validator translation Remove Spaceless Blocks from Twig Form Templates fixed typo [HttpFoundation] Fix to prevent magic bytes injection in JSONP responses (Prevents CVE-2014-4671) added regression test fix issue symfony#8171 on configuration tree for twig extension -- pairing up with @cordoval [HttpFoundation] Fix wrong assertion in Response test [Upgrade] Fixed markdown syntax [2.3][Form] Cleanup & fix phpdocs Conflicts: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
2 parents d976118 + 06a80fb commit 56b0139

File tree

63 files changed

+664
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+664
-503
lines changed

UPGRADE-2.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Form
110110
}
111111
```
112112

113-
* The *_SET_DATA events are now guaranteed to be fired *after* the children
113+
* The `*_SET_DATA` events are now guaranteed to be fired *after* the children
114114
were added by the FormBuilder (unless setData() is called manually). Before,
115-
the *_SET_DATA events were sometimes thrown before adding child forms,
115+
the `*_SET_DATA` events were sometimes thrown before adding child forms,
116116
which made it impossible to remove child forms dynamically.
117117

118118
A consequence of this change is that you need to set the "auto_initialize"

0 commit comments

Comments
 (0)