Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1034146

Browse files
authored
Merge pull request #22263 from fabpot/release-2.7.26
released v2.7.26
2 parents a9da8a3 + 4cc5677 commit 1034146

File tree

3 files changed

+77
-30
lines changed

3 files changed

+77
-30
lines changed

CHANGELOG-2.7.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ in 2.7 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.7.0...v2.7.1
99

10+
* 2.7.26 (2017-04-04)
11+
12+
* bug #22229 [ExpressionLanguage] Provide the expression in syntax errors (k0pernikus, stof)
13+
* bug #22240 [DI] Fix fatal error at ContainerBuilder::compile() if config is not installed (chalasr)
14+
* bug #22140 [Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set (fancyweb)
15+
* bug #22217 [Console] Fix table cell styling (ro0NL)
16+
* bug #22194 [Console] CommandTester: disable color support detection (julienfalque)
17+
* bug #22188 [Console] Revised exception rendering (ro0NL)
18+
* bug #22154 [WebProfilerBundle] Normalize whitespace in exceptions passed in headers (curry684)
19+
* bug #22142 [Console] Escape exception messages in renderException (chalasr)
20+
* bug #22172 Fix port usage in server:status command (alcaeus)
21+
* bug #22164 [Bridge\Doctrine] Fix change breaking doctrine-bundle test suite (nicolas-grekas)
22+
* bug #22133 [Filesystem] normalize paths before making them relative (xabbuh)
23+
* bug #22138 [HttpFoundation][bugfix] $bags should always be initialized (MacDada)
24+
* bug #21810 #21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile (Antanas Arvasevicius)
25+
* bug #19778 [Security] Fixed roles serialization on token from user object (eko)
26+
* bug #22022 [Validator] fix URL validator to detect non supported chars according to RFC 3986 (e-moe)
27+
* bug #21968 Fixed pathinfo calculation for requests starting with a question mark. (syzygymsu)
28+
* bug #21846 [HttpFoundation] Fix Request::getHost() when having several hosts in X_FORWARDED_HOST (nicolas-grekas)
29+
* bug #21208 [Validator] Add object handling of invalid constraints in Composite (SenseException)
30+
* bug #22044 [Serializer] [XML] Ignore Process Instruction (jordscream)
31+
* bug #22079 [HttpKernel] Fixed bug with purging of HTTPS URLs (ausi)
32+
* bug #21523 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
33+
* bug #22001 [Doctrine Bridge] fix priority for doctrine event listeners (dmaicher)
34+
* bug #21981 [Console] Use proper line endings in BufferedOutput (julienfalque)
35+
* bug #21957 [Form] Choice type int values (BC Fix) (mcfedr)
36+
* bug #21923 [travis] Test with hhvm 3.18 (nicolas-grekas)
37+
* bug #21823 dumpFile(), preserve existing file permissions (chs2)
38+
* bug #21865 [Security] context listener: hardening user provider handling (xabbuh)
39+
* bug #21883 [HttpKernel] fix Kernel name when stored in a directory starting with a number (fabpot)
40+
1041
* 2.7.25 (2017-03-06)
1142

1243
* bug #21671 [Serializer] Xml encoder throws exception for valid data (gr1ev0us)

0 commit comments

Comments
 (0)