Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ab9c3b

Browse filesBrowse files
committed
Merge branch '2.3' into 2.4
* 2.3: Revert "Fix "Array was modified outside object" in ResizeFormListener." Added failing test 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 [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 82d9a76 + c4ffe02 commit 5ab9c3b
Copy full SHA for 5ab9c3b

File tree

Expand file treeCollapse file tree

8 files changed

+198
-106
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+198
-106
lines changed

‎CHANGELOG-2.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.3.md
+32Lines 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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.