You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2.3:
Clear lazy loading initializer after the service is successfully initialized
[FrameworkBundle] added support for double-quoted strings in the extractor (closes#8797)
[SecurityBundle] Move format-dependent tests from SecurityExtensionTest
bumped Symfony version to 2.3.5-DEV
updated VERSION for 2.3.4
updated CHANGELOG for 2.3.4
bumped Symfony version to 2.2.7
updated VERSION for 2.2.6
update CONTRIBUTORS for 2.2.6
updated CHANGELOG for 2.2.6
clearToken exception is thrown at wrong place.
fix typo in test skipped message
[Form] Fixed Form::all() signature for PHP 5.3.3
[Form] Fixed Form::all() signature for PHP 5.3.3
[Locale] Fixed: Locale::setDefault() throws no exception when "en" is passed
[Locale] Fixed: StubLocale::setDefault() throws no exception when "en" is passed
[Translation] Grammar fix
[Yaml] fixed embedded folded string parsing
[Validator] fixed Boolean handling in XML constraint mappings (closes#5603)
[Translation] Fixed regression: When only one rule is passed to transChoice(), this rule should be used
Conflicts:
src/Symfony/Component/HttpKernel/Kernel.php
* 0951b8d: [Translation] Fixed regression: When only one rule is passed to transChoice(), this rule should be used
16
+
* 4563f1b: [Yaml] Fix comment containing a colon on a scalar line being parsed as a hash.
17
+
* 7e87eb1: fixed request format when forwarding a request
18
+
* ccaaedf: [Form] PropertyPathMapper::mapDataToForms() *always* calls setData() on every child to ensure that all *_DATA events were fired when the initialization phase is over (except for virtual forms)
19
+
* 00bc270: [Form] Fixed: submit() reacts to dynamic modifications of the form children
* 33b0a17: [Validator] fixed Boolean handling in XML constraint mappings (closes #5603)
18
+
* 0951b8d: [Translation] Fixed regression: When only one rule is passed to transChoice(), this rule should be used
19
+
* 4563f1b: [Yaml] Fix comment containing a colon on a scalar line being parsed as a hash.
20
+
* 7e87eb1: fixed request format when forwarding a request
21
+
* 07d14e5: [Form] Removed exception in Button::setData(): setData() is now always called for all elements in the form tree during the initialization of the tree
22
+
* ccaaedf: [Form] PropertyPathMapper::mapDataToForms() *always* calls setData() on every child to ensure that all *_DATA events were fired when the initialization phase is over (except for virtual forms)
23
+
* 00bc270: [Form] Fixed: submit() reacts to dynamic modifications of the form children
24
+
* c4636e1: added a functional test for locale handling in sub-requests
0 commit comments