Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2455 Rev 2920
Línea 78... Línea 78...
78
                'label' => 'LABEL_PROFILE',
78
                'label' => 'LABEL_PROFILE',
79
                'route' => 'profile',
79
                'route' => 'profile',
80
                'class' => '/images/navbar/perfil.svg',
80
                'class' => '/images/navbar/perfil.svg',
81
                'pages' => [
81
                'pages' => [
82
                    [
82
                    [
-
 
83
                        'label' => 'LABEL_CONNECTIONS',
-
 
84
                        'route' => 'connection',
-
 
85
                        'class' =>'/images/navbar/conexion.svg',
-
 
86
                        'pages' => [
-
 
87
                            [
-
 
88
                                'label' => 'LABEL_MY_CONNECTIONS',
-
 
89
                                'route' => 'connection/my-connections'
-
 
90
                            ],
-
 
91
                            [
-
 
92
                                'label' => 'LABEL_INVITATIONS_SENT',
-
 
93
                                'route' => 'connection/invitations-sent'
-
 
94
                            ],
-
 
95
                            [
-
 
96
                                'label' => 'LABEL_INVITATIONS_RECEIVED',
-
 
97
                                'route' => 'connection/invitations-received'
-
 
98
                            ],
-
 
99
                            [
-
 
100
                                'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
-
 
101
                                'route' => 'connection/people-you-may-know'
-
 
102
                            ],
-
 
103
                            [
-
 
104
                                'label' => 'LABEL_PEOPLE_BLOCKED',
-
 
105
                                'route' => 'connection/people-blocked'
-
 
106
                            ],
-
 
107
                            
-
 
108
                            
-
 
109
                        ]
-
 
110
                    ],
-
 
111
                    [
83
                        'label' => 'LABEL_MY_PROFILES',
112
                        'label' => 'LABEL_MY_PROFILES',
84
                        'route' => 'profile/my-profiles'
113
                        'route' => 'profile/my-profiles'
85
                    ],
114
                    ],
86
                    [
115
                    [
87
                        'label' => 'LABEL_JOBS_APPLIED',
116
                        'label' => 'LABEL_JOBS_APPLIED',
Línea 93... Línea 122...
93
                    ],
122
                    ],
94
                    [
123
                    [
95
                        'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
124
                        'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
96
                        'route' => 'profile/people-viewed-profile'
125
                        'route' => 'profile/people-viewed-profile'
97
                    ],
126
                    ],
98
                ]
-
 
99
            ],
-
 
100
 
-
 
101
            [
-
 
102
                'label' => 'LABEL_CONNECTIONS',
-
 
103
                'route' => 'connection',
-
 
104
                'class' =>'/images/navbar/conexion.svg',
-
 
105
                'pages' => [
-
 
106
                    [
-
 
107
                        'label' => 'LABEL_MY_CONNECTIONS',
-
 
108
                        'route' => 'connection/my-connections'
-
 
109
                    ],
-
 
110
                    [
-
 
111
                        'label' => 'LABEL_INVITATIONS_SENT',
-
 
112
                        'route' => 'connection/invitations-sent'
-
 
113
                    ],
-
 
114
                    [
-
 
115
                        'label' => 'LABEL_INVITATIONS_RECEIVED',
-
 
116
                        'route' => 'connection/invitations-received'
-
 
117
                    ],
-
 
118
                    [
-
 
119
                        'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
-
 
120
                        'route' => 'connection/people-you-may-know'
-
 
121
                    ],
-
 
122
                    [
-
 
123
                        'label' => 'LABEL_PEOPLE_BLOCKED',
-
 
124
                        'route' => 'connection/people-blocked'
-
 
125
                    ],
-
 
Línea 126... Línea -...
126
                    
-
 
127
 
127
                    
128
                ]
128
                ]
-
 
129
            ],
-
 
130
 
129
            ],
131
            
130
            [
132
            [
131
                'label' => 'LABEL_COMPANIES',
133
                'label' => 'LABEL_COMPANIES',
132
                'route' => 'company',
134
                'route' => 'company',
133
                'class' => '/images/navbar/empresa.svg',
135
                'class' => '/images/navbar/empresa.svg',
Línea 2572... Línea 2574...
2572
                                ]
2574
                                ]
2573
                            ],
2575
                            ],
2574
                        ]
2576
                        ]
2575
                    ],
2577
                    ],
2576
                    'groups-suggestion' => [
2578
                    'groups-suggestion' => [
2577
                        'type' => Segment::class,
2579
                        'type' => Literal::class,
2578
                        'options' => [
2580
                        'options' => [
-
 
2581
                            'route' => '/groups-suggestion',
-
 
2582
 
-
 
2583
                            
2579
                            'route' => '/groups-suggestion/:group_id',
2584
                           /* 'route' => '/groups-suggestion[/:group_id]',
2580
                            'constraints' => [
2585
                            'constraints' => [
2581
                                'group_id' => '[A-Za-z0-9\-]+\=*'
2586
                                'group_id' => '[A-Za-z0-9\-]+\=*'
2582
                            ],
2587
                            ],*/
2583
                            'defaults' => [
2588
                            'defaults' => [
2584
                                'controller' => '\LeadersLinked\Controller\HelperController',
2589
                                'controller' => '\LeadersLinked\Controller\HelperController',
2585
                                'action' => 'groupsSuggestion'
2590
                                'action' => 'groupsSuggestion'
2586
                            ]
2591
                            ]
2587
                        ]
2592
                        ]
Línea 3013... Línea 3018...
3013
        ]
3018
        ]
3014
    ],
3019
    ],
3015
    'controller_plugins' => [
3020
    'controller_plugins' => [
3016
        'invokables' => [],
3021
        'invokables' => [],
3017
        'factories' => [
3022
        'factories' => [
3018
            \LeadersLinked\Plugin\CurrentUserPlugin::class => \LeadersLinked\Factory\Plugin\CurrentUserPluginFactory::class
3023
            \LeadersLinked\Plugin\CurrentUserPlugin::class => \LeadersLinked\Factory\Plugin\CurrentUserPluginFactory::class,
-
 
3024
            \LeadersLinked\Plugin\CurrentNetworkPlugin::class => \LeadersLinked\Factory\Plugin\CurrentNetworkPluginFactory::class,
3019
        ],
3025
        ],
3020
        'aliases' => [
3026
        'aliases' => [
3021
            'currentUserPlugin' => \LeadersLinked\Plugin\CurrentUserPlugin::class
3027
            'currentUserPlugin' => \LeadersLinked\Plugin\CurrentUserPlugin::class,
-
 
3028
            'currentNetworkPlugin' => \LeadersLinked\Plugin\CurrentNetworkPlugin::class,
3022
        ]
3029
        ]
3023
    ],
3030
    ],
3024
    'view_manager' => [
3031
    'view_manager' => [
3025
        'display_not_found_reason' => true,
3032
        'display_not_found_reason' => true,
3026
        'display_exceptions' => true,
3033
        'display_exceptions' => true,