-
-
Notifications
You must be signed in to change notification settings - Fork 123
Comparing changes
Open a pull request
base repository: symfony/framework-bundle
base: v7.2.3
head repository: symfony/framework-bundle
compare: v7.2.4
- 6 commits
- 6 files changed
- 5 contributors
Commits on Feb 7, 2025
-
[Form][FrameworkBundle] Use auto-configuration to make the default CS…
…RF token id apply only to the app; not to bundles
Configuration menu - View commit details
-
Copy full SHA for 06b9c6f - Browse repository at this point
Copy the full SHA 06b9c6fView commit details
Commits on Feb 21, 2025
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 53cad5c - Browse repository at this point
Copy the full SHA 53cad5cView commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 33b50cb - Browse repository at this point
Copy the full SHA 33b50cbView commit details -
[Messenger] Filter out non-consumable receivers when registering `Con…
…sumeMessagesCommand`
Configuration menu - View commit details
-
Copy full SHA for c796e22 - Browse repository at this point
Copy the full SHA c796e22View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 078a6f1 - Browse repository at this point
Copy the full SHA 078a6f1View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 6d66143 - Browse repository at this point
Copy the full SHA 6d66143View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.2.3...v7.2.4