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

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 0a320e4

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Add PHPDbg support to HTTP components bumped Symfony version to 2.7.45 updated VERSION for 2.7.44 update CONTRIBUTORS for 2.7.44 updated CHANGELOG for 2.7.44 Fix check of color support on Windows
2 parents 9fcb4cd + eac5ede commit 0a320e4

File tree

8 files changed

+82
-30
lines changed

8 files changed

+82
-30
lines changed

CHANGELOG-2.7.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.44 (2018-04-02)
11+
12+
* bug #26727 [HttpCache] Unlink tmp file on error (Chansig)
13+
* bug #26675 [HttpKernel] DumpDataCollector: do not flush when a dumper is provided (ogizanagi)
14+
* bug #26663 [TwigBridge] Fix rendering of currency by MoneyType (ro0NL)
15+
* bug #26677 Support phpdbg SAPI in Debug::enable() (hkdobrev)
16+
* bug #26621 [Form] no type errors with invalid submitted data types (xabbuh)
17+
* bug #26337 [Finder] Fixed leading/trailing / in filename (lyrixx)
18+
* bug #26584 [TwigBridge] allow html5 compatible rendering of forms with null names (systemist)
19+
* bug #24401 [Form] Change datetime to datetime-local for HTML5 datetime input (pierredup)
20+
* bug #26370 [Security] added userChecker to SimpleAuthenticationProvider (i3or1s)
21+
* bug #26569 [BrowserKit] Fix cookie path handling when $domain is null (dunglas)
22+
* bug #26598 Fixes #26563 (open_basedir restriction in effect) (temperatur)
23+
* bug #26568 [Debug] Reset previous exception handler earlier to prevent infinite loop (nicolas-grekas)
24+
* bug #26567 [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore (fancyweb)
25+
* bug #26356 [FrameworkBundle] HttpCache is not longer abstract (lyrixx)
26+
* bug #26548 [DomCrawler] Change bad wording in ChoiceFormField::untick (dunglas)
27+
* bug #26433 [DomCrawler] extract(): fix a bug when the attribute list is empty (dunglas)
28+
* bug #26452 [Intl] Load locale aliases to support alias fallbacks (jakzal)
29+
* bug #26450 [CssSelector] Fix CSS identifiers parsing - they can start with dash (jakubkulhan)
30+
1031
* 2.7.43 (2018-03-05)
1132

1233
* bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)

0 commit comments

Comments
 (0)
0