Skip to content

Commit 05b2c4e

Browse files
committed
Merge branch '2.5'
* 2.5: Remove Spaceless Blocks From Twig Templates Validate locales sets intos translator [Console] Remove estimated field from debug_nomax Fix UserPassword validator translation Remove Spaceless Blocks from Twig Form Templates [Validator] remove wrong deprecation message 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
2 parents d23320f + cd89270 commit 05b2c4e

File tree

70 files changed

+740
-527
lines changed

Some content is hidden

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

70 files changed

+740
-527
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)