202 Commits

Author SHA1 Message Date
Christian Flothmann
58340425b9 Merge branch '7.1' into 7.2
* 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
2025-01-27 12:08:17 +01:00
Christian Flothmann
591abb6846 Merge branch '6.4' into 7.1
* 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
2025-01-27 11:57:12 +01:00
Nicolas Grekas
5791a99752 [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers 2025-01-22 13:08:29 +01:00
Alexander M. Turek
4875a8487f Prefix all sprintf() calls 2024-06-20 17:52:34 +02:00
Christian Flothmann
601ff99420 Merge branch '7.0' into 7.1
* 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
2024-04-03 17:08:37 +02:00
Christian Flothmann
efe230cce1 Merge branch '5.4' into 6.4
* 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
2024-04-03 16:21:08 +02:00
Jeldrik Geraedts
2d10752dde [FrameworkBundle] fixes #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions 2024-04-03 16:13:16 +02:00
Alexander M. Turek
12901443fc [Filesystem] Add the readFile() method 2024-03-15 14:33:12 +01:00
Alexander M. Turek
6f670943bc Merge branch '7.0' into 7.1
* 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
2024-03-15 13:53:35 +01:00
Alexander M. Turek
71c441e46d Merge branch '5.4' into 6.4
* 5.4:
  [Filesystem] Fix str_contains deprecation
  [Security] Correctly initialize the voter property
  [FrameworkBundle] Fix typo
  Update `changed-translation-files` step with native git diff command
  [Lock] Check the correct SQLSTATE error code for MySQL
  [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility
  [Lock] compatiblity with redis cluster 7
  fix: typo
2024-03-15 13:52:45 +01:00
Fabien Potencier
832c180418 [FrameworkBundle] Fix typo 2024-03-13 18:38:56 +01:00
Alexander M. Turek
427ab31004 [FrameworkBundle] Use CPP 2024-02-09 15:31:28 +01:00
Nicolas Grekas
3980e4a0b7 Merge branch '5.4' into 6.4
* 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
2024-02-07 15:00:01 +01:00
Soner Sayakci
d8d2152dbe [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists 2024-02-06 08:11:58 +01:00
Nicolas Grekas
f2f9689591 Merge branch '7.0' into 7.1
* 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
2024-01-23 16:06:13 +01:00
Nicolas Grekas
e526d81040 Merge branch '6.3' into 6.4
* 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
2024-01-23 15:51:35 +01:00
Nicolas Grekas
3d2ae12694 Merge branch '5.4' into 6.3
* 5.4:
  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
2024-01-23 15:35:58 +01:00
Nicolas Grekas
9f39bd6765 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
Jérôme Tamarelle
fa06aec731 [FrameworkBundle] Prevent silenced warning by checking if file exists 2023-12-30 21:54:59 +01:00
Quentin Devos
38e4119048 [FrameworkBundle][HttpKernel] Introduce $buildDir argument to WarmableInterface::warmup to warm read-only artefacts in build_dir 2023-10-17 13:35:41 +02:00
Nicolas Grekas
7840c043c7 Merge branch '6.2' into 6.3
* 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
2023-07-12 18:00:22 +02:00
Nicolas Grekas
0e7e1ee070 Merge branch '5.4' into 6.2
* 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
2023-07-12 17:50:46 +02:00
Quentin Devos
ee50ae4cad [FrameworkBundle] Prevent cache:clear to lose files on subsequent runs 2023-05-30 16:03:54 +02:00
Nicolas Grekas
a86c1f229c Merge branch '6.2' into 6.3
* 6.2:
  [FrameworkBundle] Generate caches consistently on successive run of `cache:clear` command
2023-05-14 22:55:39 +02:00
Nicolas Grekas
e47f3ace09 Merge branch '5.4' into 6.2
* 5.4:
  [FrameworkBundle] Generate caches consistently on successive run of `cache:clear` command
2023-05-14 22:52:42 +02:00
Quentin Devos
e98ec123cf [FrameworkBundle] Generate caches consistently on successive run of cache:clear command 2023-05-14 21:54:19 +02:00
Alexandre Daubois
83fcb4fdea [FrameworkBundle][HttpKernel] Display warmers duration on debug verbosity for cache:clear command 2023-02-22 12:46:45 +01:00
Wouter de Jong
34bd487d2e Add void return types 2023-02-13 14:18:23 +01:00
Grégoire Pineau
fb7ade8fab [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Thomas Calvet
aaae26547e Leverage str_starts_with(), str_ends_with() and str_contains() 2021-12-08 15:00:06 +01:00
Alexander M. Turek
bf9d0d4969 [FrameworkBundle] Add types to private properties 2021-11-02 11:55:16 +01:00
Nicolas Grekas
54788c67a5 Use #[AsCommand] to describe commands 2021-09-30 17:28:07 +02:00
Nicolas Grekas
988c6a1b53 Merge branch '4.4' into 5.3
* 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
2021-08-09 11:00:11 +02:00
Fabien Salathe
6779ca2360 [FrameworkBundle] Update cache:clear help 2021-08-06 11:57:11 +02:00
Nicolas Grekas
4a8f8840cc Merge branch '5.2' into 5.3
* 5.2:
  Leverage str_contains/str_starts_with
  Leverage str_ends_with
2021-07-21 14:40:44 +02:00
Nicolas Grekas
276a57b3c9 Merge branch '4.4' into 5.2
* 4.4:
  Leverage str_contains/str_starts_with
  Leverage str_ends_with
2021-07-21 14:38:00 +02:00
Alexander M. Turek
d6e4f596a5 Leverage str_contains/str_starts_with
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-07-21 14:19:41 +02:00
Tobias Schultze
1cc79354b7 Leverage str_ends_with
added the php80 polyfill to requirements when necessary
2021-07-21 13:57:04 +02:00
Alexander M. Turek
77271a44eb Merge branch '5.2' into 5.x
* 5.2:
  [CS] Replace easy occurences of ?: with ??
2021-04-07 18:09:00 +02:00
Alexander M. Turek
1459484774 Merge branch '4.4' into 5.2
* 4.4:
  [CS] Replace easy occurences of ?: with ??
2021-04-07 18:07:52 +02:00
Thomas Calvet
75ee4be9e5 [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Fabien Potencier
3f8b570669 Merge branch '5.2' into 5.x
* 5.2:
  Fix #36973: Command description consistency
  Render email once
2021-03-06 09:05:19 +01:00
Fabien Potencier
a26f088761 Merge branch '4.4' into 5.2
* 4.4:
  Fix #36973: Command description consistency
  Render email once
2021-03-06 08:59:01 +01:00
Dane Powell
1d7c9a5590 Fix #36973: Command description consistency 2021-03-05 09:58:50 -08:00
Nicolas Grekas
a2ab2c0854 [Console] enable describing commands in ways that make the list command lazy 2021-01-20 12:45:16 +01:00
Jérémy Derussé
0663407ca5 Fix NFS detection on macOs 2020-12-18 12:40:59 +01:00
Jérémy Derussé
6986321fb3 Fix cache:clear with buildDir 2020-12-14 18:14:39 +01:00
Robin Chalas
c158532b4a Fix missing kernel.build_dir on cache clear 2020-12-12 23:17:42 +01:00
Nyholm
add22f95b3 [FrameworkBundle] Bugfixes in buildDir in the CacheClear command 2020-10-13 20:01:37 +02:00
Fabien Potencier
2415c821e9 Merge branch '5.1'
* 5.1:
  [FrameworkBundle] Add Mailjet definition
  Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
  [PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error
2020-09-30 07:29:43 +02:00