@@ -7,6 +7,99 @@ in 2.8 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
9
9
10
+ * 2.8.3 (2016-02-28)
11
+
12
+ * bug #17947 Fix - #17676 (backport #17919 to 2.3) (Ocramius)
13
+ * bug #17942 Fix bug when using an private aliased factory service (WouterJ)
14
+ * bug #17798 [ Form] Fix BC break by allowing 'choice_label' option to be 'false' in ChoiceType (HeahDude)
15
+ * bug #17542 ChoiceFormField of type "select" could be "disabled" (bouland)
16
+ * bug #17602 [ HttpFoundation] Fix BinaryFileResponse incorrect behavior with if-range header (bburnichon)
17
+ * bug #17760 [ Form] fix choice value "false" in ChoiceType (HeahDude)
18
+ * bug #17914 [ Console] Fix escaping of trailing backslashes (nicolas-grekas)
19
+ * bug #17074 Fix constraint validator alias being required (Triiistan)
20
+ * bug #17866 [ DependencyInjection] replace alias in factories (xabbuh)
21
+ * bug #17867 [ DependencyInjection] replace alias in factory services (xabbuh)
22
+ * bug #17860 Fixed the antialiasing of the toolbar text (javiereguiluz)
23
+ * bug #17569 [ FrameworkBundle] read commands from bundles when accessing list (havvg)
24
+ * bug #16987 [ FileSystem] Windows fix (flip111)
25
+ * bug #17787 [ Form] Fix choice placeholder edge cases (Tobion)
26
+ * bug #17835 [ Yaml] fix default timezone to be UTC (xabbuh)
27
+ * bug #17823 [ DependencyInjection] fix dumped YAML string (xabbuh)
28
+ * bug #17818 [ Console] InvalidArgumentException is thrown under wrong condition (robinkanters)
29
+ * bug #17819 [ HttpKernel] Prevent a fatal error when DebugHandlersListener is used with a kernel with no terminateWithException() method (jakzal)
30
+ * bug #17814 [ DependencyInjection] fix dumped YAML snytax (xabbuh)
31
+ * bug #17099 [ Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path (alekitto)
32
+ * bug #17694 [ DoctrineBridge] [ Form] fix choice_value in EntityType (HeahDude)
33
+ * bug #17790 [ Config] Fix EnumNodeDefinition to allow building enum nodes with one element (ogizanagi)
34
+ * bug #17729 [ Yaml] properly parse lists in object maps (xabbuh)
35
+ * bug #17719 [ DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder (lukaszmakuch)
36
+ * bug #17742 [ DependencyInjection] Fix #16461 Container::set() replace aliases (mnapoli)
37
+ * bug #17745 Added more exceptions to singularify method (javiereguiluz)
38
+ * bug #17691 Fixed (string) catchable fatal error for PHP Incomplete Class instances (yceruto)
39
+ * bug #17766 Fixed (string) catchable fatal error for PHP Incomplete Class instances (yceruto)
40
+ * bug #17757 [ HttpFoundation] BinaryFileResponse sendContent return as parent. (2.3) (SpacePossum)
41
+ * bug #17748 [ DomCrawler] Remove the overridden getHash() method to prevent problems when cloning the crawler (jakzal)
42
+ * bug #17725 [ WebProfilerBundle] Add width attribute on SVG - Fix toolbar profiler on microsoft edge (AlexandrePavy)
43
+ * bug #17703 [ FrameworkBundle] Support autowiring for TranslationInterface (dunglas)
44
+ * bug #17613 [ WebProfiler] Fixed logo and menu profiler for Microsoft Edge (WhiteEagle88)
45
+ * bug #17702 [ TwigBridge] forward compatibility with Yaml 3.1 (xabbuh)
46
+ * bug #17673 [ Routing] add files used in FileResource objects (xabbuh)
47
+ * bug #17672 [ DependencyInjection] [ Routing ] add files used in FileResource objects (xabbuh)
48
+ * bug #17669 [ Console] remove readline support (xabbuh)
49
+ * bug #17600 Fixed the Bootstrap form theme for inlined checkbox/radio (javiereguiluz)
50
+ * bug #17596 [ Translation] Add resources from fallback locale to parent catalogue (c960657)
51
+ * bug #17605 [ FrameworkBundle] remove default null value for asset version (xabbuh)
52
+ * bug #17606 [ DependencyInjection] pass triggerDeprecationError arg to parent class (xabbuh)
53
+ * bug #16956 [ DependencyInjection] XmlFileLoader: enforce tags to have a name (xabbuh)
54
+ * bug #16265 [ BrowserKit] Corrected HTTP_HOST logic (Naktibalda)
55
+ * bug #17559 [ SecurityBundle] Fix HTTP Digest auth not being passed user checker (SamFleming)
56
+ * bug #17554 [ DependencyInjection] resolve aliases in factories (xabbuh)
57
+ * bug #17555 [ DependencyInjection] resolve aliases in factory services (xabbuh)
58
+ * bug #17511 [ Form] ArrayChoiceList can now deal with a null in choices (issei-m)
59
+ * bug #17430 [ Serializer] Ensure that groups are strings (dunglas)
60
+ * bug #15272 [ FrameworkBundle] Fix template location for PHP templates (jakzal)
61
+ * bug #11232 [ Routing] Fixes fatal errors with object resources in AnnotationDirectoryLoader::supports (Tischoi)
62
+ * bug #17526 Escape the delimiter in Glob::toRegex (javiereguiluz)
63
+ * bug #17527 fixed undefined variable (fabpot)
64
+ * bug #15706 [ framework-bundle] Added support for the ` 0.0.0.0/0 ` trusted proxy (zerkms)
65
+ * bug #16274 [ HttpKernel] Lookup the response even if the lock was released after two second wait (jakzal)
66
+ * bug #16954 [ TranslationUpdateCommand] fixed undefined resultMessage var. (aitboudad)
67
+ * bug #17355 [ DoctrineBridge] [ Validator ] >= 2.3 Pass association instead of ID as argument (xavismeh)
68
+ * bug #17330 Limit the max height/width of icons in the profiler menu (javiereguiluz)
69
+ * bug #17454 Allow absolute URLs to be displayed in the debug toolbar (javiereguiluz)
70
+ * bug #16736 [ Request] Ignore invalid IP addresses sent by proxies (GromNaN)
71
+ * bug #17459 [ EventDispatcher] TraceableEventDispatcher resets event listener priorities (c960657)
72
+ * bug #17486 [ FrameworkBundle] Throw for missing container extensions (kix)
73
+ * bug #16961 Overriding profiler position in CSS breaks JS positioning (aschempp)
74
+ * bug #16873 Able to load big xml files with DomCrawler (zorn-v)
75
+ * bug #16897 [ Form] Fix constraints could be null if not set (DZunke)
76
+ * bug #16912 [ Translation] [ Writer ] avoid calling setBackup if the dumper is not FileDumper (aitboudad)
77
+ * bug #17505 sort bundles in config: dump-reference command (xabbuh)
78
+ * bug #17514 [ Asset] Add defaultNull to version configuration (ewgRa)
79
+ * bug #16511 [ Asset] Ability to set empty version strategy in packages (ewgRa)
80
+ * bug #17457 Display Ajax requests from newest to oldest in the toolbar (javiereguiluz)
81
+ * bug #17503 [ Asset] CLI: use request context to generate absolute URLs (xabbuh)
82
+ * bug #17478 [ HttpFoundation] Do not overwrite the Authorization header if it is already set (jakzal)
83
+ * bug #17461 [ Yaml] tag for dumped PHP objects must be a local one (xabbuh)
84
+ * bug #16822 [ FrameworkBundle] [ Validator ] Fix apc cache service deprecation (ogizanagi)
85
+ * bug #17463 [ Form] make tests compatible with Symfony 2.8 and 3.0 (xabbuh)
86
+ * bug #17456 [ DX] Remove default match from AbstractConfigCommand::findExtension (kix)
87
+ * bug #17424 [ Process] Update in 2.7 for stream-based output storage (romainneutron)
88
+ * bug #17417 Fixed the form profiler when using long form types (javiereguiluz)
89
+ * bug #17423 [ Process] Use stream based storage to avoid memory issues (romainneutron)
90
+ * bug #17406 [ Form] ChoiceType: Fix a notice when 'choices' normalizer is replaced (paradajozsef)
91
+ * bug #17433 [ FrameworkBundle] Don't log twice with the error handler (nicolas-grekas)
92
+ * bug #17418 Fixed Bootstrap form theme form "reset" buttons (javiereguiluz)
93
+ * bug #17416 [ PropertyInfo] PhpDocExtractor: Fix a notice when the property doesn'… (dunglas)
94
+ * bug #17404 fix merge 2.3 into 2.7 for SecureRandom dependency (Tobion)
95
+ * bug #17373 [ SecurityBundle] fix SecureRandom service constructor args (Tobion)
96
+ * bug #17382 [ TwigBridge] Use label_format option for checkbox and radio labels (enumag)
97
+ * bug #17380 [ TwigBridge] Use label_format option for checkbox and radio labels (enumag)
98
+ * bug #17377 Fix performance (PHP5) and memory (PHP7) issues when using token_get_all (nicolas-grekas, peteward)
99
+ * bug #17389 [ Routing] Fixed correct class name in thrown exception (fixes #17388 ) (robinvdvleuten)
100
+ * bug #17358 [ ClassLoader] Use symfony/polyfill-apcu (nicolas-grekas)
101
+ * bug #17370 [ HttpFoundation] [ Cookie ] Cookie DateTimeInterface fix (wildewouter)
102
+
10
103
* 2.8.2 (2016-01-14)
11
104
12
105
* security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)
0 commit comments