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 22b17b2

Browse filesBrowse files
Merge branch '2.7' into 2.8
* 2.7: [travis] Add PHP 7 to allowed failures until segfaults are fixed [Intl] Fix test [Translator][fallback catalogues] fixed circular reference. bumped Symfony version to 2.3.33 updated VERSION for 2.3.32 update CONTRIBUTORS for 2.3.32 updated CHANGELOG for 2.3.32 [FrameworkBundle] Fix templating.helper.code.file_link_format when defined by ini setting [console] Use the description when no help is available
2 parents d76cc03 + 323178e commit 22b17b2
Copy full SHA for 22b17b2

File tree

Expand file treeCollapse file tree

14 files changed

+123
-40
lines changed
Filter options
Expand file treeCollapse file tree

14 files changed

+123
-40
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ matrix:
1414
- php: 5.4
1515
- php: 5.5
1616
- php: 5.6
17-
env: deps=low
18-
- php: 7.0
1917
env: deps=high
18+
- php: 7
19+
- php: 5.6
20+
env: deps=low
21+
allow_failures:
22+
- php: 7
2023
fast_finish: true
2124

2225
services: mongodb

‎CHANGELOG-2.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.3.md
+32Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ 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.32 (2015-09-01)
11+
12+
* bug #15601 [console] Use the description when no help is available (Nicofuma)
13+
* bug #15603 [HttpKernel] Do not normalize the kernel root directory path #15567 (leofeyer)
14+
* bug #15428 Fix the validation of form resources to register the default theme (stof)
15+
* bug #15619 [Translation] Fix the string casting in the XliffFileLoader (stof)
16+
* bug #15575 Add appveyor.yml for C.I. on Windows (nicolas-grekas)
17+
* bug #15611 [Translation][Xliff Loader] Support omitting the <target> node in an .xlf file. (leofeyer)
18+
* bug #15549 [FrameworkBundle] Fix precedence of xdebug.file_link_format (nicolas-grekas)
19+
* bug #15589 made Symfony compatible with both Twig 1.x and 2.x (fabpot)
20+
* bug #15535 made Symfony compatible with both Twig 1.x and 2.x (fabpot)
21+
* bug #14372 [DoctrineBridge][Form] fix EntityChoiceList when indexing by primary foreign key (giosh94mhz)
22+
* bug #15489 Implement the support of timezone objects in the stub IntlDateFormatter (stof)
23+
* bug #15426 [Serializer] Add support for variadic arguments in the GetSetNormalizer (stof)
24+
* bug #15480 [Yaml] Nested merge keys (mathroc)
25+
* bug #15445 do not remove space between attributes (greg0ire)
26+
* bug #15263 [HttpFoundation] fixed the check of 'proxy-revalidate' in Response::mustRevalidate() (axiac)
27+
* bug #15425 [Routing] Fix the retrieval of the default value for variadic arguments in the annotation loader (wdalmut, stof)
28+
* bug #15074 Fixing DbalSessionHandler to work with a Oracle "limitation" or bug? (nuncanada)
29+
* bug #15380 do not dump leading backslashes in class names (xabbuh)
30+
* bug #15376 [ClassMapGenerator] Skip ::class constant (WouterJ)
31+
* bug #15170 [Config] type specific check for emptiness (xabbuh)
32+
* bug #15411 Fix the handling of null as locale in the stub intl classes (stof)
33+
* bug #15413 Fix the return value on error for intl methods returning arrays (stof)
34+
* bug #15392 Fix missing _route parameter notice in RouterListener logging case (Haehnchen)
35+
* bug #15386 [php7] Fix for substr() always returning a string (nicolas-grekas)
36+
* bug #15355 [Security] Do not save the target path in the session for a stateless firewall (lyrixx)
37+
* bug #15330 [Console] Fix console output with closed stdout (jakzal)
38+
* bug #15326 [Security] fix check for empty usernames (xabbuh)
39+
* bug #15249 [HttpFoundation] [PSR-7] Allow to use resources as content body and to return resources from string content (dunglas)
40+
* bug #15282 [HttpFoundation] Behaviour change in PHP7 for substr (Nicofuma)
41+
1042
* 2.3.31 (2015-07-13)
1143

1244
* bug #15248 Added 'default' color (jaytaph)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.