Skip to content

Commit a5e6172

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: add @event annotation for AuthenticationEvents add @event annotation for KernelEvents bumped Symfony version to 2.7.13 updated VERSION for 2.7.12 update CONTRIBUTORS for 2.7.12 updated CHANGELOG for 2.7.12 bumped Symfony version to 2.3.41 updated VERSION for 2.3.40 update CONTRIBUTORS for 2.3.40 updated CHANGELOG for 2.3.40 Revert "minor symfony#18257 [Routing] Don't needlessly execute strtr's as they are fairly expensive (arjenm)" Revert "fixed CS" [FrameworkBundle] Remove misleading comment bug symfony#17460 [DI] fix ambiguous services schema
2 parents 6bc7c87 + 591fc3a commit a5e6172

File tree

8 files changed

+153
-49
lines changed

8 files changed

+153
-49
lines changed

CHANGELOG-2.3.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.40 (2016-04-29)
11+
12+
* bug #18246 [DependencyInjection] fix ambiguous services schema (backbone87)
13+
* bug #18603 [PropertyAccess] ->getValue() should be read-only (nicolas-grekas)
14+
* bug #18280 [Routing] add query param if value is different from default (Tobion)
15+
* bug #18515 [Filesystem] Better error handling in remove() (nicolas-grekas)
16+
* bug #18449 [PropertyAccess] Fix regression (nicolas-grekas)
17+
* bug #18467 [DependencyInjection] Resolve aliases before removing abstract services + add tests (nicolas-grekas)
18+
* bug #18460 [DomCrawler] Fix select option with empty value (Matt Wells)
19+
* bug #18425 [Security] Fixed SwitchUserListener when exiting an impersonation with AnonymousToken (lyrixx)
20+
* bug #18317 [Form] fix "prototype" not required when parent form is not required (HeahDude)
21+
* bug #18439 [Logging] Add support for Firefox (43+) in ChromePhpHandler (arjenm)
22+
* bug #18385 Detect CLI color support for Windows 10 build 10586 (mlocati)
23+
* bug #18426 [EventDispatcher] Try first if the event is Stopped (lyrixx)
24+
* bug #18265 Optimize ReplaceAliasByActualDefinitionPass (ajb-in)
25+
* bug #18358 [Form] NumberToLocalizedStringTransformer should return floats when possible (nicolas-grekas)
26+
* bug #17926 [DependencyInjection] Enable alias for service_container (hason)
27+
* bug #18336 [Debug] Fix handling of php7 throwables (nicolas-grekas)
28+
* bug #18312 [ClassLoader] Fix storing not-found classes in APC cache (nicolas-grekas)
29+
* bug #18255 [HttpFoundation] Fix support of custom mime types with parameters (Ener-Getick)
30+
* bug #18259 [PropertyAccess] Backport fixes from 2.7 (nicolas-grekas)
31+
* bug #18224 [PropertyAccess] Remove most ref mismatches to improve perf (nicolas-grekas)
32+
* bug #18210 [PropertyAccess] Throw an UnexpectedTypeException when the type do not match (dunglas, nicolas-grekas)
33+
* bug #18216 [Intl] Fix invalid numeric literal on PHP 7 (nicolas-grekas)
34+
* bug #18147 [Validator] EmailValidator cannot extract hostname if email contains multiple @ symbols (natechicago)
35+
* bug #18175 [Translation] Add support for fuzzy tags in PoFileLoader (nud)
36+
* bug #18179 [Form] Fix NumberToLocalizedStringTransformer::reverseTransform with big integers (ovrflo, nicolas-grekas)
37+
* bug #18164 [HttpKernel] set s-maxage only if all responses are cacheable (xabbuh)
38+
1039
* 2.3.39 (2016-03-13)
1140

1241
* bug #18080 [HttpFoundation] Set the Content-Range header if the requested Range is unsatisfied (jakzal)

CHANGELOG-2.7.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ 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.12 (2016-04-29)
11+
12+
* bug #18180 [Form] fixed BC break with pre selection of choices with `ChoiceType` and its children (HeahDude)
13+
* bug #18562 [WebProfilerBunde] Give an absolute url in case the request occured from another domain (romainneutron)
14+
* bug #18603 [PropertyAccess] ->getValue() should be read-only (nicolas-grekas)
15+
* bug #18593 [VarDumper] Fix dumping type hints for non-existing parent classes (nicolas-grekas)
16+
* bug #18581 [Console] [TableHelper] make it work with SymfonyStyle. (aitboudad)
17+
* bug #18280 [Routing] add query param if value is different from default (Tobion)
18+
* bug #18496 [Console] use ANSI escape sequences in ProgressBar overwrite method (alekitto)
19+
* bug #18491 [DependencyInjection] anonymous services are always private (xabbuh)
20+
* bug #18515 [Filesystem] Better error handling in remove() (nicolas-grekas)
21+
* bug #18449 [PropertyAccess] Fix regression (nicolas-grekas)
22+
* bug #18429 [Console] Correct time formatting. (camporter)
23+
* bug #18467 [DependencyInjection] Resolve aliases before removing abstract services + add tests (nicolas-grekas)
24+
* bug #18460 [DomCrawler] Fix select option with empty value (Matt Wells)
25+
* bug #18425 [Security] Fixed SwitchUserListener when exiting an impersonation with AnonymousToken (lyrixx)
26+
* bug #18317 [Form] fix "prototype" not required when parent form is not required (HeahDude)
27+
* bug #18439 [Logging] Add support for Firefox (43+) in ChromePhpHandler (arjenm)
28+
* bug #18385 Detect CLI color support for Windows 10 build 10586 (mlocati)
29+
* bug #18426 [EventDispatcher] Try first if the event is Stopped (lyrixx)
30+
* bug #18394 [FrameworkBundle] Return the invokable service if its name is the class name (dunglas)
31+
* bug #18265 Optimize ReplaceAliasByActualDefinitionPass (ajb-in)
32+
* bug #18349 [Process] Fix stream_select priority when writing to stdin (nicolas-grekas)
33+
* bug #18358 [Form] NumberToLocalizedStringTransformer should return floats when possible (nicolas-grekas)
34+
* bug #17926 [DependencyInjection] Enable alias for service_container (hason)
35+
* bug #18352 [Debug] Fix case sensitivity checks (nicolas-grekas)
36+
* bug #18336 [Debug] Fix handling of php7 throwables (nicolas-grekas)
37+
* bug #18354 [FrameworkBundle][TwigBridge] fix high deps tests (xabbuh)
38+
* bug #18312 [ClassLoader] Fix storing not-found classes in APC cache (nicolas-grekas)
39+
* bug #18298 [Validator] do not treat payload as callback (xabbuh)
40+
1041
* 2.7.11 (2016-03-25)
1142

1243
* bug #18255 [HttpFoundation] Fix support of custom mime types with parameters (Ener-Getick)

0 commit comments

Comments
 (0)