8000 Merge branch '2.7' into 2.8 · symfony/symfony@2a7e385 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a7e385

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: respect the umask argument in dumpFile() dumpFile(), preserve existing file permissions Add validate method to mockec validator in form TypeTestCase bumped Symfony version to 2.7.26 updated VERSION for 2.7.25 update CONTRIBUTORS for 2.7.25 updated CHANGELOG for 2.7.25 [HttpKernel] fixed Kernel name when stored in a directory starting with a number context listener: hardening user provider handling
2 parents 07dfac3 + fda2472 commit 2a7e385

File tree

10 files changed

+251
-30
lines changed

10 files changed

+251
-30
lines changed

CHANGELOG-2.7.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ 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.25 (2017-03-06)
11+
12+
* bug #21671 [Serializer] Xml encoder throws exception for valid data (gr1ev0us)
13+
* bug #21805 Provide less state in getRequestFormat (dawehner)
14+
* bug #21832 [Routing] Ignore hidden directories when loading routes from annotations (jakzal)
15+
* bug #21769 [Form] Improve rounding precision (foaly-nr1)
16+
* bug #21267 [Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily (issei-m)
17+
* bug #21731 Fix emacs link (rubenrua)
18+
* bug #21800 Fix issues reported by static analyze (romainneutron)
19+
* bug #21798 Revert "bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)" (xabbuh)
20+
* bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)
21+
* bug #21756 [Yaml] Stop replacing NULLs when merging (gadelat)
22+
* bug #21722 [ExpressionLanguage] Registering functions after calling evaluate(), compile() or parse() is not supported (maidmaid)
23+
* bug #21679 [SecurityBundle] fix priority ordering of security voters (xabbuh)
24+
* bug #21115 [Validator] do not guess getter method names (xabbuh)
25+
* bug #21661 Fix Composer constraints (fabpot)
26+
* bug #21582 [HttpCache] purge both http and https from http cache (dbu)
27+
* bug #21637 [FrameworkBundle] remove translation data collector when not usable (xabbuh)
28+
* bug #21634 [VarDumper] Added missing persistent stream cast (lyrixx)
29+
* bug #21436 [DependencyInjection] check for circular refs caused by method calls (xabbuh)
30+
* bug #21400 [Serializer] fix upper camel case conversion (see #21399) (markusu49)
31+
* bug #21599 [Console][Table] fixed render when using multiple rowspans. (aitboudad)
32+
* bug #21613 [Process] Permit empty suffix on Windows (Bilge)
33+
* bug #21057 [DI] Auto register extension configuration classes as a resource (ro0NL)
34+
* bug #21592 [Validator] property constraints can be added in child classes (angelk, xabbuh)
35+
* bug #21458 [Config] Early return for DirectoryResource (robfrawley)
36+
* bug #21562 [DoctrineBridge] make sure that null can be the invalid value (xabbuh)
37+
1038
* 2.7.24 (2017-02-06)
1139

1240
* bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)

0 commit comments

Comments
 (0)
0