Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4124 | Rev 4179 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4124 Rev 4131
Línea 125... Línea 125...
125
            [
125
            [
126
                'label' => 'LABEL_MARKETPLACE',
126
                'label' => 'LABEL_MARKETPLACE',
127
                'route' => 'marketplace',
127
                'route' => 'marketplace',
128
                'class' => '/images/navbar/market-place.svg',
128
                'class' => '/images/navbar/market-place.svg',
129
            ],
129
            ],
-
 
130
            [
-
 
131
                'label' => 'LABEL_CALENDAR',
-
 
132
                'route' => 'calendar',
-
 
133
                'class' => '/images/navbar/calendar.svg',
-
 
134
            ],
Línea 675... Línea 680...
675
                        ],
680
                        ],
676
                    ],
681
                    ],
677
                    'zoom' => [
682
                    'zoom' => [
678
                        'type' => Segment::class,
683
                        'type' => Segment::class,
679
                        'options' => [
684
                        'options' => [
680
                            'route' => '/zoom/:id/:type',
685
                            'route' => '/zoom/:id',
681
                            'constraints' => [
686
                            'constraints' => [
682
                                'id' => '[A-Za-z0-9\-]+\=*',
687
                                'id' => '[A-Za-z0-9\-]+\=*',
683
                                'type' => 'chat'
-
 
684
                            ],
688
                            ],
685
                            'defaults' => [
689
                            'defaults' => [
686
                                'controller' => '\LeadersLinked\Controller\ZoomController',
690
                                'controller' => '\LeadersLinked\Controller\ChatController',
687
                                'action' => 'create',
691
                                'action' => 'zoom',
688
                            ],
692
                            ],
689
                        ],
693
                        ],
690
                    ],
694
                    ],
691
                    'add-user-to-group' => [
695
                    'add-user-to-group' => [
692
                        'type' => Segment::class,
696
                        'type' => Segment::class,
Línea 898... Línea 902...
898
                        ]
902
                        ]
899
                    ],
903
                    ],
900
                ]
904
                ]
901
            ],   
905
            ],   
Línea -... Línea 906...
-
 
906
            
902
            
907
            
903
            'zoom' => [
908
            'zoom' => [
904
                'type' => Literal::class,
909
                'type' => Literal::class,
905
                'options' => [
910
                'options' => [
906
                    'route' => '/zoom',
911
                    'route' => '/zoom',
Línea 909... Línea 914...
909
                        'action' => 'index'
914
                        'action' => 'index'
910
                    ]
915
                    ]
911
                ],
916
                ],
912
                'may_terminate' => true,
917
                'may_terminate' => true,
913
                'child_routes' => [
918
                'child_routes' => [
914
                    'create' => [
919
                    'add' => [
915
                        'type' => Segment::class,
-
 
916
                        'options' => [
-
 
917
                            'route' => '/create/:id/:type',
-
 
918
                            'constraints' => [
-
 
919
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
920
                                'type' => 'chat'
-
 
921
                            ],
-
 
922
                            'defaults' => [
-
 
923
                                'controller' => '\LeadersLinked\Controller\ZoomController',
-
 
924
                                'action' => 'create',
-
 
925
                            ],
-
 
926
                        ],
-
 
927
                    ],
-
 
928
                    'update' => [
-
 
929
                        'type' => Segment::class,
920
                        'type' => Literal::class,
930
                        'options' => [
921
                        'options' => [
931
                            'route' => '/update/:id',
922
                            'route' => '/add',
932
                            'constraints' => [
-
 
933
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
934
                            ],
-
 
935
                            'defaults' => [
923
                            'defaults' => [
936
                                'controller' => '\LeadersLinked\Controller\ZoomController',
924
                                'controller' => '\LeadersLinked\Controller\ZoomController',
937
                                'action' => 'update',
925
                                'action' => 'add'
938
                            ],
926
                            ]
939
                        ],
927
                        ]
940
                    ],
928
                    ],
941
                    'delete' => [
929
                    'delete' => [
942
                        'type' => Segment::class,
930
                        'type' => Segment::class,
943
                        'options' => [
931
                        'options' => [
944
                            'route' => '/delete/:id',
932
                            'route' => '/delete/:id',
945
                            'constraints' => [
933
                           /* 'constraints' => [
946
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
947
                            ],
-
 
948
                            'defaults' => [
-
 
949
                                'controller' => '\LeadersLinked\Controller\ZoomController',
-
 
950
                                'action' => 'delete',
-
 
951
                            ],
-
 
952
                        ],
-
 
953
                    ],
-
 
954
                    'participants' => [
-
 
955
                        'type' => Segment::class,
-
 
956
                        'options' => [
-
 
957
                            'route' => '/participants/:id',
-
 
958
                            'constraints' => [
-
 
959
                                'id' => '[A-Za-z0-9\-]+\=*',
934
                                'id' => '[A-Za-z0-9\-]+\=*',
960
                            ],
935
                            ],*/
961
                            'defaults' => [
936
                            'defaults' => [
962
                                'controller' => '\LeadersLinked\Controller\ZoomController',
937
                                'controller' => '\LeadersLinked\Controller\ZoomController',
963
                                'action' => 'participants',
938
                                'action' => 'delete'
964
                            ],
939
                            ]
965
                        ],
940
                        ]
966
                    ],
941
                    ],
967
                    'listing' => [
942
                    'listing' => [
968
                        'type' => Literal::class,
943
                        'type' => Literal::class,
969
                        'options' => [
944
                        'options' => [
970
                            'route' => '/listing',
945
                            'route' => '/listing',
971
                            'defaults' => [
946
                            'defaults' => [
972
                                'controller' => '\LeadersLinked\Controller\ZoomController',
947
                                'controller' => '\LeadersLinked\Controller\ZoomController',
973
                                'action' => 'listing',
948
                                'action' => 'listing'
974
                            ],
949
                            ]
975
                        ],
950
                        ]
976
                    ],
951
                    ],
977
                ]    
952
                ]    
978
            ],        
953
            ],
-
 
954
               
979
            'inmail' => [
955
            'inmail' => [
980
                'type' => Segment::class,
956
                'type' => Segment::class,
981
                'options' => [
957
                'options' => [
982
                    'route' => '/inmail[/:id]',
958
                    'route' => '/inmail[/:id]',
983
                    'constraints' => [
959
                    'constraints' => [
Línea 3210... Línea 3186...
3210
            '\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
3186
            '\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
3211
            '\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
3187
            '\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
3212
            '\LeadersLinked\Controller\ServiceCapsuleCommentsController' => \LeadersLinked\Controller\ServiceCapsuleCommentsController::class,
3188
            '\LeadersLinked\Controller\ServiceCapsuleCommentsController' => \LeadersLinked\Controller\ServiceCapsuleCommentsController::class,
3213
            '\LeadersLinked\Controller\ShorterController' => \LeadersLinked\Controller\ShorterController::class,
3189
            '\LeadersLinked\Controller\ShorterController' => \LeadersLinked\Controller\ShorterController::class,
3214
            '\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
3190
            '\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
3215
            '\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
-
 
3216
            '\LeadersLinked\Controller\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
3191
            '\LeadersLinked\Controller\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
3217
        ]
3192
        ]
3218
    ],
3193
    ],
3219
    'laminas-cli' => [
3194
    'laminas-cli' => [
3220
        'commands' => [
3195
        'commands' => [