This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Tests
Nicolas Grekas c6b288e775 bug #28712 [Form] reverse transform RFC 3339 formatted dates (xabbuh)
This PR was merged into the 2.8 branch.

Discussion
----------

[Form] reverse transform RFC 3339 formatted dates

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #28699
| License       | MIT
| Doc PR        |

Technically, dates formatted according to the HTML specifications do not
contain any timezone information. But since our DateTimeType used to
contain this information in the passed, users had configure their JS
libraries to accept (and create) dates in that format.

To not break BC we should accept these dates and silently ignore the
additional timezone information.

Commits
-------

503239f75e reverse transform RFC 3339 formatted dates
2018-10-14 11:31:00 -07:00
..
ChoiceList Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Extension bug #28712 [Form] reverse transform RFC 3339 formatted dates (xabbuh) 2018-10-14 11:31:00 -07:00
Fixtures [CS] Remove unused variables passed to closures 2018-10-02 08:25:20 -03:00
Guess Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
Resources Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Util [CS] Use combined assignment operators when possible 2018-10-01 23:42:26 -03:00
AbstractBootstrap3HorizontalLayoutTest.php [Form] Fix tests and reference usage 2015-11-28 17:53:21 +01:00
AbstractBootstrap3LayoutTest.php [Form] Fix DateTimeType html5 input format 2018-09-07 16:52:44 +03:00
AbstractDivLayoutTest.php Merge branch '2.7' into 2.8 2017-06-02 16:36:56 +02:00
AbstractExtensionTest.php Merge branch '2.7' into 2.8 2017-02-18 18:06:33 +01:00
AbstractFormTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
AbstractLayoutTest.php [Form] Fix DateTimeType html5 input format 2018-09-07 16:52:44 +03:00
AbstractRequestHandlerTest.php Merge branch '2.7' into 2.8 2017-11-16 17:20:19 +02:00
AbstractTableLayoutTest.php Use entry_type instead of type 2015-10-15 12:37:48 +02:00
ButtonBuilderTest.php Further refactorings to PHPUnit namespaces 2017-02-21 09:32:25 +01:00
ButtonTest.php Fixed Button::setParent() when already submitted 2018-01-25 12:47:49 +01:00
CallbackTransformerTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
CompoundFormPerformanceTest.php Merge branch '2.7' into 2.8 2017-03-02 13:33:27 -08:00
CompoundFormTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
FormBuilderTest.php Merge branch '2.7' into 2.8 2017-04-04 08:24:26 -07:00
FormConfigTest.php fix some risky tests 2017-04-04 16:55:33 +02:00
FormFactoryBuilderTest.php Merge branch '2.7' into 2.8 2017-02-18 18:06:33 +01:00
FormFactoryTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
FormIntegrationTestCase.php fixed some deprecation messages 2017-12-31 05:55:05 +01:00
FormPerformanceTestCase.php fixed some deprecation messages 2017-12-31 05:55:05 +01:00
FormRegistryTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
FormRendererTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
NativeRequestHandlerTest.php ensure that submitted data are uploaded files 2017-11-16 09:58:50 +01:00
ResolvedFormTypeTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
SimpleFormTest.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00