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.1.12
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.0
Choose a head ref
  • 16 commits
  • 8 files changed
  • 7 contributors

Commits on May 7, 2018

  1. updated version to 4.2

    fabpot committed May 7, 2018
    Copy the full SHA
    55f138b View commit details

Commits on May 31, 2018

  1. Merge branch '4.1'

    * 4.1: (22 commits)
      [HttpKernel] Fix restoring trusted proxies in tests
      Update UPGRADE-4.0.md
      [Messenger] Fix suggested enqueue adapter package
      bumped Symfony version to 4.1.1
      updated VERSION for 4.1.0
      updated CHANGELOG for 4.1.0
      Insert correct parameter_bag service in AbstractController
      Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)"
      CODEOWNERS: some more rules
      removed unneeded comments in tests
      removed unneeded comments in tests
      Change PHPDoc in ResponseHeaderBag::getCookies() to help IDEs
      [HttpKernel] fix registering IDE links
      update UPGRADE-4.1 for feature #26332 Form field help option
      [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer.
      [Process] Consider \"executable\" suffixes first on Windows
      Triggering RememberMe's loginFail() when token cannot be created
      bumped Symfony version to 4.1.0
      updated VERSION for 4.1.0-BETA3
      updated CHANGELOG for 4.1.0-BETA3
      ...
    nicolas-grekas committed May 31, 2018
    Copy the full SHA
    baca290 View commit details

Commits on Jul 26, 2018

  1. Merge branch '4.1'

    * 4.1:
      Fix Clidumper tests
      Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
      Apply fixers
      Disable the native_constant_invocation fixer until it can be scoped
      Update the list of excluded files for the CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    fe8de29 View commit details
  2. Merge branch '4.1'

    * 4.1:
      Alpha-ordering for "use" statements
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    2677ebf View commit details
  3. Merge branch '4.1'

    * 4.1:
      Fix tests for legacy phpunit versions
      Add missing Ukrainian translations
      Use an empty string as default for assertEquals
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    b8a63a7 View commit details
  4. Merge branch '4.1'

    * 4.1:
      Enable native_constant_invocation CS fixer
    nicolas-grekas committed Jul 26, 2018
    Copy the full SHA
    2e09dcb View commit details

Commits on Aug 1, 2018

  1. Copy the full SHA
    c6a122d View commit details

Commits on Aug 18, 2018

  1. Merge branch '4.1'

    * 4.1:
      fix merge
      [travis][appveyor] use symfony/flex to accelerate builds
      Add missing stderr redirection
      clean up unused code
      Remove the HTML5 validation from the profiler URL search form
      [Filesystem] Add test to prevent regression when using array|resource with dumpFile
      Add help texts for checkboxes in horizontal bootstrap 4 forms
      [Security] Call AccessListener after LogoutListener
    nicolas-grekas committed Aug 18, 2018
    Copy the full SHA
    6a8916b View commit details

Commits on Aug 29, 2018

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    76f0406 View commit details

Commits on Sep 2, 2018

  1. Merge branch '4.1'

    * 4.1:
      Use the real image URL for the filesystem tests
      [Finder] Update PHPdoc append()
      [DI] Fix phpdoc
      Fix code examples in PHPDoc
      [HttpKernel] Fix inheritdocs
      bumped Symfony version to 3.4.16
      updated VERSION for 3.4.15
      updated CHANGELOG for 3.4.15
    sroze committed Sep 2, 2018
    Copy the full SHA
    24d8e1b View commit details

Commits on Sep 4, 2018

  1. minor #28307 Mark ExceptionInterfaces throwable #2 (ostrolucky)

    This PR was merged into the 4.2-dev branch.
    
    Discussion
    ----------
    
    Mark ExceptionInterfaces throwable #2
    
    | Q             | A
    | ------------- | ---
    | Branch?       | master
    | Bug fix?      | no
    | New feature?  | yes
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | -
    | License       | MIT
    | Doc PR        | -
    
    This has been reverted in beta of 4.1 because of lack of support in prophecy, which has been fixed since then (incl. release). Can be merged again.
    
    References:
    symfony/symfony#26702
    symfony/symfony#27420
    symfony/symfony#27419
    phpspec/prophecy#412
    
    ping @dunglas @ciaranmcnulty @dkarlovi @Wirone @teohhanhui @stof @nicolas-grekas @ondrejmirtes
    
    Commits
    -------
    
    17c3675226 Mark ExceptionInterfaces throwable
    fabpot committed Sep 4, 2018
    Copy the full SHA
    cb4f943 View commit details

Commits on Sep 10, 2018

  1. Copy the full SHA
    dce4103 View commit details

Commits on Sep 21, 2018

  1. Copy the full SHA
    07a9881 View commit details

Commits on Sep 30, 2018

  1. Merge branch '4.1'

    * 4.1:
      [Console] simplified code
      removed useless phpdoc
      improve docblocks around group sequences
      [Cache] prevent getting older entries when the version key is evicted
      [WebProfilerBundle] added a note in the README
      [Yaml] Skip parser test with root user
      [Filesystem] Skip tests on readable file when run with root user
      [FWBundle] Fix an error in WebTestCase::createClient's PHPDoc
      [HttpFoundation][Security] forward locale and format to subrequests
      [Console] Send the right exit code to console.terminate listeners
      [HttpFoundation] fix hidding warnings from session handlers
      Caching missed templates on cache warmup
    fabpot committed Sep 30, 2018
    Copy the full SHA
    01fae64 View commit details

Commits on Oct 2, 2018

  1. Merge branch '4.1'

    * 4.1:
      CS fix
      [Debug] fix compat with PHP 7.3
    nicolas-grekas committed Oct 2, 2018
    Copy the full SHA
    7228a3e View commit details

Commits on Nov 11, 2018

  1. Merge branch '4.1'

    * 4.1:
      [Form] Hardened test suite for empty data
      Bump phpunit XSD version to 5.2
      [Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to describe callables
      Add required key attribute
    nicolas-grekas committed Nov 11, 2018
    Copy the full SHA
    c41175c View commit details
Loading