Skip to content

Commit cd89270

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: Remove Spaceless Blocks From Twig Templates 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 Added verbosity methods Conflicts: src/Symfony/Component/Form/FormError.php
2 parents 7e1b4f6 + a050160 commit cd89270

File tree

66 files changed

+708
-521
lines changed

Some content is hidden

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

66 files changed

+708
-521
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)