From a2c626fec00d6a2bb5348e1545bed4a9bfb07662 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Fri, 14 Nov 2014 01:28:08 +0100 Subject: [PATCH 1/2] Bot fixes --- reference/configuration/assetic.rst | 4 +- reference/configuration/doctrine.rst | 97 +++++++++++++++++++--------- reference/configuration/kernel.rst | 15 +++-- reference/configuration/monolog.rst | 9 ++- reference/configuration/security.rst | 8 +-- 5 files changed, 85 insertions(+), 48 deletions(-) diff --git a/reference/configuration/assetic.rst b/reference/configuration/assetic.rst index f85346394a8..8126d03fd49 100644 --- a/reference/configuration/assetic.rst +++ b/reference/configuration/assetic.rst @@ -4,8 +4,8 @@ AsseticBundle Configuration ("assetic") ======================================= -Full default Configuration -~~~~~~~~~~~~~~~~~~~~~~~~~~ +Full Default Configuration +-------------------------- .. configuration-block:: diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 6f8fbf73562..df6657f312e 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -5,7 +5,7 @@ DoctrineBundle Configuration ("doctrine") ========================================= -Full default configuration +Full Default Configuration -------------------------- .. configuration-block:: @@ -180,8 +180,10 @@ Full default configuration + xsi:schemaLocation="http://symfony.com/schema/dic/services + http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine + http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> @@ -209,16 +211,44 @@ Full default configuration Acme\HelloBundle\MyCustomType - - - + + + + + - Acme\HelloBundle\DQL\StringFunction - Acme\HelloBundle\DQL\NumericFunction - Acme\HelloBundle\DQL\DatetimeFunction + Acme\HelloBundle\DQL\StringFunction + + + Acme\HelloBundle\DQL\NumericFunction + + + + Acme\HelloBundle\DQL\DatetimeFunction + + + xsi:schemaLocation="http://symfony.com/schema/dic/services + http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine + http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" + > + xsi:schemaLocation="http://symfony.com/schema/dic/services + http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/monolog + http://symfony.com/schema/dic/monolog/monolog-1.0.xsd" + > `". * ``check_path`` (type: ``string``, default: ``/login_check``) @@ -266,8 +266,8 @@ The Login Form and Process a separate firewall just for ``check_path`` URL). * ``use_forward`` (type: ``Boolean``, default: ``false``) - If you'd like the user to be forwarded to the login form instead of being - redirected, set this option to ``true``. + If you'd like the user to be forwarded to the login form instead of + being redirected, set this option to ``true``. * ``username_parameter`` (type: ``string``, default: ``_username``) This is the field name that you should give to the username field of From 9befcafa3552387c832d422c58ac4bbd4d0ea522 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sun, 16 Nov 2014 13:35:18 +0100 Subject: [PATCH 2/2] Fixed wrong indentation --- reference/configuration/doctrine.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index df6657f312e..1d0b00cde72 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -235,9 +235,9 @@ Full Default Configuration - Acme\HelloBundle\DQL\StringFunction + + Acme\HelloBundle\DQL\StringFunction + Acme\HelloBundle\DQL\NumericFunction