]> Raphaël G. Git Repositories - blogbundle/commitdiff
Rename rapsys_blog route config in rapsysblog
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 09:48:25 +0000 (11:48 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 09:48:25 +0000 (11:48 +0200)
config/routes/rapsysblog.yaml [moved from Resources/config/routes/rapsys_blog.yaml with 90% similarity]

similarity index 90%
rename from Resources/config/routes/rapsys_blog.yaml
rename to config/routes/rapsysblog.yaml
index 0f9495522e19414d27bc1008e965afc3c4dcd43a..5c84a6409f96986233dab2b8de356650cec1e1dc 100644 (file)
@@ -4,84 +4,84 @@
 #SCRUD: index, add, edit, delete, view
 
 #TODO: rename view in show ???
-rapsys_blog:
+rapsysblog:
     path:
         en_gb: '/en'
         fr_fr: '/'
     controller: Rapsys\BlogBundle\Controller\DefaultController::index
     methods: GET
 
-rapsys_blog_about:
+rapsysblog_about:
     path:
         en_gb: '/en/about'
         fr_fr: '/a-propos'
     controller: Rapsys\BlogBundle\Controller\DefaultController::about
     methods: GET
 
-rapsys_blog_contact:
+rapsysblog_contact:
     path:
         en_gb: '/en/contact/{id<\d*>?}/{user<[\w-]*>?}'
         fr_fr: '/contacter/{id<\d*>?}/{user<[\w-]*>?}'
     controller: Rapsys\BlogBundle\Controller\DefaultController::contact
     methods: GET|POST
 
-rapsys_blog_article:
+rapsysblog_article:
     path:
         en_gb: '/en/article'
         fr_fr: '/article'
     controller: Rapsys\BlogBundle\Controller\ArticleController::index
     methods: GET|POST
 
-rapsys_blog_article_view:
+rapsysblog_article_view:
     path:
         en_gb: '/en/article/{id<\d*>?}/{slug<[\w-]*>?}'
         fr_fr: '/article/{id<\d*>?}/{slug<[\w-]*>?}'
     controller: Rapsys\BlogBundle\Controller\ArticleController::view
     methods: GET|POST
 
-rapsys_blog_keyword:
+rapsysblog_keyword:
     path:
         en_gb: '/en/keyword'
         fr_fr: '/mot-cle'
     controller: Rapsys\BlogBundle\Controller\KeywordController::index
     methods: GET|POST
 
-rapsys_blog_keyword_view:
+rapsysblog_keyword_view:
     path:
         en_gb: '/en/keyword/{id<\d*>?}/{slug<[\w-]*>?}'
         fr_fr: '/mot-cle/{id<\d*>?}/{slug<[\w-]*>?}'
     controller: Rapsys\BlogBundle\Controller\KeywordController::view
     methods: GET|POST
 
-rapsys_blog_frequently_asked_questions:
+rapsysblog_frequently_asked_questions:
     path:
         en_gb: '/en/frequently-asked-questions'
         fr_fr: '/foire-aux-questions'
     controller: Rapsys\BlogBundle\Controller\DefaultController::frequentlyAskedQuestions
     methods: GET
 
-rapsys_blog_terms_of_service:
+rapsysblog_terms_of_service:
     path:
         en_gb: '/en/terms-of-service'
         fr_fr: '/conditions-generales-d-utilisation'
     controller: Rapsys\BlogBundle\Controller\DefaultController::termsOfService
     methods: GET
 
-rapsys_blog_user:
+rapsysblog_user:
     path:
         en_gb: '/en/user'
         fr_fr: '/utilisateur'
     controller: Rapsys\BlogBundle\Controller\UserController::index
     methods: GET
 
-rapsys_blog_user_view:
+rapsysblog_user_view:
     path:
         en_gb: '/en/user/{id<\d+>}/{slug<[\w-]+>?}'
         fr_fr: '/utilisateur/{id<\d+>}/{slug<[\w-]+>?}'
     controller: Rapsys\BlogBundle\Controller\UserController::view
     methods: GET|POST
 
-rapsys_user_confirm:
+rapsysuser_confirm:
     path:
         en_gb: '/en/confirm/{hash}/{mail}'
         fr_fr: '/confirmer/{hash}/{mail}'
@@ -91,7 +91,7 @@ rapsys_user_confirm:
         hash: '[a-zA-Z0-9=_-]+'
     methods: GET|POST
 
-rapsys_user_edit:
+rapsysuser_edit:
     path:
         en_gb: '/en/user/{hash}/{mail}'
         fr_fr: '/utilisateur/{hash}/{mail}'
@@ -101,7 +101,7 @@ rapsys_user_edit:
         hash: '[a-zA-Z0-9=_-]+'
     methods: GET|POST
 
-rapsys_user_login:
+rapsysuser_login:
     path:
         en_gb: '/en/login/{hash}/{mail}'
         fr_fr: '/connecter/{hash}/{mail}'
@@ -114,13 +114,13 @@ rapsys_user_login:
         hash: '[a-zA-Z0-9=_-]+'
     methods: GET|POST
 
-rapsys_user_logout:
+rapsysuser_logout:
     path:
         en_gb: '/en/logout'
         fr_fr: '/deconnecter'
     methods: GET
 
-rapsys_user_recover:
+rapsysuser_recover:
     path:
         en_gb: '/en/recover/{hash}/{pass}/{mail}'
         fr_fr: '/recuperer/{hash}/{pass}/{mail}'
@@ -135,7 +135,7 @@ rapsys_user_recover:
         hash: '[a-zA-Z0-9=_-]+'
     methods: GET|POST
 
-rapsys_user_register:
+rapsysuser_register:
     path:
         en_gb: '/en/register'
         fr_fr: '/enregistrer'