Skip to content

Commit 2ee1df3

Browse files
committed
updated CHANGELOG for 2.3.14
1 parent 2723e44 commit 2ee1df3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.14 (2014-05-22)
11+
12+
* bug #10849 [WIP][Finder] Fix wrong implementation on sortable callback comparator (ProPheT777)
13+
* bug #10929 [Process] Add validation on Process input (romainneutron)
14+
* bug #10958 [DomCrawler] Fixed filterXPath() chaining loosing the parent DOM nodes (stof, robbertkl)
15+
* bug #10953 [HttpKernel] fixed file uploads in functional tests without file selected (realmfoo)
16+
* bug #10937 [HttpKernel] Fix "absolute path" when we look to the cache directory (BenoitLeveque)
17+
* bug #10908 [HttpFoundation] implement session locking for PDO (Tobion)
18+
* bug #10894 [HttpKernel] removed absolute paths from the generated container (fabpot)
19+
* bug #10926 [DomCrawler] Fixed the initial state for options without value attribute (stof)
20+
* bug #10925 [DomCrawler] Fixed the handling of boolean attributes in ChoiceFormField (stof)
21+
* bug #10777 [Form] Automatically add step attribute to HTML5 time widgets to display seconds if needed (tucksaun)
22+
* bug #10909 [PropertyAccess] Fixed plurals for -ves words (csarrazi)
23+
* bug #10899 Explicitly define the encoding. (jakzal)
24+
* bug #10897 [Console] Fix a console test (jakzal)
25+
* bug #10896 [HttpKernel] Fixed cache behavior when TTL has expired and a default "global" TTL is defined (alquerci, fabpot)
26+
* bug #10841 [DomCrawler] Fixed image input case sensitive (geoffrey-brier)
27+
* bug #10714 [Console]Improve formatter for double-width character (denkiryokuhatsuden)
28+
* bug #10872 [Form] Fixed TrimListenerTest as of PHP 5.5 (webmozart)
29+
* bug #10762 [BrowserKit] Allow URLs that don't contain a path when creating a cookie from a string (thewilkybarkid)
30+
* bug #10863 [Security] Add check for supported attributes in AclVoter (artursvonda)
31+
* bug #10833 [TwigBridge][Transchoice] set %count% from the current context. (aitboudad)
32+
* bug #10820 [WebProfilerBundle] Fixed profiler seach/homepage with empty token (tucksaun)
33+
* bug #10815 Fixed issue #5427 (umpirsky)
34+
* bug #10817 [Debug] fix #10313: FlattenException not found (nicolas-grekas)
35+
* bug #10803 [Debug] fix ErrorHandlerTest when context is not an array (nicolas-grekas)
36+
* bug #10801 [Debug] ErrorHandler: remove $GLOBALS from context in PHP5.3 fix #10292 (nicolas-grekas)
37+
* bug #10797 [HttpFoundation] Allow File instance to be passed to BinaryFileResponse (anlutro)
38+
* bug #10643 [TwigBridge] Removed strict check when found variables inside a translation (goetas)
39+
1040
* 2.3.13 (2014-04-27)
1141

1242
* bug #10789 [Console] Fixed the rendering of exceptions on HHVM with a terminal width (stof)

0 commit comments

Comments
 (0)