Skip to content

Commit 5a5eb50

Browse files
committed
Merge branch '2.4'
* 2.4: Revert "Fix "Array was modified outside object" in ResizeFormListener." Added failing test bumped Symfony version to 2.4.3 updated VERSION for 2.4.2 updated CHANGELOG for 2.4.2 bumped Symfony version to 2.3.11 updated VERSION for 2.3.10 update CONTRIBUTORS for 2.3.10 updated CHANGELOG for 2.3.10 [Console] removed problematic regex fixed various inconsistencies [DomCrawler] Added support for <area> tags to be treated as links Fix "Array was modified outside object" in ResizeFormListener. Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents f828aee + 5ab9c3b commit 5a5eb50

File tree

14 files changed

+237
-114
lines changed

14 files changed

+237
-114
lines changed

CHANGELOG-2.3.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 2.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
99

10+
* 2.3.10 (2014-02-12)
11+
12+
* bug #10231 [Console] removed problematic regex (fabpot)
13+
* bug #10245 [DomCrawler] Added support for <area> tags to be treated as links (shamess)
14+
* bug #10232 [Form] Fix "Array was modified outside object" in ResizeFormListener. (Chekote)
15+
* bug #10215 [Routing] reduced recursion in dumper (arnaud-lb)
16+
* bug #10207 [DomCrawler] Fixed filterXPath() chaining (robbertkl)
17+
* bug #10205 [DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
18+
* bug #10191 [HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
19+
* bug #10195 [Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
20+
* bug #10151 [Form] Update DateTime objects only if the actual value has changed (peterrehm)
21+
* bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
22+
* bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
23+
* bug #10119 [Validator] Minor fix in XmlFileLoader (florianv)
24+
* bug #10078 [BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
25+
* bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)
26+
* bug #10053 [Form] fixed allow render 0 numeric input value (dczech)
27+
* bug #10033 [HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
28+
* bug #10023 [FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
29+
* bug #9985 Prevent WDT from creating a session (mvrhov)
30+
* bug #10000 [Console] Fixed the compatibility with HHVM (stof)
31+
* bug #9979 [Doctrine Bridge][Validator] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
32+
* bug #9983 [TwigBridge] Update min. version of Twig (stloyd)
33+
* bug #9970 [CssSelector] fixed numeric attribute issue (jfsimon)
34+
* bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
35+
* bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)
36+
* bug #9960 [Form] Update minimal requirement in composer.json (stloyd)
37+
* bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)
38+
* bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
39+
* bug #9933 Propel1 exception message (jaugustin)
40+
* bug #9949 [BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
41+
1042
* 2.3.9 (2014-01-05)
1143

1244
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

CHANGELOG-2.4.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ in 2.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.4.0...v2.4.1
99

10+
* 2.4.2 (2014-02-12)
11+
12+
* bug #10215 [Routing] reduced recursion in dumper (arnaud-lb)
13+
* bug #10207 [DomCrawler] Fixed filterXPath() chaining (robbertkl)
14+
* bug #10205 [DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
15+
* bug #10191 [HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
16+
* bug #10195 [Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
17+
* bug #10151 [Form] Update DateTime objects only if the actual value has changed (peterrehm)
18+
* bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
19+
* bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
20+
* bug #10002 Routing condition bugfix (marco-jantke)
21+
* bug #10119 [Validator] Minor fix in XmlFileLoader (florianv)
22+
* bug #10078 [BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
23+
* bug #10095 [Security] fix DI for SimpleFormAuthenticationListener (Tobion)
24+
* bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)
25+
* bug #10053 [Form] fixed allow render 0 numeric input value (dczech)
26+
* bug #10067 [HttpKernel] allow null value in fragment handler (kbond)
27+
* bug #10042 [Expression Language] fix foo[index] (schokocappucino)
28+
* bug #10033 [HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
29+
* bug #10023 [FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
30+
* bug #9985 Prevent WDT from creating a session (mvrhov)
31+
* bug #10010 [Twig Bridge] Fixed bug in ExpressionExtension (ricbra)
32+
* bug #10000 [Console] Fixed the compatibility with HHVM (stof)
33+
* bug #9979 [Doctrine Bridge][Validator] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
34+
* bug #9983 [TwigBridge] Update min. version of Twig (stloyd)
35+
* bug #9970 [CssSelector] fixed numeric attribute issue (jfsimon)
36+
* bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
37+
* bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)
38+
* bug #9960 [Form] Update minimal requirement in composer.json (stloyd)
39+
* bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)
40+
* bug #9957 [Console] Fixed command name guessing if an alternative is an alias (jakzal)
41+
* bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
42+
* bug #9933 Propel1 exception message (jaugustin)
43+
* bug #9949 [BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
44+
1045
* 2.4.1 (2014-01-05)
1146

1247
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy