8000 Merge pull request #19248 from fabpot/release-2.7.15 · symfony/symfony@06b07dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 06b07dd

Browse files
authored
Merge pull request #19248 from fabpot/release-2.7.15
released v2.7.15
2 parents 94773ad + ec1ff36 commit 06b07dd

File tree

3 files changed

+91
-39
lines changed

3 files changed

+91
-39
lines changed

CHANGELOG-2.7.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.15 (2016-06-30)
11+
12+
* bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)
13+
* bug #18688 [HttpFoundation] Warning when request has both Forwarded and X-Forwarded-For (magnusnordlander)
14+
* bug #19173 [Console] Decouple SymfonyStyle from TableCell (ro0NL)
15+
* bug #17822 [WIP] [Form] fix `empty_data` option in expanded `ChoiceType` (HeahDude)
16+
* bug #19134 Distinguish between first and subsequent progress bar displays (rquadling)
17+
* bug #19061 [FORM] fix post_max_size_message translation (alt. 2) (David Badura)
18+
* bug #19100 [Console] Fixed SymfonyQuestionHelper multi-choice with defaults (sstok)
19+
* bug #18924 [DoctrineBridge] Don't use object IDs in DoctrineChoiceLoader when passing a value closure (webmozart)
20+
* bug #19138 [DomCrawler] No more exception on field name with strange format (guiled, fabpot)
21+
* bug #18935 [Form] Consider a violation even if the form is not submitted (egeloen)
22+
* bug #19127 [Form] Add exception to FormRenderer about non-unique block names (enumag)
23+
* bug #19118 [Process] Fix pipes cleaning on Windows (nicolas-grekas)
24+
* bug #19128 Avoid phpunit 5.4 warnings on getMock (2.7+) (iltar)
25+
* bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)
26+
* bug #19101 [Session] fix PDO transaction aborted under PostgreSQL (Tobion)
27+
* bug #18501 [HttpFoundation] changed MERGE queries (hjkl)
28+
* bug #19062 [HttpFoundation] Fix UPSERT for PgSql >= 9.5 (nicolas-grekas)
29+
* bug #18548 [Form] minor fixes in DateTime transformers (HeahDude)
30+
* bug #18732 [PropertyAccess][DX] Enhance exception that say that some methods are missing if they don't (nykopol)
31+
* bug #19048 [HttpFoundation] Use UPSERT for sessions stored in PgSql >= 9.5 (nicolas-grekas)
32+
* bug #19038 Fix feature detection for IE (Alsciende)
33+
* bug #18915 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)
34+
* bug #19020 [Form] Fixed collapsed choice attributes (HeahDude)
35+
* bug #19028 [Yaml] properly count skipped comment lines (xabbuh)
36+
* bug #17733 [Yaml] Fix wrong line number when comments are inserted in the middle of a block. (paradajozsef)
37+
* bug #18911 Fixed singular of committee (peterrehm)
38+
* bug #18971 Do not inject web debug toolbar on attachments (peterrehm)
39+
1040
* 2.7.14 (2016-06-06)
1141

1242
* bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)

0 commit comments

Comments
 (0)
0