Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
* 2.3:
  bumped Symfony version to 2.3.10
  updated VERSION for 2.3.9
  update CONTRIBUTORS for 2.3.9
  updated CHANGELOG for 2.3.9
  Add support SAPI cli-server
  Fix hardcoded listenerTag name in error message
  [HttpFoundation] Documented public properties.
  [Routing] add missing unit tests for Route and RouteCollection classes

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Routing/Tests/RouteCollectionTest.php
  • Loading branch information
fabpot committed Jan 5, 2014
2 parents e5629d7 + e7df0cf commit 8cc2414
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 30 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG-2.3.md
Expand Up @@ -7,6 +7,39 @@ in 2.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1

* 2.3.9 (2014-01-05)

* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)
* bug #9940 [EventDispatcher] Fix hardcoded listenerTag name in error message (lemoinem)
* bug #9908 [HttpFoundation] Throw proper exception when invalid data is passed to JsonResponse class (stloyd)
* bug #9902 [Security] fixed pre/post authentication checks (fabpot)
* bug #9899 [Filesystem | WCM] 9339 fix stat on url for filesystem copy (cordoval)
* bug #9589 [DependencyInjection] Fixed #9020 - Added support for collections in service#parameters (lavoiesl)
* bug #9889 [Console] fixed column width when using the Table helper with some decoration in cells (fabpot)
* bug #9323 [DomCrawler]fix #9321 Crawler::addHtmlContent add gbk encoding support (bronze1man)
* bug #8997 [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role. (pawaclawczyk)
* bug #9557 [DoctrineBridge] Fix for cache-key conflict when having a \Traversable as choices (DRvanR)
* bug #9879 [Security] Fix ExceptionListener to catch correctly AccessDeniedException if is not first exception (fabpot)
* bug #9885 [Dependencyinjection] Fixed handling of inlined references in the AnalyzeServiceReferencesPass (fabpot)
* bug #9884 [DomCrawler] Fixed creating form objects from named form nodes (jakzal)
* bug #9882 Add support for HHVM in the getting of the PHP executable (fabpot)
* bug #9850 [Validator] Fixed IBAN validator with 0750447346 value (stewe)
* bug #9865 [Validator] Fixes message value for objects (jongotlin)
* bug #9441 [Form][DateTimeToArrayTransformer] Check for hour, minute & second validity (egeloen)
* bug #9867 #9866 [Filesystem] Fixed mirror for symlinks (COil)
* bug #9806 [Security] Fix parent serialization of user object (ddeboer)
* bug #9834 [DependencyInjection] Fixed support for backslashes in service ids. (jakzal)
* bug #9826 fix #9356 [Security] Logger should manipulate the user reloaded from provider (matthieuauger)
* bug #9769 [BrowserKit] fixes #8311 CookieJar is totally ignorant of RFC 6265 edge cases (jzawadzki)
* bug #9697 [Config] fix 5528 let ArrayNode::normalizeValue respect order of value array provided (cordoval)
* bug #9701 [Config] fix #7243 allow 0 as arraynode name (cordoval)
* bug #9795 [Form] Fixed issue in BaseDateTimeTransformer when invalid timezone cause Trans... (tyomo4ka)
* bug #9714 [HttpFoundation] BinaryFileResponse should also return 416 or 200 on some range-requets (SimonSimCity)
* bug #9601 [Routing] Remove usage of deprecated _scheme requirement (Danez)
* bug #9489 [DependencyInjection] Add normalization to tag options (WouterJ)
* bug #9135 [Form] [Validator] fix maxLength guesser (franek)
* bug #9790 [Filesystem] Changed the mode for a target file in copy() to be write only (jakzal)

* 2.3.8 (2013-12-16)

* bug #9758 [Console] fixed TableHelper when cell value has new line (k-przybyszewski)
Expand Down

0 comments on commit 8cc2414

Please sign in to comment.