10000 Comparing 7.2...7.3 · symfony/web-profiler-bundle · 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/web-profiler-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2
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: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 20 files changed
  • 9 contributors

Commits on Jan 14, 2025

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

Commits on Feb 11, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [WebProfilerBundle] Fix tests
      [Cache] Tests for Redis Replication with cache
      [BrowserKit] Fix submitting forms with empty file fields
      [Notifier] [BlueSky] Change the value returned as the message ID
      [WebProfilerBundle] Fix interception for non conventional redirects
      [DependencyInjection] Do not preload functions
      [DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper
      [Form][FrameworkBundle] Use auto-configuration to make the default CSRF token id apply only to the app; not to bundles
      [HttpClient] Fix activity tracking leading to negative timeout errors
      [Serializer] Handle default context in named Serializer
      [Security] Return null instead of empty username to fix deprecation notice
      [DependencyInjection] Fix env default processor with scalar node
    nicolas-grekas committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    a4b3730 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      fix rendering notifier message options
      Enable `JSON_PRESERVE_ZERO_FRACTION` in `jsonRequest` method
      [TwigBridge] Fix compatibility with Twig 3.21
    xabbuh committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    d778f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. [Translation] Allow default parameters

    Jean-Beru authored and fabpot committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    ea18ae9 V 10000 iew commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. [Cache] Enable namespace-based invalidation by prefixing keys with ba…

    …ckend-native namespace separators
    nicolas-grekas committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    cd15e84 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Configuration menu
    Copy the full SHA
    1c869ff View commit details
    Browse the repository at this point in the history
  2. feature #58380 [WebProfilerBundle] Update the logic that minimizes th…

    …e toolbar (javiereguiluz)
    
    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [WebProfilerBundle] Update the logic that minimizes the toolbar
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    While working on fixing the accessibility issues of the toolbar (see #58366) I saw the following error reported:
    
    ```
    Accesskey "D" is used more than once
    ```
    
    This prevents the feature from working properly. So, in this PR I changed everything about how the toolbar is minimized:
    
    * Remove the "mini toolbar" (which is the button displayed when the toolbar is minimized)
    * Remove the `.sf-toolbar-clearer` element which is no longer needed
    * Transform the "hide" button into a "toggle" button to show/hide the toolbar
    * Update the show/hied logic to use CSS classes instead of just `style: none/block`
    
    For end users nothing changes. It looks the same as before.
    
    #SymfonyHackday
    
    Commits
    -------
    
    06ed5166aa9 [WebProfilerBundle] Update the logic that minimizes the toolbar
    fabpot committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    66ee48d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

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

Commits on Apr 3, 2025

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

Commits on Apr 4, 2025

  1. feature #59762 [Config] Add NodeDefinition::docUrl() (alexandre-dau…

    …bois)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [Config] Add `NodeDefinition::docUrl()`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Adding such information would allow extensions and bundles to provide even more info with a documentation "one click away".
    
    The primary goal is to use this feature in conjunction with symfony/symfony#58771, allowing to dump a ``@see` https://symfony.com/doc/...` right next to the configuration array shape.
    
    Commits
    -------
    
    3c7fce2e326 [Config] Add `NodeDefinition::docUrl()`
    fabpot committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    1138025 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

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

Commits on Apr 27, 2025

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

Commits on Apr 28, 2025

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

Commits on May 2, 2025

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