Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 618b7dc

Browse filesBrowse files
committed
Merge branch '2.3' into 2.6
* 2.3: Fix small coding style [2.3] Static Code Analysis for Components [Form] fixed phpdoc CS: Convert double quotes to single quotes Fixed MongoODM entity loader. Improved loading behavior of entities and documents by reusing entity loader. [Validator] added Japanese translation for unmatched charset (id: 80) [DependencyInjection] Highest precedence for user parameters [Translation][MoFileLoader] fixed load empty translation. bumped Symfony version to 2.3.27 updated VERSION for 2.3.26 update CONTRIBUTORS for 2.3.26 updated CHANGELOG for 2.3.26 Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php src/Symfony/Bundle/TwigBundle/Command/LintCommand.php src/Symfony/Component/Config/Definition/ReferenceDumper.php src/Symfony/Component/Debug/ExceptionHandler.php src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php src/Symfony/Component/Filesystem/Filesystem.php src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Serializer/Encoder/XmlEncoder.php src/Symfony/Component/Translation/PluralizationRules.php src/Symfony/Component/Validator/Constraints/IssnValidator.php src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf src/Symfony/Component/Yaml/Tests/InlineTest.php
2 parents 49c60d7 + 052735d commit 618b7dc
Copy full SHA for 618b7dc

File tree

Expand file treeCollapse file tree

101 files changed

+393
-320
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

101 files changed

+393
-320
lines changed

‎CHANGELOG-2.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.3.md
+25Lines 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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.