Skip to content

Commit 93b0f0c

Browse files
committed
FIX #13919 added TranslationsCacheWarmer to generate catalogues at warmup
1 parent 17ad6fd commit 93b0f0c

File tree

227 files changed

+2217
-2186
lines changed

Some content is hidden

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

227 files changed

+2217
-2186
lines changed

CHANGELOG-2.3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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.26 (2015-03-17)
11+
12+
* bug #13927 Fixing wrong variable name from #13519 (weaverryan)
13+
* bug #13519 [DependencyInjection] fixed service resolution for factories (fabpot)
14+
* bug #13901 [Bundle] Fix charset config (nicolas-grekas, bamarni)
15+
* bug #13911 [HttpFoundation] MongoDbSessionHandler::read() now checks for valid session age (bzikarsky)
16+
* bug #13890 Fix XSS in Debug exception handler (fabpot)
17+
* bug #13744 minor #13377 [Console] Change greater by greater or equal for isFresh in FileResource (bijibox)
18+
* bug #13708 [HttpFoundation] fixed param order for Nginx's x-accel-mapping (phansys)
19+
* bug #13767 [HttpKernel] Throw double-bounce exceptions (nicolas-grekas)
20+
* bug #13769 [Form] NativeRequestHandler file handling fix (mpajunen)
21+
* bug #13779 [FrameworkBundle] silence E_USER_DEPRECATED in insulated clients (nicolas-grekas)
22+
* bug #13715 Enforce UTF-8 charset for core controllers (WouterJ)
23+
* bug #13683 [PROCESS] make sure /dev/tty is readable (staabm)
24+
* bug #13733 [Process] Fixed PhpProcess::getCommandLine() result (francisbesset)
25+
* bug #13618 [PropertyAccess] Fixed invalid feedback -> foodback singularization (WouterJ)
26+
* bug #13630 [Console] fixed ArrayInput, if array contains 0 key. (arima-ryunosuke)
27+
* bug #13647 [FrameworkBundle] Fix title and placeholder rendering in php form templates (jakzal)
28+
* bug #13607 [Console] Fixed output bug, if escaped string in a formatted string. (tronsha)
29+
* bug #13466 [Security] Remove ContextListener's onKernelResponse listener as it is used (davedevelopment)
30+
* bug #12864 [Console][Table] Fix cell padding with multi-byte (ttsuruoka)
31+
* bug #13375 [YAML] Fix one-liners to work with multiple new lines (Alex Pott)
32+
* bug #13545 fixxed order of usage (OskarStark)
33+
* bug #13567 [Routing] make host matching case-insensitive (Tobion)
34+
1035
* 2.3.25 (2015-01-30)
1136

1237
* bug #13528 [Validator] reject ill-formed strings (nicolas-grekas)

CHANGELOG-2.6.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,53 @@ 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.5 (2015-03-17)
11+
12+
* bug #13944 [HttpKernel] UriSigner::buildUrl - default params for http_build_query (Jakub Simon)
13+
* bug #13896 [ExpressionLanguage] fixed issues when parsing postfix expressions (zerustech)
14+
* bug #13914 [DependencyInjection] do not inline service factories (xabbuh)
15+
* bug #13924 [DependencyInjection] resolve class parameters in service factories (xabbuh)
16+
* bug #13927 Fixing wrong variable name from #13519 (weaverryan)
17+
* bug #13519 [DependencyInjection] fixed service resolution for factories (fabpot)
18+
* bug #13790 [acl][command][SecurityBundle] Fixed user input option mode to be an Array (benjaminlong)
19+
* bug #13902 [Debug] reintroduce charset param to ExceptionHandler (nicolas-grekas)
20+
* bug #13901 [Bundle] Fix charset config (nicolas-grekas, bamarni)
21+
* bug #13911 [HttpFoundation] MongoDbSessionHandler::read() now checks for valid session age (bzikarsky)
22+
* bug #13883 #13857 Added default button class (Piers Warmers)
23+
* bug #13890 Fix XSS in Debug exception handler (fabpot)
24+
* bug #13860 [VarDumper] Fix "next element is already occupied" (nicolas-grekas)
25+
* bug #13806 [TwigBridge] Bootstrap Layout - Fix the label of checkbox cannot be empty (ogizanagi)
26+
* bug #13835 [PropertyAccess] stop overwriting once a reference is reached (3rd) (bananer)
27+
* bug #13814 [Twig] bootstrap_3_layout.html.twig is traitable (Dusan Kasan)
28+
* bug #13816 [OptionsResolver] fix allowed values with null (Tobion)
29+
* bug #13744 minor #13377 [Console] Change greater by greater or equal for isFresh in FileResource (bijibox)
30+
* bug #13708 [HttpFoundation] fixed param order for Nginx's x-accel-mapping (phansys)
31+
* bug #13767 [HttpKernel] Throw double-bounce exceptions (nicolas-grekas)
32+
* bug #13785 [VarDumper] Workaround stringy numeric keys (nicolas-grekas)
33+
* bug #13769 [Form] NativeRequestHandler file handling fix (mpajunen)
34+
* bug #13779 [FrameworkBundle] silence E_USER_DEPRECATED in insulated clients (nicolas-grekas)
35+
* bug #13715 Enforce UTF-8 charset for core controllers (WouterJ)
36+
* bug #13683 [PROCESS] make sure /dev/tty is readable (staabm)
37+
* bug #13733 [Process] Fixed PhpProcess::getCommandLine() result (francisbesset)
38+
* bug #13729 Fix the toolbar JS for IE (stof)
39+
* bug #13693 [HttpKernel] Fixed DumpDataCollector: dump.name for Windows file paths (King2500)
40+
* bug #13618 [PropertyAccess] Fixed invalid feedback -> foodback singularization (WouterJ)
41+
* bug #13685 [WebProfilerBundle] Fix for broken profiler layout (kbond)
42+
* bug #13636 [WebProfilerBundle] Fixes event listener attaching error in IE (aik099)
43+
* bug #13630 [Console] fixed ArrayInput, if array contains 0 key. (arima-ryunosuke)
44+
* bug #13647 [FrameworkBundle] Fix title and placeholder rendering in php form templates (jakzal)
45+
* bug #13608 Fix form icon position in web profiler (sadikoff)
46+
* bug #13642 [Translator][Logging] implement TranslatorBagInterface. (aitboudad)
47+
* bug #13607 [Console] Fixed output bug, if escaped string in a formatted string. (tronsha)
48+
* bug #13611 [Console] “console help” ignores --raw option (c960657)
49+
* bug #13466 [Security] Remove ContextListener's onKernelResponse listener as it is used (davedevelopment)
50+
* bug #12864 [Console][Table] Fix cell padding with multi-byte (ttsuruoka)
51+
* bug #13201 [FrameworkBundle][config cmd] initialize extension. (aitboudad)
52+
* bug #13375 [YAML] Fix one-liners to work with multiple new lines (Alex Pott)
53+
* bug #13545 fixxed order of usage (OskarStark)
54+
* bug #13577 [HttpKernel] Added use of instantiateController method provided in (#12022) (stavichenko)
55+
* bug #13567 [Routing] make host matching case-insensitive (Tobion)
56+
1057
* 2.6.4 (2015-02-02)
1158

1259
* bug #13489 [VarDumper] CSS fix (Arrilot)

0 commit comments

Comments
 (0)