From cadfcfa83aefac1c1823f95f70608b0918819280 Mon Sep 17 00:00:00 2001 From: Matthias Althaus Date: Thu, 28 Aug 2014 11:33:44 +0200 Subject: [PATCH 1/3] Update datetime.rst Fixed "the the" typo. --- reference/forms/types/datetime.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index 7b0d0e089f5..d5621098db9 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -74,8 +74,8 @@ format **type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT`` -If the ``widget`` option is set to ``single_text``, this option specifies the -the format of the input, i.e. how Symfony will interpret the given input +If the ``widget`` option is set to ``single_text``, this option specifies + the format of the input, i.e. how Symfony will interpret the given input as a datetime string. It defaults to the `RFC 3339`_ format which is used by the HTML5 ``datetime`` field. Keeping the default value will cause the field to be rendered as an ``input`` field with ``type="datetime"``. From 636480012a9c1d27da7777a9cf90e8bba546519b Mon Sep 17 00:00:00 2001 From: Matthias Althaus Date: Fri, 29 Aug 2014 10:17:15 +0200 Subject: [PATCH 2/3] Update datetime.rst --- reference/forms/types/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index d5621098db9..fc58493207f 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -75,7 +75,7 @@ format **type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT`` If the ``widget`` option is set to ``single_text``, this option specifies - the format of the input, i.e. how Symfony will interpret the given input +the format of the input, i.e. how Symfony will interpret the given input as a datetime string. It defaults to the `RFC 3339`_ format which is used by the HTML5 ``datetime`` field. Keeping the default value will cause the field to be rendered as an ``input`` field with ``type="datetime"``. From a124a3a819890b061d59730ae610365eee748b96 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Thu, 28 Aug 2014 11:48:57 +0200 Subject: [PATCH 3/3] Update home of DoctrineExtensions. As you can read in the 2014-03-20 DoctrineExtensions update: https://github.com/Atlantic18/DoctrineExtensions/blob/master/README.md#latest-updates > > DoctrineExtensions has new home on github under an unbrella of ORM designer organization. > --- cookbook/doctrine/common_extensions.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cookbook/doctrine/common_extensions.rst b/cookbook/doctrine/common_extensions.rst index 32ede55465a..8f6719745a6 100644 --- a/cookbook/doctrine/common_extensions.rst +++ b/cookbook/doctrine/common_extensions.rst @@ -22,12 +22,12 @@ To do this, you have two options: #. Implement this services directly by following the documentation for integration with Symfony2: `Install Gedmo Doctrine2 extensions in Symfony2`_ -.. _`DoctrineExtensions`: https://github.com/l3pp4rd/DoctrineExtensions +.. _`DoctrineExtensions`: https://github.com/Atlantic18/DoctrineExtensions .. _`StofDoctrineExtensionsBundle`: https://github.com/stof/StofDoctrineExtensionsBundle -.. _`Sluggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sluggable.md -.. _`Translatable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md -.. _`Timestampable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/timestampable.md -.. _`Loggable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/loggable.md -.. _`Tree`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/tree.md -.. _`Sortable`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sortable.md -.. _`Install Gedmo Doctrine2 extensions in Symfony2`: https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/symfony2.md +.. _`Sluggable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sluggable.md +.. _`Translatable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md +.. _`Timestampable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/timestampable.md +.. _`Loggable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md +.. _`Tree`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/tree.md +.. _`Sortable`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sortable.md +.. _`Install Gedmo Doctrine2 extensions in Symfony2`: https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/symfony2.md