Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.2
Choose a base ref
Loading
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.3
Choose a head ref
Loading
  • 20 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    1ff0420 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.0

    * 6.4:
      Compare paths after realpath() has been applied to both
      fix AssetMapper usage without assets enabled
      Bump Symfony version to 6.4.10
      Update VERSION for 6.4.9
      Update CHANGELOG for 6.4.9
    xabbuh committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d392abc View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.0' into 7.1

    * 7.0:
      Compare paths after realpath() has been applied to both
      fix AssetMapper usage without assets enabled
      Bump Symfony version to 7.0.10
      Update VERSION for 7.0.9
      Update CHANGELOG for 7.0.9
      Bump Symfony version to 6.4.10
      Update VERSION for 6.4.9
      Update CHANGELOG for 6.4.9
    xabbuh committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9799901 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix typo

    OskarStark committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65bb310 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      Fix typo
      use copy() instead of rename() on Windows
      test: kebab-case to snake_case
      [PropertyInfo] Handle collection in PhpStan same as PhpDoc
      [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
    xabbuh committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    25cb13e View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.0

    * 6.4:
      fix merge
      [AssetMapper] Split test dirs in tests
      Fix typo
      Change incorrect check for the `stateless` request attribute
      use copy() instead of rename() on Windows
      test: kebab-case to snake_case
      [PropertyInfo] Handle collection in PhpStan same as PhpDoc
      [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
    xabbuh committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    39f2c46 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.0' into 7.1

    * 7.0:
      fix merge
      [AssetMapper] Split test dirs in tests
      Fix typo
      Change incorrect check for the `stateless` request attribute
      [Validator] add setGroupProvider to AttributeLoader
      use copy() instead of rename() on Windows
      test: kebab-case to snake_case
      [PropertyInfo] Handle collection in PhpStan same as PhpDoc
      [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
    xabbuh committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5bdfc57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a9f66c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
    xabbuh committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c878a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      fix compatibility with Redis Relay 0.8.1
      use more entropy with uniqid()
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
    xabbuh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    87c2b09 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      fix compatibility with Redis Relay 0.8.1
      use more entropy with uniqid()
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
      [Serializer] Raise correct exception in ArrayDenormalizer
    xabbuh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9c6a443 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    35bab84 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      move adding detailed JSON error messages to the validate phase
      [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bad7b25 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
      [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
      [DoctrineBridge] fix messenger bus dispatch inside an active transaction
      [HttpFoundation] Add tests for uncovered sections
      treat uninitialized properties referenced by property paths as null
      properly set up constraint options
      [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations
      move adding detailed JSON error messages to the validate phase
      [Profiler] Add word wrap in tables in dialog to see all the text
      [Core] Fix & Enhance security arabic translation.
      [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    14562c0 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    21876ac View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.0

    * 6.4:
      Fix merge
      Sync .github/expected-missing-return-types.diff
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9d62f5c View commit details
    Browse the repository at this point in the history
  5. Merge branch '7.0' into 7.1

    * 7.0:
      Fix merge
      Sync .github/expected-missing-return-types.diff
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6986f45 View commit details
    Browse the repository at this point in the history
  6. Fix merge (bis)

    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6cbdb0c View commit details
    Browse the repository at this point in the history
  7. Merge branch '6.4' into 7.0

    * 6.4:
      Fix merge (bis)
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    07a3717 View commit details
    Browse the repository at this point in the history
  8. Merge branch '7.0' into 7.1

    * 7.0:
      Fix merge (bis)
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a32ec54 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.