From 7e6179cf1f9fbba358c1a2f678ae732864b6b801 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 14 May 2013 14:06:19 +0300 Subject: [PATCH 1/3] Formatting fix and additional example --- cookbook/configuration/front_controllers_and_kernel.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/configuration/front_controllers_and_kernel.rst b/cookbook/configuration/front_controllers_and_kernel.rst index e05abb9be75..a1927543ae1 100644 --- a/cookbook/configuration/front_controllers_and_kernel.rst +++ b/cookbook/configuration/front_controllers_and_kernel.rst @@ -40,11 +40,12 @@ and return the resulting response to the browser. Because every request is routed through it, the front controller can be used to perform global initializations prior to setting up the kernel or -to *`decorate`_* the kernel with additional features. Examples include: +to `decorate`_ the kernel with additional features. Examples include: * Configuring the autoloader or adding additional autoloading mechanisms; * Adding HTTP level caching by wrapping the kernel with an instance of :ref:`AppCache`; +* Enabling (or skipping) the :doc:`ClassCache ` * Enabling the :doc:`/components/debug`. The front controller can be chosen by requesting URLs like: From 9859734c98c4226864584cdfcaeb02666040254d Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 14 May 2013 14:08:13 +0300 Subject: [PATCH 2/3] removed double "the" --- cookbook/configuration/front_controllers_and_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/configuration/front_controllers_and_kernel.rst b/cookbook/configuration/front_controllers_and_kernel.rst index a1927543ae1..d60a45932a1 100644 --- a/cookbook/configuration/front_controllers_and_kernel.rst +++ b/cookbook/configuration/front_controllers_and_kernel.rst @@ -46,7 +46,7 @@ to `decorate`_ the kernel with additional features. Examples include: * Adding HTTP level caching by wrapping the kernel with an instance of :ref:`AppCache`; * Enabling (or skipping) the :doc:`ClassCache ` -* Enabling the :doc:`/components/debug`. +* Enabling the :doc:`debug component `. The front controller can be chosen by requesting URLs like: From 53f24b82557791c87fc2cc150d5f5e29afad3cd5 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 14 May 2013 15:44:26 +0300 Subject: [PATCH 3/3] Capitalization --- cookbook/configuration/front_controllers_and_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/configuration/front_controllers_and_kernel.rst b/cookbook/configuration/front_controllers_and_kernel.rst index d60a45932a1..bdf3443bec9 100644 --- a/cookbook/configuration/front_controllers_and_kernel.rst +++ b/cookbook/configuration/front_controllers_and_kernel.rst @@ -46,7 +46,7 @@ to `decorate`_ the kernel with additional features. Examples include: * Adding HTTP level caching by wrapping the kernel with an instance of :ref:`AppCache`; * Enabling (or skipping) the :doc:`ClassCache ` -* Enabling the :doc:`debug component `. +* Enabling the :doc:`Debug Component `. The front controller can be chosen by requesting URLs like: