app/config/routing.yml
author cavaliet
Wed, 26 Oct 2011 16:01:33 +0200
changeset 17 a16b5806e3f0
parent 8 062b0cefef7e
permissions -rwxr-xr-x
Little modification to enable routing from tag list.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7ee9260b8c0e addd subrepository + new bundle
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     1
WikiTagBundle:
7ee9260b8c0e addd subrepository + new bundle
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     2
    resource: "@WikiTagBundle/Resources/config/routing.yml"
8
062b0cefef7e finish installation of the new bundle
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
     3
    prefix:   /tag
5
d8cb31543a3f translation and override FOSUserBundle layout
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     4
3
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     5
CompanyUserBundle:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     6
    resource: "@CompanyUserBundle/Resources/config/routing.yml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     7
    prefix:   /
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     8
2
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     9
CompanyBaseBundle:
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    10
    resource: "@CompanyBaseBundle/Resources/config/routing.yml"
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    11
    prefix:   /
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    12
0
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
# Internal routing configuration to handle ESI
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
#_internal:
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
#   resource: "@FrameworkBundle/Resources/config/routing/internal.xml"
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
#   prefix:   /_internal
3
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    17
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    18
fos_user_security:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    19
    resource: "@FOSUserBundle/Resources/config/routing/security.xml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    20
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    21
fos_user_profile:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    22
    resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    23
    prefix: /profile
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    24
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    25
fos_user_register:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    26
    resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    27
    prefix: /register
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    28
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    29
fos_user_resetting:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    30
    resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    31
    prefix: /resetting
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    32
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    33
fos_user_change_password:
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    34
    resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
e54dfe4d0b2b add FOSUserBundle
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    35
    prefix: /change-password