12 Commits

Author SHA1 Message Date
Nicolas Grekas
99f81bc944 Merge branch '6.4' into 7.3
* 6.4:
  Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
2025-09-11 12:12:26 +02:00
Nicolas Grekas
41bedcaec5 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages 2025-09-11 11:57:09 +02:00
Christian Flothmann
2d3f855b09 Merge branch '7.0' into 7.1
* 7.0:
  [Validator] Missing translations for Estonian (et)
  [HttpFoundation] Prevent duplicated headers when using Early Hints
  [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
  [Cache] improve BC with 5.4 pools
  [PhpUnitBridge][VarDumper] fix color detection
  [CI] Make sure we preserve file->header when we run sync-translations.php
  [Cache] Fix BC layer with pre-6.1 cache items
  Review validators.sl.xlf
  [Mailer][Postmark][Webhook] Don't require tag and metadata
  [Scheduler] Fix messenger receiver with no alias
2024-02-08 20:26:09 +01:00
Christian Flothmann
782ca1488c Merge branch '6.4' into 7.0
* 6.4:
  [Validator] Missing translations for Estonian (et)
  [HttpFoundation] Prevent duplicated headers when using Early Hints
  [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
  [Cache] improve BC with 5.4 pools
  [PhpUnitBridge][VarDumper] fix color detection
  [CI] Make sure we preserve file->header when we run sync-translations.php
  [Cache] Fix BC layer with pre-6.1 cache items
  Review validators.sl.xlf
  [Mailer][Postmark][Webhook] Don't require tag and metadata
  [Scheduler] Fix messenger receiver with no alias
2024-02-08 20:22:56 +01:00
Nicolas Grekas
3c36010b00 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var 2024-02-08 15:46:25 +01:00
Nicolas Grekas
135f16be8a 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
0437061a19 Merge branch '6.4' into 7.0
* 6.4:
  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:02:46 +01:00
Nicolas Grekas
04766f0a8e 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
Dariusz Ruminski
794572527f CS: enable ordered_types.null_adjustment=always_last 2024-01-16 09:06:14 +01:00
Oskar Stark
7bac4a1332 [Dotenv][ErrorHandler][EventDispatcher] Use CPP 2024-01-08 13:57:37 +01:00
Nicolas Grekas
fd086d0591 Merge branch '6.4' into 7.0
* 6.4: (33 commits)
  [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands
  [AssetMapper] Disable profiler when the "dev server" respond
  Adds translations for Portuguese (pt)
  [AssetMapper] Link needs as="style"
  Allow Symfony 7.0 on Phrase translation provider
  [Mime] Throw InvalidArgumentException on invalid form field type inside array
  [Mailer][Bridges] Allow Symfony 7
  [Tests] Use `JsonMockResponse` where applicable
  [FrameworkBundle][HttpKernel] Introduce `$buildDir` argument to `WarmableInterface::warmup` to warm read-only artefacts in `build_dir`
  [ErrorHandler] Fix expected missing return types
  [Form] Fix merging params & files when "multiple" is enabled
  [HttpFoundation] Do not swallow trailing `=` in cookie value
  Fix markdown in README files
  Handle Sendinblue error responses without a message key
  Handle Brevo error responses without a message key
  [Scheduler] Add failureEvent
  [Notifier][Bridges] Allow Symfony 7
  [Mailer][Brevo][Sendinblue] Fix typo
  [Serializer] Fix collecting only first missing constructor argument
  [ErrorHandler] Fix file link format call in trace view
  ...
2023-10-17 15:48:31 +02:00
Nicolas Lemoine
06bf83fbd9 [ErrorHandler] Improve fileLinkFormat handling
- Avoid repeating file link format guessing (logic is already in FileLinkFormatter class)
- Always set a fileLinkFormat to a FileLinkFormatter object to handle path mappings properly
2023-10-16 22:01:45 +02:00