8000 Merge remote-tracking branch 'upstream/master' into STRINGREADER · symfony/symfony@e607582 · GitHub
[go: up one dir, main page]

Skip to content

Commit e607582

Browse files
committed
Merge remote-tracking branch 'upstream/master' into STRINGREADER
2 parents 0b15d14 + d6e8937 commit e607582

File tree

405 files changed

+5518
-1641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+5518
-1641
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ before_install:
5151
# A sigchild-enabled-PHP is used to test the Process component on the lowest PHP matrix line
5252
- if [[ ! $deps && $PHP = ${MIN_PHP%.*} && ! -d php-$MIN_PHP/sapi ]]; then wget http://museum.php.net/php5/php-$MIN_PHP.tar.bz2 -O - | tar -xj; (cd php-$MIN_PHP; ./configure --enable-sigchild --enable-pcntl; make -j2); fi
5353
- if [[ ! $PHP = hhvm* ]]; then INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; else INI_FILE=/etc/hhvm/php.ini; fi
54+
- if [[ ! $skip ]]; then echo date.timezone = Europe/Paris >> $INI_FILE; fi
5455
- if [[ ! $skip ]]; then echo memory_limit = -1 >> $INI_FILE; fi
5556
- if [[ ! $skip ]]; then echo session.gc_probability = 0 >> $INI_FILE; fi
5657
- if [[ ! $skip ]]; then echo opcache.enable_cli = 1 >> $INI_FILE; fi

CHANGELOG-3.1.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,63 @@ in 3.1 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/v3.1.0...v3.1.1
99

10+
* 3.1.7 (2016-11-21)
11+
12+
* bug #20550 [YAML] Fix processing timestamp strings with timezone (myesain)
13+
* bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas)
14+
* bug #20544 [PhpUnitBridge] Fix time-sensitive tests that use data providers (julienfalque)
15+
* bug #20484 bumped min version of Twig to 1.28 (fabpot)
16+
* bug #20519 [Debug] Remove GLOBALS from exception context to avoid endless recursion (Seldaek)
17+
* bug #20455 [ClassLoader] Fix ClassCollectionLoader inlining with __halt_compiler (giosh94mhz)
18+
* bug #20307 [Form] Fix Date\TimeType marked as invalid on request with single_text and zero seconds (LuisDeimos)
19+
* bug #20480 [FrameworkBundle] Register the ArrayDenormalizer (dunglas)
20+
* bug #20286 [Serializer] Fix DataUriNormalizer's regex (dunglas)
21+
* bug #20466 [Translation] fixed nested fallback catalogue using multiple locales. (aitboudad)
22+
* bug #20465 [#18637][TranslationDebug] workaround for getFallbackLocales. (aitboudad)
23+
* bug #20453 [Cache] Make directory hashing case insensitive (nicolas-grekas)
24+
* bug #20440 [TwigBridge][TwigBundle][HttpKernel] prefer getSourceContext() over getSource() (xabbuh)
25+
* bug #20287 Properly format value in UniqueEntityValidator (alcaeus)
26+
* bug #20422 [Translation][fallback] add missing resources in parent catalogues. (aitboudad)
27+
* bug #20378 [Form] Fixed show float values as choice value in ChoiceType (yceruto)
28+
* bug #20294 Improved the design of the metrics in the profiler (javiereguiluz)
29+
* bug #20375 [HttpFoundation][Session] Fix memcache session handler (klandaika)
30+
* bug #20377 [Console] Fix infinite loop on missing input (chalasr)
31+
* bug #20372 [Console] simplified code (fabpot)
32+
* bug #20342 [Form] Fix UrlType transforms valid protocols (ogizanagi)
33+
* bug #20292 Enhance GAE compat by removing some realpath() (nicolas-grekas)
34+
* bug #20326 [VarDumper] Fix dumping Twig source in stack traces (nicolas-grekas)
35+
* bug #20321 Compatibility with Twig 1.27 (xkobal)
36+
37+
* 3.1.6 (2016-10-27)
38+
39+
* bug #20291 [Yaml] Fix 7.1 compat (nicolas-grekas)
40+
* bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)
41+
* bug #20267 [DependencyInjection] A decorated service should not keep the autowiring types (chalasr)
42+
* bug #20278 [DependencyInjection] merge tags instead of completely replacing them (xabbuh)
43+
* bug #20271 Changes related to Twig 1.27 (fabpot)
44+
* bug #20252 Trim constant values in XmlFileLoader (lstrojny)
45+
* bug #20239 [HttpKernel] Fix a regression in the RequestDataCollector (jakzal)
46+
* bug #20253 [TwigBridge] Use non-deprecated Twig_Node::getTemplateLine() (fabpot)
47+
* bug #20243 [WebProfilerBundle][btn-link] add `cursor: pointer` (aitboudad)
48+
* bug #20175 [VarDumper] Fix source links with latests Twig versions (nicolas-grekas)
49+
* bug #20235 [DomCrawler] Allow pipe (|) character in link tags when using Xpath expressions (klausi, nicolas-grekas)
50+
* bug #20224 [Twig] removed deprecations added in Twig 1.27 (fabpot)
51+
* bug #19478 fixed Filesystem:makePathRelative and added 2 more testcases (muhammedeminakbulut)
52+
* bug #20218 [HttpFoundation] no 304 response if method is not cacheable (xabbuh)
53+
* bug #20207 [DependencyInjection] move tags from decorated to decorating service (xabbuh)
54+
* bug #20205 [HttpCache] fix: do not cache OPTIONS request (dmaicher)
55+
* bug #20146 [Validator] Prevent infinite loop in PropertyMetadata (wesleylancel)
56+
* bug #20184 [FrameworkBundle] Convert null prefix to an empty string in translation:update (chalasr)
57+
* bug #20154 [PropertyInfo] Fix edge cases in ReflectionExtractor (nicolas-grekas)
58+
* bug #19725 [Security] $attributes can be anything, but RoleVoter assumes strings (Jonatan Männchen)
59+
* bug #20127 [HttpFoundation] JSONP callback validation (ro0NL)
60+
* bug #20163 add missing use statement (xabbuh)
61+
* bug #19961 [Console] Escape question text and default value in SymfonyStyle::ask() (chalasr)
62+
* bug #20141 [Console] Fix validation of empty values using SymfonyQuestionHelper::ask() (chalasr)
63+
* bug #20147 [FrameworkBundle] Alter container class instead of kernel name in cache:clear command (nicolas-grekas)
64+
* bug #20156 Fix event annotation for arguments resolving event (Koc)
65+
* bug #20152 [HttpKernel] Fix nullable types handling (nicolas-grekas)
66+
1067
* 3.1.5 (2016-10-03)
1168

1269
* bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)

0 commit comments

Comments
 (0)
0