This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/CHANGELOG-2.3.md

78 lines
4.6 KiB
Markdown

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.1 (2013-06-11)
* 25e3abd: fix many-to-many Propel1 ModelChoiceList
* bce6bd2: [DomCrawler] Fixed a fatal error when setting a value in a malformed field name.
* e3561ce: [FrameworkBundle] Fixed OutOfBoundException when session handler_id is null
* 81b122d: [DependencyInjection] Add support for aliases of aliases + regression test
* 445b2e3: [Console] fix status code when Exception::getCode returns something like 0.1
* bbfde62: Fixed exit code for exceptions with error code 0
* d8c0ef7: [DependencyInjection] Rename ContainerBuilder::$aliases to avoid conflicting with the parent class
* bb797ee: [DependencyInjection] Remove get*Alias*Service methods from compiled containers
* 379f5e0: [DependencyInjection] Fix aliased access of shared services, fixes #8096
* afad9c7: instantiate valid commands only
* 2.3.0 (2013-06-03)
* e93fc7a: [FrameworkBundle] set the dispatcher in the console application
* 2038329: [Form] [Validator] Fixed post_max_size = 0 bug (Issue #8065)
* 554ab9f: [Console] renamed ConsoleForExceptionEvent into ConsoleExceptionEvent
* fd151fd: [Security] Fixed the check if an interface exists.
* c8e5503: [FrameworkBundle] removed HttpFoundation classes from HttpKernel cache
* 169c0b9: [Finder] Fix iteration fails with non-rewindable streams
* 45b68e0: [Finder] Fix unexpected duplicate sub path related AppendIterator issue
* 13ba4ea: fix logger in regards to DebugLoggerInterface
* 97b38ed: Added type of return value in VoterInterface.
* 79a842a: [Console] Add namespace support back in to list command
* 5321600: Fixed two bugs in HttpCache
* 435012f: [Config] Adding the previous exception message into the FileLoaderLoadException so it's more easily seen
* 5c317b7: [Console] fix and refactor exit code handling
* 1469953: [CssSelector] Fix :nth-last-child() translation
* 2d9027d: [CssSelector] Fix :nth-last-child() translation
* 91b8490: Fix Crawler::children() to not trigger a notice for childless node
* 2.3.0-RC1 (2013-05-16)
* 95f356b: remove check for PHP bug #50731
* 8f54da7: [BrowserKit] should not follow redirects if status code is not 30x
* f41ac06: changed all version deps to accepts all upcoming Symfony versions
* a4e3ebf: [DomCrawler] Fixed the Crawler::html() method for PHP versions earlier than 5.3.6.
* 3beaf52: [Security] Disabled the BCryptPasswordEncoder tests for PHP versions lower than 5.3.7.
* 2.3.0-BETA2 (2013-05-10)
* 97bee20: Pass exceptions from the ExceptionListener to Monolog
* be42dbc: [HttpFoundation][File][UploadedFile] Fix guessClientExtension() method
* a5441b2: Fixed parsing of leading blank lines in folded scalars. Closes #7989.
* e8d5d16: Fixed Loader import
* bd0c48c: [Console] moved the IO configuration to its own method
* fdb4b1f: [Console] moved --help support to allow proper behavior with other passed options
* dd0e138: Eased translationNodeVisitor overriding in TranslationExtension
* 853f681: fixed request scope issues (refs #7457)
* 60edc58: Fixed fatal error in normalize/denormalizeObject.
* 78e3710: ProxyManager Bridge
* 41805c0: [Crawler] Add proper validation of node argument of method add
* 7933971: [Form] Added radio button for empty value to expanded single-choice fields
* 0586c7e: made some optimization when parsing YAML files
* 1856df3: [Security] fixed wrong merge (refs #4776)
* 5b7e1e6: added a missing check for the provider key
* f1c2ab7: [DependencyInjection] Add a method map to avoid computing method names from service names
* ea633f5: [HttpKernel] Avoid updating the context if the request did not change
* 997d549: [HttpFoundation] Avoid a few unnecessary str_replace() calls
* f5e7f24: [HttpFoundation] Optimize ServerBag::getHeaders()
* 59b78c7: [Validator] Fixed: $traverse and $deep is passed to the visitor from Validator::validate()
* bcb5400: [Form] Fixed transform()/reverseTransform() to always throw TransformationFailedExceptions
* 7b2ebbf: [Form] Fixed: String validation groups are never interpreted as callbacks
* 0610750: if the repository method returns an array ensure that it's internal poin...
* dcced01: [Form] Improved multi-byte handling of NumberToLocalizedStringTransformer
* 90a20d7: [Translation] Made translation domain defaults in Translator consistent with TranslatorInterface
* 549a308: [Form] Fixed CSRF error messages to be translated and added "csrf_message" option