Skip to content

Navigation Menu

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.2.3
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.2.4
Choose a head ref
Loading
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Feb 7, 2025

  1. [Form][FrameworkBundle] Use auto-configuration to make the default CS…

    …RF token id apply only to the app; not to bundles
    nicolas-grekas committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    06b9c6f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. [FrameworkBundle] Disable the keys normalization of the CSRF form fie…

    …ld attributes
    
    The form.csrf_protection.field_attr configuration node value should remain as-is when defined. The default behavior of the configuration component is to normalize keys, but in that specific cases, keys becomes HTML attributes and therefore should not be changed. This commit fix that behaviour for the specific node.
    sukei committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    53cad5c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    33b50cb View commit details
    Browse the repository at this point in the history
  2. [Messenger] Filter out non-consumable receivers when registering `Con…

    …sumeMessagesCommand`
    wazum authored and fabpot committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    c796e22 View commit details
    Browse the repository at this point in the history
  3. bug #59198 [Messenger] Filter out non-consumable receivers when regis…

    …tering `ConsumeMessagesCommand` (wazum)
    
    This PR was squashed before being merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Messenger] Filter out non-consumable receivers when registering `ConsumeMessagesCommand`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #51556
    | License       | MIT
    
    This pull request enhances the `MessengerPass` in the Symfony Framework Bundle to automatically filter out non-consumable receivers when registering the `ConsumeMessagesCommand`. The key changes are:
    
    The FrameworkExtension has been updated to mark the "sync" transport as non-consumable by default, without requiring the user to explicitly set the `is_consumable` attribute.
    
    The `MessengerPass` then checks the `is_consumable` attribute on the `messenger.receiver` tags. If the attribute is set to `false`, the receiver is considered non-consumable and will not be added to the list of receivers for the consume command.
    If there is only one consumable receiver, the consume command will automatically use that receiver without prompting the user to select one (I added this as a separate commit if this is too implicit).
    
    These changes improve the user experience by removing unnecessary (and non-functioning) options.
    
    This is my first pull request for the _Symfony_ project, so please let me know what I can improve.
    
    Commits
    -------
    
    34c7e6f1902 [Messenger] Filter out non-consumable receivers when registering `ConsumeMessagesCommand`
    fabpot committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    078a6f1 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.2

    * 6.4:
      [Messenger] Filter out non-consumable receivers when registering `ConsumeMessagesCommand`
      [Mailer] fix multiple transports default injection
      [Mailer][Postmark] Set CID for attachments when it exists
    fabpot committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    6d66143 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.