1 #https://symfony.com/doc/current/controller.html#controller-request-argument
2 #CRUD: edit, index, new, show, _delete_form, _form
3 #https://symfony.com/doc/current/routing.html#localized-routes-i18n
4 #SCRUD: index, add, edit, delete, view
6 #TODO: rename view in show ???
11 controller: Rapsys\AirBundle\Controller\DefaultController::index
18 controller: Rapsys\AirBundle\Controller\DefaultController::about
23 en_gb: '/en/contact/{id<\d*>?}/{user<[\w-]*>?}'
24 fr_fr: '/contacter/{id<\d*>?}/{user<[\w-]*>?}'
25 controller: Rapsys\AirBundle\Controller\DefaultController::contact
32 controller: Rapsys\AirBundle\Controller\CalendarController::index
35 rapsys_air_calendar_callback:
36 path: '/calendar/callback'
37 controller: Rapsys\AirBundle\Controller\CalendarController::callback
44 controller: Rapsys\AirBundle\Controller\LocationController::cities
49 'en_gb': '/en/city/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
50 'fr_fr': '/ville/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
51 controller: Rapsys\AirBundle\Controller\LocationController::city
58 controller: Rapsys\AirBundle\Controller\DanceController::index
61 rapsys_air_dance_view:
63 'en_gb': '/en/dance/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
64 'fr_fr': '/danse/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
65 controller: Rapsys\AirBundle\Controller\DanceController::view
68 rapsys_air_dance_name:
70 'en_gb': '/en/dance/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
71 'fr_fr': '/danse/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
72 controller: Rapsys\AirBundle\Controller\DanceController::name
75 rapsys_air_frequently_asked_questions:
77 en_gb: '/en/frequently-asked-questions'
78 fr_fr: '/foire-aux-questions'
79 controller: Rapsys\AirBundle\Controller\DefaultController::frequentlyAskedQuestions
82 rapsys_air_organizer_regulation:
84 en_gb: '/en/organizer-regulation'
85 fr_fr: '/reglement-organisateur'
86 controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
89 rapsys_air_terms_of_service:
91 en_gb: '/en/terms-of-service'
92 fr_fr: '/conditions-generales-d-utilisation'
93 controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
99 fr_fr: '/contestation'
100 controller: Rapsys\AirBundle\Controller\DefaultController::dispute
105 en_gb: '/en/location'
106 fr_fr: '/emplacement'
107 controller: Rapsys\AirBundle\Controller\LocationController::index
110 rapsys_air_location_view:
112 en_gb: '/en/location/{id<\d+>}/{location<[\w-]+>?}'
113 fr_fr: '/emplacement/{id<\d+>}/{location<[\w-]+>?}'
114 controller: Rapsys\AirBundle\Controller\LocationController::view
117 rapsys_air_application_add:
119 en_gb: '/en/application'
120 fr_fr: '/reservation'
121 controller: Rapsys\AirBundle\Controller\ApplicationController::add
128 controller: Rapsys\AirBundle\Controller\SessionController::index
131 rapsys_air_session_tangoargentin:
133 en_gb: '/en/session/tangoargentin'
134 fr_fr: '/seance/tangoargentin'
136 controller: Rapsys\AirBundle\Controller\SessionController::tangoargentin
139 rapsys_air_session_view:
141 en_gb: '/en/session/{id<\d+>}/{location<[\w-]+>}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
142 fr_fr: '/seance/{id<\d+>}/{location<[\w-]+>}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
143 controller: Rapsys\AirBundle\Controller\SessionController::view
146 rapsys_air_snippet_add:
150 controller: Rapsys\AirBundle\Controller\SnippetController::add
153 rapsys_air_snippet_edit:
155 en_gb: '/en/snippet/{id<\d+>}'
156 fr_fr: '/extrait/{id<\d+>}'
157 controller: Rapsys\AirBundle\Controller\SnippetController::edit
163 fr_fr: '/utilisateur'
164 controller: Rapsys\AirBundle\Controller\DefaultController::userIndex
167 rapsys_air_user_view:
169 en_gb: '/en/user/{id<\d+>}/{user<[\w-]+>?}'
170 fr_fr: '/utilisateur/{id<\d+>}/{user<[\w-]+>?}'
171 #TODO: changer pour DefaultController::organizer ou DefaultController::user et dropper cette classe useless
172 controller: Rapsys\AirBundle\Controller\OrganizerController::view
175 rapsys_air_user_milongaraphael:
177 en_gb: '/en/milonga-raphael'
178 fr_fr: '/milonga-raphael'
179 #TODO: changer pour DefaultController::organizer ou DefaultController::user et dropper cette classe useless
180 controller: Rapsys\AirBundle\Controller\OrganizerController::view
184 user: 'milonga-raphael'
188 en_gb: '/en/confirm/{hash}/{mail}'
189 fr_fr: '/confirmer/{hash}/{mail}'
190 controller: Rapsys\UserBundle\Controller\DefaultController::confirm
192 mail: '[a-zA-Z0-9=_-]+'
193 hash: '[a-zA-Z0-9=_-]+'
198 en_gb: '/en/user/{hash}/{mail}'
199 fr_fr: '/utilisateur/{hash}/{mail}'
200 controller: Rapsys\AirBundle\Controller\UserController::edit
202 mail: '[a-zA-Z0-9=_-]+'
203 hash: '[a-zA-Z0-9=_-]+'
208 en_gb: '/en/login/{hash}/{mail}'
209 fr_fr: '/connecter/{hash}/{mail}'
210 controller: Rapsys\UserBundle\Controller\DefaultController::login
215 mail: '[a-zA-Z0-9=_-]+'
216 hash: '[a-zA-Z0-9=_-]+'
222 fr_fr: '/deconnecter'
227 en_gb: '/en/recover/{hash}/{pass}/{mail}'
228 fr_fr: '/recuperer/{hash}/{pass}/{mail}'
229 controller: Rapsys\UserBundle\Controller\DefaultController::recover
235 mail: '[a-zA-Z0-9=_-]+'
236 pass: '[a-zA-Z0-9=_-]+'
237 hash: '[a-zA-Z0-9=_-]+'
240 rapsys_user_register:
242 en_gb: '/en/register/{hash}/{field}/{mail}'
243 fr_fr: '/enregistrer/{hash}/{field}/{mail}'
244 controller: Rapsys\UserBundle\Controller\DefaultController::register
250 mail: '[a-zA-Z0-9=_-]+'
251 field: '[a-zA-Z0-9=_-]+'
252 hash: '[a-zA-Z0-9=_-]+'