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/debug-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.4
Choose a base ref
...
head repository: symfony/debug-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0-BETA1
Choose a head ref
  • 12 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    1a46459 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    5967dff View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

Commits on Sep 10, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [SecurityBundle] Fix semantic configuration for singulars/plurals in XML
      [JsonPath] Make the component RFC compliant
      Fix `#[IsCsrfTokenValid]` to ensure `$tokenKey` is non-nullable
    nicolas-grekas committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    8875694 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Introduce twig-cs-fixer

    94noni authored and fabpot committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    10b202d View commit details
    Browse the repository at this point in the history
  2. minor #60761 Introduce twig-cs-fixer (94noni)

    This PR was squashed before being merged into the 7.4 branch.
    
    Discussion
    ----------
    
     Introduce `twig-cs-fixer`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no (improve Twig file coding standard consistency)
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix symfony/symfony#54799
    | License       | MIT
    
    ---
    
    ## This PR adds config file for the tool `twig-cs-fixer` ([via](https://github.com/VincentLanglet/Twig-CS-Fixer))
    
    As per the original issue, this tool is, in my opinion, relevant here to standardize symfony source Twig file,
    It follows Twig recommandation, and it's since the issue creation mentioned in the official Twig doc.
    
    How to use:
    
    - install `twig-cs-fixer` via https://github.com/VincentLanglet/Twig-CS-Fixer
    - run `{twig-cs-fixer} --config=.twig-cs-fixer.dist.php lint --fix`
    
    split in 2 commits; first being the real code, second being the tool run on codebase
    
    ## TODOs:
    
    - decide if its wanted/needed or not
    - act default rule set for this PR
    - define CI
    
    ---
    
    Friendly ping `@VincentLanglet` `@smnandre` as issue commenters
    
    Commits
    -------
    
    fa3cc0e0ef1  Introduce `twig-cs-fixer`
    fabpot committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    801a8c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. [DependencyInjection] Deprecate ExtensionInterface::getXsdValidationB…

    …asePath() and getNamespace()
    nicolas-grekas committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    04500c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Configuration menu
    Copy the full SHA
    435a382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a61c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [DebugBundle] Wire `DumpDataCollector`'s `webMode` argument
      filter should be empty when filtering on all domains
    nicolas-grekas committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0aee008 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.3' into 7.4

    * 7.3:
      Fix generating logout link with stateless csrf
      [AssetMapper] Fix tests
      [DebugBundle] Wire `DumpDataCollector`'s `webMode` argument
      filter should be empty when filtering on all domains
    nicolas-grekas committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    5c5911a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. feature #62027 [DebugBundle][HttpKernel] Collect dumps when console p…

    …rofiling is enabled (HypeMC)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [DebugBundle][HttpKernel] Collect dumps when console profiling is enabled
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | yes
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | Fix #61971
    | License       | MIT
    
    Currently, when profiling a console command, calls to `dump()` aren't collected.
    With this PR, they'll be collected when profiling is enabled, or output directly when it's not.
    
    Not entirely sure whether this should be considered a bug or simply a missing feature.
    
    Commits
    -------
    
    c4f80916902 [HttpKernel][DebugBundle] Collect dumps when console profiling is enabled
    nicolas-grekas committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    329383f View commit details
    Browse the repository at this point in the history
Loading