Bläddra i källkod

merged branch gajdaw/md_format_fix (PR #5160)

Commits
-------

6b0dcbb MD format fix

Discussion
----------

Md format fix

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -
License of the code: MIT
Documentation PR: -

Small format fixes in CHANGELOG-2.0.md.

---------------------------------------------------------------------------

by travisbot at 2012-08-03T06:23:27Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2025980) (merged 6b0dcbb7 into 1da896dc).
Fabien Potencier 12 år sedan
förälder
incheckning
f5d2187143
1 ändrade filer med 32 tillägg och 33 borttagningar
  1. 32 33
      CHANGELOG-2.0.md

+ 32 - 33
CHANGELOG-2.0.md

@@ -233,7 +233,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
  * 89cd64a: Set error code when number cannot be parsed. Fixes #2389
  * c9d05d7: Let NumberFormatter handle integer type casting
 
-
 * 2.0.5 (2011-11-02)
 
  * c5e2def: Fix ternary operator usage in RequestMatcher::checkIpv6()
@@ -334,37 +333,37 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
 
 * 2.0.1 (2011-08-26)
 
-   * 1c7694f: [HttpFoundation] added a missing exception
-   * 84c1719: [FrameworkBundle] Avoid listener key conflicts in ContainerAwareEventDispatcher
-   * 536538f: [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 instances
-   * 89f477e: [WebProfilerBundle] Throw exception if a collector template isn't found
-   * 6ca72cf: [WebProfilerBundle] Allow .html.twig in collector template names
-   * 39fabab: [EventDispatcher] Fix removeSubscriber() to work with priority syntax
-   * 3380f2a: [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 found
-   * bc7edfe: [FrameworkBundle] changed resource filename of Japanese validator translation
-   * c29fa9d: [Form] Fix for treatment zero as empty data. Closes #1986
-   * 6e7c375: [FrameworkBundle] Cleanup schema file
-   * b6ee1a6: fixes a bug when overriding method via the X-HTTP-METHOD-OVERRIDE header
-   * 80d1718: [Fix] Email() constraints now guess as 'email' field type
-   * 3a64b08: 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\UniversalClassLoader
-   * 34a1b53: [HttpFoundation] Do not save session in Session::__destroy() when saved already
-   * 81fb8e1: [DomCrawler] fix finding charset in addContent
-   * 4f9d229: The trace argument value could be string ("*DEEP NESTED ARRAY*")
-   * be031f5: [HttpKernel] fixed ControllerResolver when the controller is a class name with an __invoke() method
-   * 275da0d: [Validator] changed 'self' to 'static' for child class to override pattern constant
-   * e78bc32: Fixed: Notice: Undefined index: enable_annotations in ...
-   * 86f888f: fix https default port check
-   * 8a980bd: $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-1712459
-   * 1087792: -- fix use of STDIN
-   * ee5b9ce: [SwiftmailerBundle] Allow non-file spools
-   * d880db2: [Form] Test covered fix for invalid date (13 month/31.02.2011 etc.) send to transformer. Closes #1755
-   * df74f49: 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)
-   * 8519967: Calling supportsClass from vote to find out if we can vote
+ * 1c7694f: [HttpFoundation] added a missing exception
+ * 84c1719: [FrameworkBundle] Avoid listener key conflicts in ContainerAwareEventDispatcher
+ * 536538f: [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 instances
+ * 89f477e: [WebProfilerBundle] Throw exception if a collector template isn't found
+ * 6ca72cf: [WebProfilerBundle] Allow .html.twig in collector template names
+ * 39fabab: [EventDispatcher] Fix removeSubscriber() to work with priority syntax
+ * 3380f2a: [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 found
+ * bc7edfe: [FrameworkBundle] changed resource filename of Japanese validator translation
+ * c29fa9d: [Form] Fix for treatment zero as empty data. Closes #1986
+ * 6e7c375: [FrameworkBundle] Cleanup schema file
+ * b6ee1a6: fixes a bug when overriding method via the X-HTTP-METHOD-OVERRIDE header
+ * 80d1718: [Fix] Email() constraints now guess as 'email' field type
+ * 3a64b08: 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\UniversalClassLoader
+ * 34a1b53: [HttpFoundation] Do not save session in Session::__destroy() when saved already
+ * 81fb8e1: [DomCrawler] fix finding charset in addContent
+ * 4f9d229: The trace argument value could be string ("*DEEP NESTED ARRAY*")
+ * be031f5: [HttpKernel] fixed ControllerResolver when the controller is a class name with an __invoke() method
+ * 275da0d: [Validator] changed 'self' to 'static' for child class to override pattern constant
+ * e78bc32: Fixed: Notice: Undefined index: enable_annotations in ...
+ * 86f888f: fix https default port check
+ * 8a980bd: $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-1712459
+ * 1087792: -- fix use of STDIN
+ * ee5b9ce: [SwiftmailerBundle] Allow non-file spools
+ * d880db2: [Form] Test covered fix for invalid date (13 month/31.02.2011 etc.) send to transformer. Closes #1755
+ * df74f49: 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)
+ * 8519967: Calling supportsClass from vote to find out if we can vote
 
 * 2.0.0 (2011-07-28)