[Live] Fix Live Collection for forms with unnamed root
Thanks for the reproducer. Should be fixed by #717
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | Fix #715 | License | MIT
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | -
Backported version of https://github.com/symfony/symfony/pull/49400
[Notifier] Replace tests dummy instances by already in place mocks
minor #49398 [Notifier] Replace tests dummy instances by already in place mocks (alexandre-daubois)
This PR was merged into the 5.4 branch.
[Notifier] Replace tests dummy instances by already in place mocks
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix https://github.com/symfony/symfony/pull/49385#issuecomment-1431677676 | License | MIT | Doc PR | NA
Replacing dummy classes to use already existing mocks and stubs (MockHttpClient
, NullLogger
and so on).
83120cb824 [Notifier] Replace tests dummy instances by already in place mocks
Fix test provider
CS fix
Fix tests
Bump absolute lowest dep to 4.4
Fix Request locale property doc types
minor #49414 Fix Request locale property doc types (bytestream)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Fix Request locale property doc types
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR |
As shown by https://github.com/symfony/symfony/blob/b9eef0fb17a75b533b67ae15d291126a1ae8c93f/src/Symfony/Component/HttpFoundation/Request.php#L1391 the locale
property can be null
.
a05604e0b6 Fix Request locale property doc types
use TestCase suffix for abstract tests in Tests directories
minor #49419 [Intl] use TestCase suffix for abstract tests in Tests directories (xabbuh)
This PR was merged into the 5.4 branch.
[Intl] use TestCase suffix for abstract tests in Tests directories
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR |
ec7a81e5e7 use TestCase suffix for abstract tests in Tests directories
[BC Break] Make data providers for abstract test cases static
[Translation][Mailer] Convert $this
calls to static ones in data providers
bug #49368 [BC Break] Make data providers for abstract test cases static (OskarStark, alexandre-daubois)
This PR was merged into the 5.4 branch.
[BC Break] Make data providers for abstract test cases static
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Refs #48668 | License | MIT | Doc PR | -
Follows https://github.com/symfony/symfony/pull/48668#issuecomment-1429413004
composer.json
Notifier @OskarStark
composer.json
Translation @OskarStark
composer.json
Mailer @OskarStark
composer.json
Security @OskarStark
- nothing todo
@OskarStark
@OskarStark
@OskarStark
@OskarStark
@OskarStark
@OskarStark
@OskarStark
@OskarStark
@alexandre
-dauboisc444a430d1 [Translation][Mailer] Convert $this
calls to static ones in data providers
77c8444a3d [BC Break] Make data providers for abstract test cases static
Should I fix the encoding stuff in 5.4 too (the tabs are different, so I think that's ok there)? It will cause conflicts, because the redesign.
[WebProfilerBundle] Render original (not encoded) email headers
[WebProfilerBundle] Change default tab to HTML Preview
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR |
Applying nl2br on raw HTML seems wrong to me and it also makes raw ineffective.
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | -
Before
After
Update CHANGELOG for 5.4.9
Update VERSION for 5.4.9
Merge pull request #46467 from fabpot/release-5.4.9
released v5.4.9
Bump Symfony version to 5.4.10
CS fix
Fix typo
Merge branch '4.4' into 5.4
[DependencyInjection] remove static cache from ServiceSubscriberTrait
bug #46478 [Contracts] remove static cache from ServiceSubscriberTrait
(kbond)
This PR was merged into the 4.4 branch.
[Contracts] remove static cache from ServiceSubscriberTrait
| Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | n/a | License | MIT | Doc PR | n/a
I found an edge case when using this trait on a class that extends a parent class that implements getSubscribedServices()
. The issue occurs if the parent dynamically determines the return value of getSubscribedServices()
based on something in the child class (in my case, using reflection). It's fine if only one class extends this parent but when multiple do, only the first class registered in the container has the proper services. The next classes have the same as the first because of the static variable.
d0843be177 [DependencyInjection] remove static cache from ServiceSubscriberTrait
[WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
Merge branch '4.4' into 5.4
ServiceSubscriberTrait
[PropertyInfo] Fix extracting int range type
[Serializer] Get attributeContext after converting name
[Workflow] Add ZEturf as backer
minor #46531 [Workflow] Add ZEturf as backer (nicolas-grekas)
This PR was merged into the 5.4 branch.
[Workflow] Add ZEturf as backer
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | -
7bffa1e056 [Workflow] Add ZEturf as backer
minor #46507 [WebProfilerBundle] Fix AJAX requests info are truncated in the WDT (tucksaun)
This PR was merged into the 4.4 branch.
[WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
| Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #45741?, replaces #46495 ? | License | MIT | Doc PR | n/a
At some point (I guess during the WDT redesign, #15160), something changed making the AJAX request table in the WDT just a little bit larger. This causes the requests to be truncated when the URL is too long:
This PR fixes this by increasing the max-width of the WDT info panel to 525px:
We could reduce the width of the request table to fit in, but 525px seems reasonable enough nowadays and provides more information about the URL.
a5c2e1d2fb [WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
Merge branch '4.4' into 5.4
bug #46515 [PropertyInfo] Fix extracting int range type (norkunas)
This PR was merged into the 5.4 branch.
[PropertyInfo] Fix extracting int range type
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | -
16dbefa4f2 [PropertyInfo] Fix extracting int range type
[Security] Fix some phpdoc
[Mailer] Sort transports alphabetically