10000 Comparing v7.1.10...v7.1.11 · symfony/error-handler · GitHub
[go: up one dir, main page]

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/error-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.10
Choose a base ref
...
head repository: symfony/error-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.11
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Dec 23, 2024

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

Commits on Jan 1, 2025

  1. Update exception.css

    DocFX authored and fabpot committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    bf44d80 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

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

Commits on Jan 6, 2025

  1. bug #59292 [WebProfilerBundle] Fix event delegation on links inside t…

    …oggles (MatTheCat)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [WebProfilerBundle] Fix event delegation on links inside toggles
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | N/A
    | License       | MIT
    
    In #57525, the security panel’s authenticator tab got updated with dumps in toggles. Issue is, we currently call `stopPropagation` when link are clicked to avoid closing the toggle, but dumps handle links click using event delegation. That means when you click on a `sf-dump-toggle`, the event cannot reach the `sf-dump` because its propagation is stopped.
    
    This PR handles this case by checking if a link is present in the DOM between the toggle and the element which was clicked.
    
    It also leverages the `currentTarget` property to get the clicked toggle.
    
    Commits
    -------
    
    241597d2d47 [WebProfilerBundle] Fix event delegation on links inside toggles
    nicolas-grekas committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    e8d3b5b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4: (23 commits)
      add translations for the Slug constraint
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      [Security] Fix triggering session tracking from ContextListener
      [AssetMapper] add leading slash to public prefix
      fix: modify Exception message parameter order
      [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces
      Update exception.css
      Bump Symfony version to 6.4.18
      Update VERSION for 6.4.17
      Update CONTRIBUTORS for 6.4.17
      Update CHANGELOG for 6.4.17
      Fix exception thrown by YamlEncoder
      [AssetMapper] Fix JavaScript compiler create self-referencing imports
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    f4d1fd1 View commit details
    Browse the repository at this point in the history
Loading
0