* 7.1:
[FrameworkBundle] Add missing `not-compromised-password` entry in XSD
[AssetMapper] Fix CssCompiler matches url in comments
Add support for doctrine/persistence 4
Ensure TransportExceptionInterface populates stream debug data
Fix typo in validators.sk.xlf
[Mime] Fix body validity check in `Email` when using `Message::setBody()`
Review Arabic translations for the validator
Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.
Review translation
[Cache] Don't clear system caches on cache:clear
[FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers
Mark Czech Validator translation as reviewed
[PropertyInfo] Fix `TypeTest` duplicated assert
[Validator] Fix `Url` constraint attribute assertion
convert legacy types to TypeInfo types if getType() is not implemented
[HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity
Update validators.ar.xlf
[DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
* 6.4:
[FrameworkBundle] Add missing `not-compromised-password` entry in XSD
[AssetMapper] Fix CssCompiler matches url in comments
Add support for doctrine/persistence 4
Ensure TransportExceptionInterface populates stream debug data
Fix typo in validators.sk.xlf
[Mime] Fix body validity check in `Email` when using `Message::setBody()`
Review Arabic translations for the validator
Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.
Review translation
[Cache] Don't clear system caches on cache:clear
[FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers
Mark Czech Validator translation as reviewed
[PropertyInfo] Fix `TypeTest` duplicated assert
[HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity
Update validators.ar.xlf
[DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
* 7.0:
update constraint
[FrameworkBundle] fixes#54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions
return null when message with name is not set
use local PHP web server to test HTTP stream wrappers
[Translation] Silence error when intl not loaded
Bump Symfony version to 7.0.7
Update VERSION for 7.0.6
Update CHANGELOG for 7.0.6
Bump Symfony version to 6.4.7
Update VERSION for 6.4.6
Update CHANGELOG for 6.4.6
Bump Symfony version to 5.4.39
Update VERSION for 5.4.38
Update CONTRIBUTORS for 5.4.38
Update CHANGELOG for 5.4.38
* 5.4:
[FrameworkBundle] fixes#54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions
return null when message with name is not set
use local PHP web server to test HTTP stream wrappers
Bump Symfony version to 5.4.39
Update VERSION for 5.4.38
Update CONTRIBUTORS for 5.4.38
Update CHANGELOG for 5.4.38
* 7.0:
[Filesystem] Fix str_contains deprecation
[Security] Correctly initialize the voter property
[ErrorHandler] Skip failing tests when "xdebug.file_link_format" option is defined
[FrameworkBundle] Fix typo
Update `changed-translation-files` step with native git diff command
[DependencyInjection] fix XmlDumper when a tag contains also a 'name' property
[Lock] Check the correct SQLSTATE error code for MySQL
[ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility
[Lock] compatiblity with redis cluster 7
[VarDumper] prevent error in value to Typed property must not be accessed before initialization
fix: typo
[Messenger] trigger retry logic when message is a redelivery
[PropertyAccess] Fix checking for missing properties
add missing invalid extension error entry
* 5.4:
Skip Twig v3.9-dev for now
[Validator] Update Dutch (nl) translation
Update Albanian translations
[Validator] Update translation
[FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
[VarDumper][PhpUnitBridge] Fix color detection
prevent throwing NOT_FOUND error when tube is empty
[Validator] Update missing validator translation for Swedish
[FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
[Messenger] Fix failing Redis test
[Validator] Update Italian (it) translations
[Validator] Missing translations for Hungarian (hu) #53769
* 7.0:
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.3:
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
* 6.2:
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
[Intl] fix test
[Intl] Use VarExporter::export() in PhpBundleWriter
Use triggering class to generate baseline for deprecation messages from DebugClassLoader
[Security] Fix false-string handling in RememberMeAuthenticator
[CssSelector] Tests on Xpath translator will always pass
[Serializer] Fix Normalizer not utilizing converted name for index variadic param
[DepdencyInjection] Fix costly logic when checking errored definitions
Fix merge
fix children cond
[DoctrineBridge] Load refreshed user proxy
[DependencyInjection] Don't ignore attributes on the actual decorator
[FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
* 5.4:
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
[Intl] fix test
[Intl] Use VarExporter::export() in PhpBundleWriter
Use triggering class to generate baseline for deprecation messages from DebugClassLoader
[Security] Fix false-string handling in RememberMeAuthenticator
[CssSelector] Tests on Xpath translator will always pass
[Serializer] Fix Normalizer not utilizing converted name for index variadic param
[DepdencyInjection] Fix costly logic when checking errored definitions
fix children cond
[DoctrineBridge] Load refreshed user proxy
[DependencyInjection] Don't ignore attributes on the actual decorator
[FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
* 4.4:
cs fix
[Security][Validator] Add missing translations for Indonesian (id)
Report mismatches between trans-unit id and source text via status script
Do not add namespace argument to NullAdapter in CachePoolPass
[FrameworkBundle] Update cache:clear help
Fix ExecutionContextInterface::setParameter phpdoc example
always close open stopwatch section after handling kernel.request events