CHANGELOG for 2.3.x =================== This changelog references the relevant changes (bug and security fixes) done 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) * bug #9760 [Routing] Fix router matching pattern against multiple hosts (karolsojko) * bug #9674 [Form] rename validators.ua.xlf to validators.uk.xlf (craue) * bug #9722 [Validator]Fixed getting wrong msg when value is an object in Exception (aitboudad) * bug #9750 allow TraceableEventDispatcher to reuse event instance in nested events (evillemez) * bug #9718 [validator] throw an exception if isn't an instance of ConstraintValidatorInterface. (aitboudad) * bug #9716 Reset the box model to content-box in the web debug toolbar (stof) * bug #9711 [FrameworkBundle] Allowed "0" as a checkbox value in php templates (jakzal) * bug #9665 [Bridge/Doctrine] ORMQueryBuilderLoader - handled the scenario when no entity manager is passed with closure query builder (jakzal) * bug #9656 [DoctrineBridge] normalized class names in the ORM type guesser (fabpot) * bug #9647 use the correct class name to retrieve mapped class' metadata and reposi... (xabbuh) * bug #9648 [Debug] ensured that a fatal PHP error is actually fatal after being handled by our error handler (fabpot) * bug #9643 [WebProfilerBundle] Fixed js escaping in time.html.twig (hason) * bug #9641 [Debug] Avoid notice from being "eaten" by fatal error. (fabpot) * bug #9639 Modified guessDefaultEscapingStrategy to not escape txt templates (fabpot) * bug #9314 [Form] Fix DateType for 32bits computers. (WedgeSama) * bug #9443 [FrameworkBundle] Fixed the registration of validation.xml file when the form is disabled (hason) * bug #9625 [HttpFoundation] Do not return an empty session id if the session was closed (Taluu) * bug #9637 [Validator] Replaced inexistent interface (jakzal) * bug #9605 Adjusting CacheClear Warmup method to namespaced kernels (rdohms) * bug #9610 Container::camelize also takes backslashes into consideration (ondrejmirtes) * bug #9447 [BrowserKit] fixed protocol-relative url redirection (jong99) * bug #9535 No Entity Manager defined exception (armetiz) * bug #9485 [Acl] Fix for issue #9433 (guilro) * bug #9516 [AclProvider] Fix incorrect behavior when partial results returned from cache (superdav42) * bug #9352 [Intl] make currency bundle merge fallback locales when accessing data, ... (shieldo) * bug #9537 [FrameworkBundle] Fix mistake in translation's service definition. (phpmike) * bug #9367 [Process] Check if the pipe array is empty before calling stream_select() (jfposton) * bug #9211 [Form] Fixed memory leak in FormValidator (bschussek) * bug #9469 [Propel1] re-factor Propel1 ModelChoiceList (havvg) * 2.3.7 (2013-11-14) * bug #9499 Request::overrideGlobals() may call invalid ini value (denkiryokuhatsuden) * bug #9420 [Console][ProgressHelper] Fix ProgressHelper redraw when redrawFreq is greater than 1 (giosh94mhz) * bug #9212 [Validator] Force Luhn Validator to only work with strings (Richtermeister) * bug #9476 Fixed bug with lazy services (peterrehm) * bug #9431 [DependencyInjection] fixed YamlDumper did not make services private. (realityking) * bug #9416 fixed issue with clone now the children of the original form are preserved and the clone form is given new children (yjv) * bug #9412 [HttpFoundation] added content length header to BinaryFileResponse (kbond) * bug #9395 [HttpKernel] fixed memory limit display in MemoryDataCollector (hhamon) * bug #9388 [Form] Fixed: The "data" option is taken into account even if it is NULL (bschussek) * bug #9391 [Serializer] Fixed the error handling when decoding invalid XML to avoid a Warning (stof) * bug #9378 [DomCrawler] [HttpFoundation] Make `Content-Type` attributes identification case-insensitive (matthieuprat) * bug #9354 [Process] Fix #9343 : revert file handle usage on Windows platform (romainneutron) * bug #9334 [Form] Improved FormTypeCsrfExtension to use the type class as default intention if the form name is empty (bschussek) * bug #9333 [Form] Improved FormTypeCsrfExtension to use the type class as default intention if the form name is empty (bschussek) * bug #9338 [DoctrineBridge] Added type check to prevent calling clear() on arrays (bschussek) * bug #9328 [Form] Changed FormTypeCsrfExtension to use the form's name as default intention (bschussek) * bug #9327 [Form] Changed FormTypeCsrfExtension to use the form's name as default intention (bschussek) * bug #9308 [DoctrineBridge] Loosened CollectionToArrayTransformer::transform() to accept arrays (bschussek) * bug #9274 [Yaml] Fixed the escaping of strings starting with a dash when dumping (stof) * bug #9270 [Templating] Fix in ChainLoader.php (janschoenherr) * bug #9246 [Session] fixed wrong started state (tecbot) * 2.3.6 (2013-10-10) * [Security] limited the password length passed to encoders * bug #9259 [Process] Fix latest merge from 2.2 in 2.3 (romainneutron) * bug #9237 [FrameworkBundle] assets:install command should mirror .dotfiles (.htaccess) (FineWolf) * bug #9223 [Translator] PoFileDumper - PO headers (Padam87) * bug #9257 [Process] Fix 9182 : random failure on pipes tests (romainneutron) * bug #9222 [Bridge] [Propel1] Fixed guessed relations (ClementGautier) * bug #9214 [FramworkBundle] Check event listener services are not abstract (lyrixx) * bug #9207 [HttpKernel] Check for lock existence before unlinking (ollietb) * bug #9184 Fixed cache warmup of paths which contain back-slashes (fabpot) * bug #9192 [Form] remove MinCount and MaxCount constraints in ValidatorTypeGuesser (franek) * bug #9190 Fix: duplicate usage of Symfony\Component\HttpFoundation\Response (realsim) * bug #9188 [Form] add support for Length and Range constraint in ValidatorTypeGuesser (franek) * bug #8809 [Form] enforce correct timezone (Burgov) * bug #9169 Fixed client insulation when using the terminable event (fabpot) * bug #9154 Fix problem with Windows file links (backslash in JavaScript string) (fabpot) * bug #9153 [DependencyInjection] Prevented inlining of lazy loaded private service definitions (jakzal) * bug #9103 [HttpFoundation] Header `HTTP_X_FORWARDED_PROTO` can contain various values (stloyd) * 2.3.5 (2013-09-27) * 8980954: bugix: CookieJar returns cookies with domain "domain.com" for domain "foodomain.com" * bb59ac2: fixed HTML5 form attribute handling XPath query * 3108c71: [Locale] added support for the position argument to NumberFormatter::parse() * 0774c79: [Locale] added some more stubs for the number formatter * e5282e8: [DomCrawler]Crawler guess charset from html * 0e80d88: fixes RequestDataCollector bug, visible when used on Drupal8 * c8d0342: [Console] fixed exception rendering when nested styles * a47d663: [Console] fixed the formatter for single-char tags * c6c35b3: [Console] Escape exception message during the rendering of an exception * 04e730e: [DomCrawler] fixed HTML5 form attribute handling * 0e437c5: [BrowserKit] Fixed the handling of parameters when redirecting * d84df4c: [Process] Properly close pipes after a Process::stop call * b3ae29d: fixed bytes conversion when used on 32-bits systems * a273e79: [Form] Fixed: "required" attribute is not added to