* 6.3:
[Validator] Add missing validator translations in Polish language
[HttpClient] Fix encoding some characters in query strings
[HttpKernel] make RequestPayloadValueResolver:resolve() throw on variadic argument
[SecurityBundle] Remove last usages of tag `security.remember_me_aware`
[VarDumper] Dumping DateTime throws error if getTimezone is false
Only update autoload_runtime.php when it changed
[FrameworkBundle] Fix secrets:list not displaying local vars
[Intl] Update the ICU data to 73.2
[DoctrineBridge] add missing UPGRADE notes for #50689
[HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy
[Security] Fix log message in OidcTokenHandler
Don't mark RedispatchMessage as internal
[FrameworkBundle] Ignore missing directories in about command
Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
[Validator] Add the `message` option to the `PasswordStrength` constraint
[Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
CS fix
Add missing EN and FR translations for newest constraints
[HttpClient] Remove final keyword on AsyncResponse
[DependencyInjection] Fix support for `false` boolean env vars
* 6.2:
[Validator] Add missing validator translations in Polish language
[HttpClient] Fix encoding some characters in query strings
[SecurityBundle] Remove last usages of tag `security.remember_me_aware`
[VarDumper] Dumping DateTime throws error if getTimezone is false
Only update autoload_runtime.php when it changed
[Intl] Update the ICU data to 73.2
[HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy
[FrameworkBundle] Ignore missing directories in about command
Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
[Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
Add missing EN and FR translations for newest constraints
* 5.4:
[Validator] Add missing validator translations in Polish language
[HttpClient] Fix encoding some characters in query strings
[FrameworkBundle] Ignore missing directories in about command
Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
Replace get_class() calls by ::class
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Replace `get_class()` by `::class`
Commits
-------
675601b8f7 Replace get_class() calls by ::class
* 5.4:
CS fixes
Bump Symfony version to 5.4.11
Update VERSION for 5.4.10
Update CHANGELOG for 5.4.10
Bump Symfony version to 4.4.44
Update VERSION for 4.4.43
Update CONTRIBUTORS for 4.4.43
Update CHANGELOG for 4.4.43
* 5.2:
[ErrorHandler] Fix error caused by `include` + open_basedir
[FrameworkBundle] Make the TestBrowserToken interchangeable with other tokens
[Console] ProgressBar clears too many lines on update
[FrameworkBundle] Exclude unreadable files when executing About command
[Bridge\Twig] Add 'form-control-range' for range input type
Be explicit about transparent background color of links in toolbar
[Translation] fix test case name
[Cache] Fix wrong namespace in test
[DependencyInjection] Fix return type
* 4.4:
[Console] ProgressBar clears too many lines on update
[FrameworkBundle] Exclude unreadable files when executing About command
[Bridge\Twig] Add 'form-control-range' for range input type
Be explicit about transparent background color of links in toolbar
[Translation] fix test case name
[Cache] Fix wrong namespace in test
[DependencyInjection] Fix return type
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] Exclude unreadable files when executing About command
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix https://github.com/symfony/symfony/issues/39916
| License | MIT
| Doc PR | ~
Fix as explained in: https://github.com/symfony/symfony/issues/39916.
Tests failed looks like not releated to my changes.
Commits
-------
25f503a813 [FrameworkBundle] Exclude unreadable files when executing About command
* 5.1:
Enable "native_constant_invocation" CS rule
Make AbstractPhpFileCacheWarmer public
Fix CS
Add a warning comment on ldap empty password
Bump Symfony version to 4.4.14
Update VERSION for 4.4.13
Update CHANGELOG for 4.4.13
[PhpunitBridge] Fix deprecation type detection
* 4.3: (26 commits)
[Console] Fix#33915, Detect dimensions using mode CON if vt100 is supported
[HttpKernel][DataCollectorInterface] Ease compatibility
Add tests to ensure defaultLocale is properly passed to the URL generator
[DependencyInjection] Fix broken references in tests
[HttpClient] Retry safe requests when then fail before the body arrives
Avoid using of kernel after shutdown
Simplify PHP CS Fixer configuration
[PropertyInfo] Fixed type extraction for nullable collections of non-nullable elements
[FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month
[Serializer] Fix property name usage for denormalization
Name test accordingly to the tested class
Fix MockFileSessionStorageTest::sessionDir being used after it's unset
bumped Symfony version to 4.3.7
updated VERSION for 4.3.6
updated CHANGELOG for 4.3.6
bumped Symfony version to 3.4.34
updated VERSION for 3.4.33
update CONTRIBUTORS for 3.4.33
updated CHANGELOG for 3.4.33
[HttpClient] Fix perf issue when doing thousands of requests with curl
...
* 3.4:
[DependencyInjection] Fix broken references in tests
Avoid using of kernel after shutdown
Simplify PHP CS Fixer configuration
[FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month
Fix MockFileSessionStorageTest::sessionDir being used after it's unset
bumped Symfony version to 3.4.34
updated VERSION for 3.4.33
update CONTRIBUTORS for 3.4.33
updated CHANGELOG for 3.4.33
[Stopwatch] Fixed a bug in stopwatch event getStartTime
[Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods
Adding some validations tags on validators.et.xlf
add missing translation for 94 (it)
* Added a hardcoded day 01 in order to output the proper month November
which is the correct EOL and EOM month.
* \DateTime::createFromFormat('mY') will output December for every month
where day 31 exists.
- added deprecation message for non-int return value in Command::execute()
- fixed all core commands to return proper int values
- added proper return type-hint to Command::execute() method in all core Commands