This changelog references the relevant changes (bug and security fixes) done in 2.0 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.0.0...v2.0.1
2.0.7 (2011-12-08)
b7fd519
: [Security] fixed castacbbe8a
: [Process] introduced usage of PHP_BINARY (available as of PHP 5.4)03ed770
: [Validator] The current class isn't set in execution context when doing validateProperty()7cfc392
: check for session before trying to authentication details3c83b89
: [DoctrineBridge] Catch user-error when the identifier is not serialized with the User entity.769c17b
: Throw exceptions in case someone forgot to set method name in call.4a8f101b
: Fixed problem with multiple occurences of a given namespace. fix #268863e2a99
: [CssSelector] Fixed Issue for XPathExprOr: missing prefix in string conversion36c7d03
: Fixed GH-2720 - Fix disabled atrribute handling for radio form elements17dc605
: [FrameworkBundle] Checks that the template is readable before checking its modification time61e0bde
: [HttpKernel] ControllerResolver arguments reflection for Closure object.e06cea9
: [HttpFoundation] Cookie values should not be restricteda931e21
: get correct client IP from X-forwarded-for header78e9b2f
: [Form] Fixed textarea_widget (W3C standards)36cebf0
: Fix infinite loop on circular reference in form factory79ae3fc
: [Form] fixed radio and checkbox when data is not boolc1426ba
: added locale handling forward compatibility10eed30
: added MessageDataCollector forward compatibility57e1aeb
: Fixed undefined index notice in readProperty() method (PropertyPath)2.0.6 (2011-11-16)
f7c5bf1
: [HttpKernel] fixed Content-Length header when using ESI tags (closes #2623)d67fbe9
: [HttpFoundation] added an exception to MimeTypeGuesser::guess() when no guesser are available (closes #2636)0462a89
: [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (closes #2637)24dcd0f
: [DoctrineBundle] added missing default parameters, needed to setup and use DBAL without ORM462580c
: [Form] Check for normal integers. refs 0427b126c1
bb5fb79
: changed the way we store the current ob level (refs #2617)fb0fffe
: [Validator] fixed a unit test for PHP 5.4 (closes #2585)7cba0a0
: Also identify FirePHP by the X-FirePHP-Version headered1a6c2
: [TwigBundle] Do not clean output buffering below initial levele83e00a
: Fixed rendering of FileType (value is not a valid attribute for input[type=file])8351a11
: Added check for array fields to be integers in reverseTransform method. This prevents checkdate from getting strings as arguments and throwing incorrect ErrorException when submitting form with malformed (string) data in, for example, Date field. #260945b218e
: [Translation] added detection for circular references when adding a fallback cataloguea245e15
: [DomCrawler] trim URI in getURI9d2ab9c
: [Doctrine] fixed security user reloading when the user has been changed via a form with validation errors (closes #2033)d789f94
: Serializer#normalize gives precedence to objects that support normalization57b7daf
: [Security] Fix checkRequestPath doc; closes #2323b33198f
: fixed CodeHelper::formatFileFromText() method to allow " as a file wrapper (it occurs for the main exception message)c31c512
: [FrameworkBundle] fixed output buffering when an error occurs in a sub-request380c67e
: [FrameworkBundle] fixed HttpKernel when the app is stateless95a1902
: [Finder] bypassed some code when possible957690c
: fixing WebTastCase when kernel is not found and improving exception messagedbba796
: [Yaml] fixed dumper for floats when the locale separator is not a dotf9befb6
: Remove only the security token instead of the session cookie.348bccb
: Clear session cookie if user was deleted, is disabled or locked to prevent infinite redirect loops to the login path (fixes #1798).89cd64a
: Set error code when number cannot be parsed. Fixes #2389c9d05d7
: Let NumberFormatter handle integer type casting2.0.5 (2011-11-02)
c5e2def
: Fix ternary operator usage in RequestMatcher::checkIpv6()43ce425
: [HttpKernel] added missing accessor80f0b98
: [DependencyInjection] Fix DefinitionDecorator::getArgument() for replacements4bd340d
: [Security] Fix typo in init:acl command name3043fa0
: [HttpFoundation] fixed PHP 5.4 regression8dcde3c
: [DependencyInjection] fixed int casting for XML files (based on what is done in the YAML component)6c2f093
: [HttpFoundation] removed superfluous query call (closes #2469)6343bef
: [HttpKernel] Updated mirror method to check for symlinks before dirs and files27d0809
: [MonologBridge] Adjust for Monolog 1.0.2808088a
: added the ability to use dot and single quotes in the keys and valuescbb4bba
: [Routing] fixed side-effect in the PHP matcher dumper1a43505
: [FrameworkBundle] fixed priority to be consistent with 2.16b872cf
: Check if cache_warmer service is available before doing the actual cache warmupe81c710
: Increased the priority of the profiler request listener2b0af5e
: [HttpKernel] fixed profile parent/children for deep-nested requests9d8046e
: [Doctrine] GH-1635 - UniqueValidator now works with associations3426c83
: [BrowserKit] fixed cookie updates from Response (the URI here is not the base URI, so it should not be used to determine the default values missing in the cookie, closes #2309)c0f5b8a
: [HttpKernel] fixed profile saving when it has children3d7510e
: [HttpKernel] fixed missing init for Profile children property00cbd39
: [BrowserKit] Fixed cookie expiry discard when attribute contains capitalsedfa29b
: session data needs to be encoded because it can contain non binary safe characters e.g null. Fixes #2067c00ba4d
: [Console] fixed typo (closes #2358)2270a4d
: [Bridge][Doctrine] Adding a catch for when a developer uses the EntityType with multiple=false but on a "hasMany" relationshipd2d849c
: Added translations for "hy"ae0685a
: [Translation] Loader should only load local files8bd0e42
: [Form] Use proper parent (text) for EmailType and TextareaType95049ef
: [Form] Added type check to ScalarToChoiceTransformer
a74ae9d
: [HttpFoundation] made X_REWRITE_URL only available on Windows platforms828b18f
: [Form] Fixed lacking attributes in DateTimeType2.0.4 (2011-10-04)
cf4a91e
: [ClassLoader] fixed usage of trait_exists()8d6add6
: [DoctrineBridge] fixed directory reference when the directory cannot be created5c8a2fb
: [Routing] fixed route overriden mechanism when using embedded collections (closes #2139)e70c884
: [Bridge/Monolog] Fix WebProcessor to accept a Request object.600b8ef
: [Validator] added support for grapheme_strlen when mbstring is not installed but intl is installedd429594
: removed separator of choice widget when the separator is null17af138
: fixed usage of LIBXML_COMPACT as it is not always availableb12ce94
: [HttpFoundation] fix #2142 PathInfo parsing/checkingb402835
: [HttpFoundation] standardized cookie paths (an empty path is equivalent to /)1e7e6ba
: [HttpFoundation] removed the possibility for a cookie path to set it to null (as this is equivalent to /)2db24c2
: removed time limit for the vendors script (closes #2282)c13b4e2
: fixed fallback catalogue mechanism in Framework bundle369f181
: [FrameworkBundle] Add request scope to assets helper only if neededd6b915a
: [FrameworkBundle] Assets templating helper does not need request scopeed02aa9
: Fix console: list 'namespace' command display all available commands85ed5c6
: [ClassLoader] Fixed state when trait_exists doesn't existse866a67
: [DoctrineBundle] Tries to auto-generate the missing proxy files on the autoloader908a7a3
: [HttpFoundation] Fix bug in clearCookie/removeCookie not clearing cookies set with a default '/' path, unless it was explicitly specified2.0.3 (2011-09-25)
2.0.2 (2011-09-25)
ae3aded
: Added PCRE_DOTALL modifier to RouteCompiler to allow urlencoded linefeed in route parameters.e5a23db
: [ClassLoader] added support for PHP 5.4 traits11c4412
: [DependencyInjection] fix 2219 IniFileLoader accept Boolean64d44fb
: [Translator] fixed recursion when using a fallback that is the same as the localebca551e
: [DomCrawler] ChoiceFormField should take the content when value is unavailableb635dca
: [Translator] fixed non-loaded localeab8e760
: Fixed the creation of the subrequests8e2cbe6
: fixes usage of mb_*fd4d241
: Profiler session import fixed.9fb15c7
: [Process] workaround a faulty implementation of is_executable on Windows43b55ef
: [Locale] Fix #2179 StubIntlDateFormatter support yy format9ffd8ca
: [Translation] renamed hasStrict() to defines()79710ed
: [Translation] added a MessageCatalogue::hasStrict() method to check if a string has a translation (but without taking into account the fallback mechanism)c50a3a1
: [Translation] fixed transchoice when used with a fallbackc985ffa
: [Translation] fixed message selector when the message is empty (closes #2144)27ba003
: [HttpFoundation] changed the strategy introduced in a5ccda47b4
to fix functional tests and still allow to call save more than once for a Sessionff99d80
: Changed the behavior of Session::regenerate to destroy the session when it invalidates it.73c8d2b
: [Form] fixed error bubbling for Date and Time types when rendering as multiple choices (closes #2062)95dc7e1
: Fixed fourth argument of Filesystem->mirror()ae52303
: [HttpFoundation] Fixed duplicate of requestcd40ed4
: Added missing method to HTTP Digest entry point3a7e038
: [FrameworkBundle] sanitize target arg in asset:install command8d50c16
: few optimisations for XliffFileLoader and XmlFileLoader639513a
: Per the documentation, the NotBlank
constraint should be using the empty
language construct, otherwise it will not trigger on, for example, a boolean false from an unchecked checkbox field.d19f1d7
: [Doctrine] Fix UniqueEntityValidator reporting a false positive by ignoring multiple query results0224a34
: Fixes typo on ACL Doctrine cache.6bd1749
: Fixed a bug when multiple expanded choices would render unchecked because of the Form Framework's strict type checking.f448029
: [HttpKernel] Tweaked SQLite to speed up SqliteProfilerStorage2cfa22c
: Fix Method ContainerAwareEventDispatcher::hasListenersf4c133e
: removed trailing dot to make it consistent with other validator messagesa6670c2
: [Routing] fixed a caching issue when annotations are used on a base class used by more than one concrete class946ccb6
: [Routing] fixed annotation loaders for abstract classes, added more unit tests723cb71
: [Translation] Add compatibility to PCRE 6.6.0 for explicit interval pluralization24bacdc
: Ignore VCS files in assets:install command (closes #2025)020fa51
: [RedirectResponse] Added missing doctype
and title
tag2.0.1 (2011-08-26)
1c7694f
: [HttpFoundation] added a missing exception84c1719
: [FrameworkBundle] Avoid listener key conflicts in ContainerAwareEventDispatcher536538f
: [DoctrineBundle] removed an unused and confusing parameter (the connection class can be changed via the wrapper_class setting of a connection)d7f0789
: [FrameworkBundle] fixed duplicated RequestContext instances89f477e
: [WebProfilerBundle] Throw exception if a collector template isn't found6ca72cf
: [WebProfilerBundle] Allow .html.twig in collector template names39fabab
: [EventDispatcher] Fix removeSubscriber() to work with priority syntax3380f2a
: [DomCrawler] fixed disabled fields in forms (they are available in the DOM, but their values are not submitted -- whereas before, they were simply removed from the DOM)2b1bb2c
: [Form] added missing DelegatingValidator registration in the Form Extension class (used when using the Form component outside a Symfony2 project where the validation.xml is used instead)fdd2e7a
: [Form] Fixing a bug where setting empty_value to false caused a variable to not be foundbc7edfe
: [FrameworkBundle] changed resource filename of Japanese validator translationc29fa9d
: [Form] Fix for treatment zero as empty data. Closes #19866e7c375
: [FrameworkBundle] Cleanup schema fileb6ee1a6
: fixes a bug when overriding method via the X-HTTP-METHOD-OVERRIDE header80d1718
: [Fix] Email() constraints now guess as 'email' field type3a64b08
: Search in others user providers when a user is not found in the first user provider and throws the right exception.805a267
: Remove Content-Length header adding for now. Fixes #1846.ae55a98
: Added $format in serialize() method, to keep consistence and give a hint to the normalizer.7ec533e
: got an if-condition out of unnecessary loops in Symfony\Component\ClassLoader\UniversalClassLoader34a1b53
: [HttpFoundation] Do not save session in Session::__destroy() when saved already81fb8e1
: [DomCrawler] fix finding charset in addContent4f9d229
: The trace argument value could be string ("DEEP NESTED ARRAY")be031f5
: [HttpKernel] fixed ControllerResolver when the controller is a class name with an __invoke() method275da0d
: [Validator] changed 'self' to 'static' for child class to override pattern constante78bc32
: Fixed: Notice: Undefined index: enable_annotations in ...86f888f
: fix https default port check8a980bd
: $node->hasAttribute('disabled') sf2 should not create disagreement between implementation and practice for a crawler. If sahi real browser can find an element that is disabled, then sf2 should too. https://github.com/Behat/Mink/pull/58#issuecomment-1712459ee5b9ce
: [SwiftmailerBundle] Allow non-file spoolsd880db2
: [Form] Test covered fix for invalid date (13 month/31.02.2011 etc.) send to transformer. Closes #1755df74f49
: Patched src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php to throw an exception when an invalid date is passed for transformation (e.g. 31st February)2.0.0 (2011-07-28)