[Pkg-owncloud-commits] [owncloud-doc] 37/270: fix routes lifecycle

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:52:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 66ce2a216bb243d2b47a41e12e0628cdf03fdb9f
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Wed May 7 17:56:07 2014 +0200

    fix routes lifecycle
---
 developer_manual/app/request.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/developer_manual/app/request.rst b/developer_manual/app/request.rst
index 789a37a..5a07348 100644
--- a/developer_manual/app/request.rst
+++ b/developer_manual/app/request.rst
@@ -24,18 +24,18 @@ The type of the app is determined by inspecting the app's :doc:`configuration fi
 
 Afterwards the following steps are performed:
 
-* Try to `authenticate the user <userbackend>`
+* Try to :doc:`authenticate the user <userbackend>`
 * Load and execute all the remaining apps' :doc:`main` files
 * Load and run all the routes in the apps' :file:`appinfo/routes.php`
 * Execute the router
 
 Router
 ------
-The router parses the :doc:`apps routing files <routes>` (:file:`appinfo/routes.php), inspects the request's **method** and **url**, queries the controller from the :doc:`container` and then passes control to the dispatcher. The dispatcher is responsible for running the hooks (called Middleware) before and after the controller, executing the controller method and rendering the output.
+The router parses the :doc:`apps routing files <routes>` (:file:`appinfo/routes.php`), inspects the request's **method** and **url**, queries the controller from the :doc:`container` and then passes control to the dispatcher. The dispatcher is responsible for running the hooks (called Middleware) before and after the controller, executing the controller method and rendering the output.
 
 Middleware
 ----------
-A :doc:`Middleware <middleware>` is a convenient way to execute common tasks such as custom authentication before or after a :doc:`controller method <controller>` is being run. You can execute code at the following locations:
+A :doc:`Middleware <middleware>` is a convenient way to execute common tasks such as custom authentication before or after a :doc:`controller method <controllers>` is being run. You can execute code at the following locations:
     
 * before the call of the controller method
 * after the call of the controller method

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list