Skip to content

Commit 5593bdd

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: (95 commits) [DependencyInjection] provide better error message when using deprecated configuration options [console][TableCell] get cell width without decoration. Improve the config validation in TwigBundle [VarDumper] Changed tooltip to expand-all keybinding in OS X [Bridge\PhpUnit] Fix composer installed phpunit detection [VarDumper] Fix generic casters calling order [2.7][SecurityBundle] Remove SecurityContext from Compile [WebProfilerBundle][logger] added missing deprecation message. Fix profiler CSS [Security][Acl] enforce string identifiers [FrameworkBundle] make `templating.helper.router` service available again for BC reasons [BrowserKit] Fix bug when uri starts with http. bumped Symfony version to 2.7.1 updated VERSION for 2.7.0 updated CHANGELOG for 2.7.0 bumped Symfony version to 2.6.10 updated VERSION for 2.6.9 updated CHANGELOG for 2.6.9 fixed tests bumped Symfony version to 2.3.31 ... Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Translation/Loader/JsonFileLoader.php
2 parents 78cf382 + d65adc0 commit 5593bdd

File tree

144 files changed

+1426
-400
lines changed

Some content is hidden

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

144 files changed

+1426
-400
lines changed

CHANGELOG-2.3.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.30 (2015-05-30)
11+
12+
* bug #14262 [REVERTED] [TwigBundle] Refresh twig paths when resources change. (aitboudad)
13+
14+
* 2.3.29 (2015-05-26)
15+
16+
* security #14759 CVE-2015-4050 [HttpKernel] Do not call the FragmentListener if _controller is already defined (jakzal)
17+
* bug #14715 [Form] Check instance of FormBuilderInterface instead of FormBuilder (dosten)
18+
* bug #14678 [Security] AbstractRememberMeServices::encodeCookie() validates cookie parts (MacDada)
19+
* bug #14635 [HttpKernel] Handle an array vary header in the http cache store (jakzal)
20+
* bug #14513 [console][formater] allow format toString object. (aitboudad)
21+
* bug #14335 [HttpFoundation] Fix baseUrl when script filename is contained in pathInfo (danez)
22+
* bug #14593 [Security][Firewall] Avoid redirection to XHR URIs (asiragusa)
23+
* bug #14618 [DomCrawler] Throw an exception if a form field path is incomplete (jakzal)
24+
* bug #14698 Fix HTML escaping of to-source links (nicolas-grekas)
25+
* bug #14690 [HttpFoundation] IpUtils::checkIp4() should allow `/0` networks (zerkms)
26+
* bug #14262 [TwigBundle] Refresh twig paths when resources change. (aitboudad)
27+
* bug #13633 [ServerBag] Handled bearer authorization header in REDIRECT_ form (Lance0312)
28+
* bug #13637 [CSS] WebProfiler break words (nicovak)
29+
* bug #14633 [EventDispatcher] make listeners removable from an executed listener (xabbuh)
30+
1031
* 2.3.28 (2015-05-10)
1132

1233
* bug #14266 [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)

CHANGELOG-2.6.md

+32
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 2.6 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.6.0...v2.6.1
99

10+
* 2.6.9 (2015-05-30)
11+
12+
* bug #14777 Avoid using the app global variable in the profiler templates (stof)
13+
* bug #14262 [REVERTED] [TwigBundle] Refresh twig paths when resources change. (aitboudad)
14+
15+
* 2.6.8 (2015-05-27)
16+
17+
* security #14759 CVE-2015-4050 [HttpKernel] Do not call the FragmentListener if _controller is already defined (jakzal)
18+
* bug #14743 [DebugBundle] Fix config XSD (nicolas-grekas)
19+
* bug #14726 [Translation] fixed JSON loader on PHP 7 when file is empty (fabpot)
20+
* bug #14715 [Form] Check instance of FormBuilderInterface instead of FormBuilder (dosten)
21+
* bug #14678 [Security] AbstractRememberMeServices::encodeCookie() validates cookie parts (MacDada)
22+
* bug #14635 [HttpKernel] Handle an array vary header in the http cache store (jakzal)
23+
* bug #14513 [console][formater] allow format toString object. (aitboudad)
24+
* bug #14335 [HttpFoundation] Fix baseUrl when script filename is contained in pathInfo (danez)
25+
* bug #14593 [Security][Firewall] Avoid redirection to XHR URIs (asiragusa)
26+
* bug #14618 [DomCrawler] Throw an exception if a form field path is incomplete (jakzal)
27+
* bug #14699 Fix HTML escaping of to-source links (amenk, nicolas-grekas)
28+
* bug #14698 Fix HTML escaping of to-source links (nicolas-grekas)
29+
* bug #14690 [HttpFoundation] IpUtils::checkIp4() should allow `/0` networks (zerkms)
30+
* bug #14696 Fix the rendering of deprecation log messages (stof)
31+
* bug #14683 Fixed the indentation in the compiled template for the DumpNode (stof)
32+
* bug #14262 [TwigBundle] Refresh twig paths when resources change. (aitboudad)
33+
* bug #13633 [ServerBag] Handled bearer authorization header in REDIRECT_ form (Lance0312)
34+
* bug #13637 [CSS] WebProfiler break words (nicovak)
35+
* bug #14217 [WebProfilerBundle] Fix regexp (romqin)
36+
* bug #14644 [Bridge\Twig] Adding a space between the icon and the error message (zmikael, nicolas-grekas)
37+
* bug #14640 [DebugBundle] Allow alternative destination for dumps (nicolas-grekas)
38+
* bug #14633 [EventDispatcher] make listeners removable from an executed listener (xabbuh)
39+
* bug #14609 [DebugBundle] Remove inlined dumps on XHR (nicolas-grekas)
40+
* bug #14605 [PropertyAccess] Fix setting public property on a class having a magic getter (lolautruche)
41+
1042
* 2.6.7 (2015-05-11)
1143

