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/web-profiler-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.9
Choose a base ref
...
head repository: symfony/web-profiler-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.10
Choose a head ref
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Jul 8, 2024

  1. Change incorrect check for the stateless request attribute

    We only want to use the session if the request is **not** `stateless`. The old code used the sesison only in `stateless` requests (so requests not intended to use the session (=state) at all).
    themasch authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    20a873f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. 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
    8611951 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    370c9f1 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:
      [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
      [Profiler] Add word wrap in tables in dialog to see all the text
      [Core] Fix & Enhance security arabic translation.
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    884ed04 View commit details
    Browse the repository at this point in the history
Loading