Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.2
Choose a head ref
  • 11 commits
  • 5 files changed
  • 5 contributors

Commits on Dec 9, 2018

  1. Copy the full SHA
    006a538 View commit details

Commits on Dec 11, 2018

  1. [Yaml] ensures that the mb_internal_encoding is reset to its initial …

    …value
    Jörn Lang committed Dec 11, 2018
    Copy the full SHA
    fac7c48 View commit details

Commits on Dec 13, 2018

  1. Merge branch '3.4' into 4.1

    * 3.4:
      [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
      [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
      [FrameworkBundle] fix describing routes with no controllers
      [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
      Update ValidationListener.php
      [Yaml] ensures that the mb_internal_encoding is reset to its initial value
      [WebLink] Fixed documentation link
      [Security] getTargetPath of TargetPathTrait must return string or null
      [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
      [Security] defer log message in guard authenticator
      merge conflicts
      Fix HeaderBag::get phpdoc
    nicolas-grekas committed Dec 13, 2018
    Copy the full SHA
    32f16c3 View commit details
  2. Merge branch '4.1' into 4.2

    * 4.1:
      Fix typos in doc blocks
      [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
      [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
      [FrameworkBundle] fix describing routes with no controllers
      [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
      Update ValidationListener.php
      [Yaml] ensures that the mb_internal_encoding is reset to its initial value
      [WebLink] Fixed documentation link
      [Security] getTargetPath of TargetPathTrait must return string or null
      [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
      Optimize perf by replacing call_user_func with dynamic vars
      [Routing] fix dumping same-path routes with placeholders
      [Security] defer log message in guard authenticator
      [Validator] Added IBAN format for Vatican City State
      merge conflicts
      filter out invalid Intl values
      filter out invalid language values
      [Validator] Fixed grouped composite constraints
      [Form] Filter arrays out of scalar form types
      Fix HeaderBag::get phpdoc
    nicolas-grekas committed Dec 13, 2018
    Copy the full SHA
    14ba315 View commit details

Commits on Dec 18, 2018

  1. Copy the full SHA
    463d57b View commit details

Commits on Dec 19, 2018

  1. bug #29639 [Yaml] detect circular references (xabbuh)

    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Yaml] detect circular references
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #29462
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    b7487f476b [Yaml] detect circular references
    nicolas-grekas committed Dec 19, 2018
    Copy the full SHA
    dfb3b1e View commit details

Commits on Dec 23, 2018

  1. Merge branch '3.4' into 4.1

    * 3.4:
      [Tests] Change to willThrowException
      [Console] fix PHPDoc in Command
      Fix wrong calls to clearstatcache
      Add Vietnamese translation for validators
      Allow running PHPUnit with "xdebug.scream" ON
      [Yaml] detect circular references
    fabpot committed Dec 23, 2018
    Copy the full SHA
    e441723 View commit details

Commits on Dec 24, 2018

  1. Merge branch '4.1' into 4.2

    * 4.1:
      [Twig] Replace for-loops with blocks for attributes
      fixed CS
      [Tests] Change to willThrowException
      [Console] fix PHPDoc in Command
      Update FileLoaderLoadException.php
      Fix wrong calls to clearstatcache
      Add Vietnamese translation for validators
      Allow running PHPUnit with "xdebug.scream" ON
      [VarDumper] Add descriptors tests
      [Yaml] detect circular references
      [DI] fix reporting bindings on overriden services as unused
      [Routing] minor fix or previous PR
    nicolas-grekas committed Dec 24, 2018
    Copy the full SHA
    d32010d View commit details

Commits on Jan 1, 2019

  1. update year in license files

    xabbuh committed Jan 1, 2019
    Copy the full SHA
    554a59a View commit details

Commits on Jan 3, 2019

  1. Merge branch '3.4' into 4.1

    * 3.4:
      Fix: Adjust DocBlock
      \"ParserTest->getParserTestData()\" -> only some more tests
      [Lock] Pedantic improvements for lock
      [EventDispatcher] Fixed phpdoc on interface
      update year in license files
      [Console] Fix help text for single command applications
      Fix random test failure on lock
      improve error message when using test client without the BrowserKit component
      [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
      Fixed minor typos
      Fix: Method can also return null
      [Stopwatch] Fixed phpdoc for category name
    xabbuh committed Jan 3, 2019
    Copy the full SHA
    dd31d71 View commit details
  2. Merge branch '4.1' into 4.2

    * 4.1:
      Fix: Adjust DocBlock
      \"ParserTest->getParserTestData()\" -> only some more tests
      access the container getting it from the kernel
      [Lock] Pedantic improvements for lock
      [EventDispatcher] Fixed phpdoc on interface
      update year in license files
      [Console] Fix help text for single command applications
      Fix random test failure on lock
      improve error message when using test client without the BrowserKit component
      [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
      Fixed minor typos
      Fix: Method can also return null
      [Stopwatch] Fixed phpdoc for category name
    xabbuh committed Jan 3, 2019
    Copy the full SHA
    d0aa6c0 View commit details
Loading