Commit Graph

  • 54fc774a83 [Form] fix deprecation notice in ValidatorExtensionTest::testPropertiesInitializedWithEarlyReturn test 8.1 Santiago San Martin 2026-03-20 19:35:20 -03:00
  • 9694bdb91d Merge branch '8.0' into 8.1 Nicolas Grekas 2026-03-17 16:35:01 +01:00
  • c252e822f0 Merge branch '7.4' into 8.0 8.0 Nicolas Grekas 2026-03-17 16:33:01 +01:00
  • 6bdfce09fd Fix merge 7.4 Nicolas Grekas 2026-03-17 16:32:54 +01:00
  • 823da61cf6 Merge branch '7.4' into 8.0 Nicolas Grekas 2026-03-17 15:00:10 +01:00
  • 5f8657b553 Merge branch '6.4' into 7.4 Nicolas Grekas 2026-03-17 14:17:39 +01:00
  • 3a38a81150 [Form] Fix typed property initialization in ValidatorExtension 6.4 Severin Glöckle 2026-03-13 15:59:02 +01:00
  • eaced1f587 [Form] Add labels option to DateType to customize year/month/day sub-field labels Guillaume VDP 2026-03-10 14:28:22 +01:00
  • 83516f87d1 [VarExporter] Add DeepCloner to deep-clone PHP values while preserving copy-on-write benefits Nicolas Grekas 2026-03-06 23:20:21 +01:00
  • 2d35277550 Fix merge Nicolas Grekas 2026-03-06 14:50:16 +01:00
  • 073b2ae64c Merge branch '8.0' into 8.1 Nicolas Grekas 2026-03-06 14:17:50 +01:00
  • 954e17b053 Merge branch '7.4' into 8.0 v8.0.7 Nicolas Grekas 2026-03-06 14:17:40 +01:00
  • 5f24175103 [Form] Fix session data contamination by non-serializable objects in form flow v7.4.7 Nicolas Grekas 2026-03-05 12:28:53 +01:00
  • 72325e3ed9 Merge branch '6.4' into 7.4 Nicolas Grekas 2026-03-04 23:19:46 +01:00
  • 37b2f68f4c [Form] Fix duplicate validation errors when ValidatorExtension is instantiated multiple times v6.4.35 Nicolas Grekas 2026-03-04 17:18:32 +01:00
  • d6c6f6ac13 Merge branch '8.0' into 8.1 Nicolas Grekas 2026-02-25 18:06:02 +01:00
  • 104947c40b Merge branch '7.4' into 8.0 v8.0.6 Nicolas Grekas 2026-02-25 17:56:48 +01:00
  • 1ec55f7b1a Merge branch '6.4' into 7.4 v7.4.6 Nicolas Grekas 2026-02-25 14:05:23 +01:00
  • ed9275a133 [Form] Fix merging POST params and files when collection entries have mismatched indices v6.4.34 Priyadi Iman Nurcahyo 2024-01-02 15:12:51 +00:00
  • 773fb220db feature #45081 [Form] Add support for submitting forms with unchecked checkboxes in request handlers (filiplikavcan) Nicolas Grekas 2026-02-23 16:57:06 +01:00
  • ec1b37b8f0 [Form] Add support for submitting forms with unchecked checkboxes in request handlers “Filip 2022-01-19 16:18:06 +01:00
  • 6b478dc382 Merge branch '8.0' into 8.1 Nicolas Grekas 2026-02-23 13:14:50 +01:00
  • 4e521c0d26 Merge branch '7.4' into 8.0 Nicolas Grekas 2026-02-23 13:14:43 +01:00
  • dfe3a515cd Merge branch '6.4' into 7.4 Nicolas Grekas 2026-02-23 13:14:34 +01:00
  • 24edd57517 [Form] Add resource tracking for type extension classes in FormPass ranpafin 2026-02-22 00:57:32 +01:00
  • a4113f1e30 [Form] Add default min/max attributes to BirthdayType when widget is single_text Nicolas Grekas 2026-02-10 15:00:14 +01:00
  • fc85b42c27 [Form] Allow ViolationMapperInterface injection for ValidatorExtension and FormTypeValidatorExtension Kévin THÉRAGE 2026-01-27 17:42:41 +01:00
  • 489c9ac97b PHP CS Fixer: enable @PHP8x1Migration:risky Dariusz Ruminski 2026-01-26 16:17:45 +01:00
  • 2da6abb375 PHP CS Fixer: re-apply Dariusz Ruminski 2026-01-24 23:28:55 +01:00
  • 1afe3792fc Merge branch '8.0' into 8.1 Nicolas Grekas 2026-01-23 12:09:22 +01:00
  • c34ec2c264 * 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory growth [Cache] Fix DSN auth not passed to clusters in RedisTrait do not parse "scalar" as an object [Form] Fix OrderedHashMap auto-increment logic with mixed keys [HttpClient] Skip HTTP/3 when using a proxy don't skip custom view transformers while normalizing submitted newlines [Serializer] Fix is/has/can accessor naming regression while preserving collision detection fix exception "Symfony\Component\TypeInfo\Exception\InvalidArgumentException: "Symfony\Component\TypeInfo\Type\UnionType" expects at least 2 types." when property phpdoc is "value-of<Enum>|null" [DoctrineBridge] Fix custom type based on Uid on entity loader let tests fail on PHPUnit notices [PropertyInfo] Throw when phpdocumentor/reflection-docblock v6 is in use (branch 6.4 only) do not use PHPUnit mock objects without configured expectations [Form] Fix ICU 72+ whitespace handling in DateTimeToLocalizedStringTransformer [ErrorHandler] fix parsing of complexe type do not use PHPUnit mock objects without configured expectations [Process] Adjust Process mustRun method phpdoc do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations ... v8.0.4 Nicolas Grekas 2026-01-23 12:07:10 +01:00
  • 264fc873f0 Merge branch '7.3' into 7.4 v7.4.4 Nicolas Grekas 2026-01-23 11:51:15 +01:00
  • 4bc84400e2 Merge branch '6.4' into 7.3 v7.3.10 7.3 Nicolas Grekas 2026-01-23 11:44:29 +01:00
  • b758162fb4 bug #63144 [Form] Fix OrderedHashMap auto-increment logic with mixed keys (yoeunes) v6.4.32 Nicolas Grekas 2026-01-22 21:17:27 +01:00
  • cb356aba05 [Form] Fix OrderedHashMap auto-increment logic with mixed keys Younes ENNAJI 2026-01-21 06:04:25 +01:00
  • 5188efec15 don't skip custom view transformers while normalizing submitted newlines Christian Flothmann 2026-01-22 16:21:26 +01:00
  • 8482e91e92 Merge branch '7.3' into 7.4 Christian Flothmann 2026-01-20 10:23:51 +01:00
  • e6b4024e20 Merge branch '6.4' into 7.3 Christian Flothmann 2026-01-20 10:23:00 +01:00
  • 61318b8a7c [Form] Fix ICU 72+ whitespace handling in DateTimeToLocalizedStringTransformer Mathias STRASSER 2026-01-19 12:21:23 +01:00
  • a065b30444 Merge branch '8.0' into 8.1 Christian Flothmann 2026-01-08 23:37:08 +01:00
  • ab8ec8047a Merge branch '7.4' into 8.0 Christian Flothmann 2026-01-08 23:36:47 +01:00
  • b085d61d9a Merge branch '7.3' into 7.4 Christian Flothmann 2026-01-08 17:12:55 +01:00
  • fd7477281d do not use PHPUnit mock objects without configured expectations Christian Flothmann 2025-12-12 08:33:17 +01:00
  • c1b912d6bb Merge branch '8.0' into 8.1 Christian Flothmann 2026-01-04 01:05:29 +01:00
  • 4de50ebbd7 Merge branch '7.4' into 8.0 Christian Flothmann 2026-01-04 00:40:55 +01:00
  • f056a732f0 Merge branch '7.3' into 7.4 Christian Flothmann 2026-01-04 00:30:35 +01:00
  • 820b6a266a Merge branch '6.4' into 7.3 Christian Flothmann 2026-01-04 00:21:50 +01:00
  • be4bd9031c [Form][TwigBridge] Prevent cached block prefixes from leaking across nested collections Nicolas Grekas 2025-12-29 10:52:17 +01:00
  • 0bb5ccb77d PHP CS Fixer: enable static_lambda for Form Dariusz Ruminski 2025-12-27 00:28:40 +01:00
  • 355c7001e9 Merge branch '8.0' into 8.1 Nicolas Grekas 2025-12-23 15:52:15 +01:00
  • a39b194d57 Merge branch '7.4' into 8.0 v8.0.3 Nicolas Grekas 2025-12-23 15:52:06 +01:00
  • f7e147d3e5 Merge branch '7.3' into 7.4 v7.4.3 Nicolas Grekas 2025-12-23 15:50:43 +01:00
  • 3e3299150a Merge branch '6.4' into 7.3 v7.3.9 Nicolas Grekas 2025-12-23 15:45:27 +01:00
  • 1358082a61 minor #62748 [Form] Add type hint for FormTypeInterface in FormBuilderInterface (alexander-schranz) Nicolas Grekas 2025-12-23 10:20:57 +01:00
  • b02bb56fa6 [Form] Add type hint for FormTypeInterface in FormBuilderInterface Alexander Schranz 2025-12-11 20:19:53 +01:00
  • a518332215 [Form] Always normalize CRLF and CR to LF in TextareaType v6.4.31 Alexandre Daubois 2025-12-23 09:13:12 +01:00
  • d88afca125 Merge branch '8.0' into 8.1 Christian Flothmann 2025-12-21 12:11:13 +01:00
  • bdb7c4f12e Merge branch '7.4' into 8.0 Christian Flothmann 2025-12-21 11:59:45 +01:00
  • 44c0b0402f Merge branch '7.3' into 7.4 Christian Flothmann 2025-12-21 11:51:31 +01:00
  • 27e7e3c22c fix merge Christian Flothmann 2025-12-21 11:42:56 +01:00
  • 35f38398c8 Merge branch '7.3' into 7.4 Christian Flothmann 2025-12-20 00:18:26 +01:00
  • 15587fa9e5 Merge branch '6.4' into 7.3 Christian Flothmann 2025-12-19 12:33:01 +01:00
  • 9eee9721ae PHP CS Fixer: enable random_api_migration Dariusz Ruminski 2025-12-14 23:05:51 +01:00
  • 813186bfe6 PHP CS Fixer: generic 8.1 cleanup Dariusz Ruminski 2025-12-14 13:45:53 +01:00
  • 80e7e00feb do not use PHPUnit mock objects without configured expectations Christian Flothmann 2025-12-12 08:33:17 +01:00
  • bfa1ca0489 [Form] Add reset button in NavigatorFlowType Nayte 2025-11-30 01:32:33 +01:00
  • 02bd42a77e Merge branch '7.4' into 8.0 v8.0.1 Nicolas Grekas 2025-12-05 15:08:45 +01:00
  • 04984c79b0 Merge branch '7.3' into 7.4 v7.4.1 Nicolas Grekas 2025-12-05 15:04:53 +01:00
  • 008a7b331d Merge branch '6.4' into 7.3 v7.3.8 Nicolas Grekas 2025-12-05 14:52:21 +01:00
  • e6378bc56d Fix MoneyType: add missing step attribute when html5=true v6.4.30 Belhassen 2025-12-02 11:54:21 +01:00
  • e2504083ea Merge branch '7.4' into 8.0 Nicolas Grekas 2025-12-04 19:17:06 +01:00
  • 7de5d09146 [Form] Clean up wrong method docblocks in data transformers Aleksey Polyvanyi 2025-12-01 17:50:18 +01:00
  • 81dd0274aa Merge branch '7.4' into 8.0 v8.0.0-RC3 v8.0.0 Nicolas Grekas 2025-11-20 13:42:53 +01:00
  • 00b8d61709 Mark FormFlow as finished if the last step is skipped v7.4.0-RC3 v7.4.0 Yonel Ceruto 2025-11-20 00:42:44 +01:00
  • f9a1a0d2ed [Form] Fix EnumType choice_label logic for grouped choices Younes ENNAJI 2025-10-30 17:28:23 +01:00
  • 0df0b0fa8a Merge branch '7.4' into 8.0 v8.0.0-RC1 Nicolas Grekas 2025-11-05 15:36:47 +01:00
  • fd1752ea2e Merge branch '7.3' into 7.4 v7.4.0-RC1 Nicolas Grekas 2025-11-05 15:29:59 +01:00
  • 5843655296 Merge branch '7.4' into 8.0 v8.0.0-BETA2 Nicolas Grekas 2025-11-01 14:42:22 +01:00
  • a766bc4c74 [Form][Intl] Allow the developer to choose if he want to include/exclude currencies that do not have validity dates. v7.4.0-BETA2 Crovitche-1623 2025-10-30 10:59:05 +01:00
  • a8f32aa19b [Form] Fix EnumType choice_label logic for grouped choices v7.3.6 Younes ENNAJI 2025-10-30 17:28:23 +01:00
  • 91297ea237 Merge branch '7.4' into 8.0 v8.0.0-BETA1 Nicolas Grekas 2025-10-24 16:30:40 +02:00
  • 4a374b6a6b Add FormFlow for multistep forms management v7.4.0-BETA1 Yonel Ceruto 2025-03-18 12:12:45 -04:00
  • 8535417804 Merge branch '7.4' into 8.0 Christian Flothmann 2025-10-10 14:14:54 +02:00
  • 99061631c4 Merge branch '7.3' into 7.4 Christian Flothmann 2025-10-10 13:54:29 +02:00
  • c8032766d5 Merge branch '6.4' into 7.3 v7.3.5 Christian Flothmann 2025-10-10 13:54:12 +02:00
  • 5d922aea68 sync nb translations with no translations v6.4.27 Christian Flothmann 2025-10-10 11:07:29 +02:00
  • 2baac99690 Merge branch '6.4' into 7.3 Christian Flothmann 2025-10-10 10:59:57 +02:00
  • 6c6051d095 Fix Norwegian translations - remove needs-review-translation status Elias Teutschländer 2025-10-09 18:35:36 +02:00
  • a1ddd9a6fb Merge branch '7.4' into 8.0 Nicolas Grekas 2025-10-06 18:31:49 +02:00
  • 46b4de4097 Merge branch '7.3' into 7.4 Christian Flothmann 2025-10-03 19:31:02 +02:00
  • f35f67f591 Merge branch '6.4' into 7.3 Nicolas Grekas 2025-10-03 17:23:13 +02:00
  • 54ff91abec keep labels from configured choices Christian Flothmann 2025-10-02 14:24:08 +02:00
  • 8667f81c6e Merge branch '7.4' into 8.0 Nicolas Grekas 2025-10-02 10:08:32 +02:00
  • fe2a58a422 do not install symfony/intl < 7.4 Christian Flothmann 2025-10-02 09:36:47 +02:00
  • f7c6103b2c Merge branch '7.4' into 8.0 Nicolas Grekas 2025-10-01 16:43:00 +02:00
  • cf449e8621 feature #61837 [Form] Add new active_at, not_active_at and legal_tender options to CurrencyType (Crovitche-1623) Fabien Potencier 2025-10-01 08:11:49 +02:00
  • d30432595a [Form] Add new active_at, not_active_at and legal_tender options to CurrencyType Crovitche-1623 2025-09-24 22:58:53 +02:00
  • 6cc6ccd5e6 Merge branch '7.3' into 7.4 Fabien Potencier 2025-09-30 08:01:53 +02:00
  • 20ad562fdf Merge branch '6.4' into 7.3 Fabien Potencier 2025-09-30 08:01:42 +02:00
  • 46c4e96399 do not cast too big floats to int Christian Flothmann 2025-09-26 13:34:18 +02:00