1244
* bug #14266 [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)

CHANGELOG-2.7.md

+36
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ 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.0 (2015-05-30)
11+
12+
* bug #14777 Avoid using the app global variable in the profiler templates (stof)
13+
* bug #14262 [REVERTED] [TwigBundle] Refresh twig paths when resources change. (aitboudad)
14+
* security #14759 CVE-2015-4050 [HttpKernel] Do not call the FragmentListener if _controller is already defined (jakzal)
15+
* bug #14745 [Serializer] AbstractNormalizer::instantiateObject allow default values when not optional (boekkooi)
16+
* bug #14743 [DebugBundle] Fix config XSD (nicolas-grekas)
17+
* bug #14711 [Serializer] AbstractNormalizer instantiateObject avoid `null` rejection (boekkooi)
18+
* bug #14726 [Translation] fixed JSON loader on PHP 7 when file is empty (fabpot)
19+
* bug #14715 [Form] Check instance of FormBuilderInterface instead of FormBuilder (dosten)
20+
* bug #14654 [Console] SymfonyStyle : fix blocks failed when $messages is null (ogizanagi)
21+
* bug #14708 [TwigBridge] use proper class to fetch asset version strategy property (xabbuh)
22+
* bug #14678 [Security] AbstractRememberMeServices::encodeCookie() validates cookie parts (MacDada)
23+
* bug #14635 [HttpKernel] Handle an array vary header in the http cache store (jakzal)
24+
* bug #14513 [console][formater] allow format toString object. (aitboudad)
25+
* bug #14335 [HttpFoundation] Fix baseUrl when script filename is contained in pathInfo (danez)
26+
* bug #14593 [Security][Firewall] Avoid redirection to XHR URIs (asiragusa)
27+
* bug #14576 [DoctrineBridge][Form] Fix BC break in DoctrineType (malarzm)
28+
* bug #14551 [Form] Fixed ChoiceType with legacy ChoiceList (xelaris)
29+
* bug #14648 [Console] Fix first choice was invalid when using value (ogizanagi)
30+
* bug #14618 [DomCrawler] Throw an exception if a form field path is incomplete (jakzal)
31+
* bug #14699 Fix HTML escaping of to-source links (amenk, nicolas-grekas)
32+
* bug #14698 Fix HTML escaping of to-source links (nicolas-grekas)
33+
* bug #14690 [HttpFoundation] IpUtils::checkIp4() should allow `/0` networks (zerkms)
34+
* bug #14696 Fix the rendering of deprecation log messages (stof)
35+
* bug #14683 Fixed the indentation in the compiled template for the DumpNode (stof)
36+
* bug #14262 [TwigBundle] Refresh twig paths when resources change. (aitboudad)
37+
* bug #13633 [ServerBag] Handled bearer authorization header in REDIRECT_ form (Lance0312)
38+
* bug #13637 [CSS] WebProfiler break words (nicovak)
39+
* bug #14217 [WebProfilerBundle] Fix regexp (romqin)
40+
* bug #14644 [Bridge\Twig] Adding a space between the icon and the error message (zmikael, nicolas-grekas)
41+
* bug #14645 [WebProfilerBundle] Fix compatiblity with HttpKernel < 2.7 (GromNaN)
42+
* bug #14640 [DebugBundle] Allow alternative destination for dumps (nicolas-grekas)
43+
* bug #14600 [Console] SymfonyStyle: fix block rpadding when escaping '<' (ogizanagi)
44+
* bug #14633 [EventDispatcher] make listeners removable from an executed listener (xabbuh)
45+
1046
* 2.7.0-BETA2 (2015-05-13)
1147

1248
* bug #14609 [DebugBundle] Remove inlined dumps on XHR (nicolas-grekas)

0 commit comments

Comments
 (0)