Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6056 Rev 6388
Línea 321... Línea 321...
321
                                'controller' => '\LeadersLinked\Controller\PostController',
321
                                'controller' => '\LeadersLinked\Controller\PostController',
322
                                'action' => 'deleteReaction'
322
                                'action' => 'deleteReaction'
323
                            ]
323
                            ]
324
                        ]
324
                        ]
325
                    ],
325
                    ],
-
 
326
                    
Línea 326... Línea 327...
326
 
327
 
Línea 327... Línea 328...
327
                ],
328
                ],
328
 
329
 
Línea 481... Línea 482...
481
                        'controller' => '\LeadersLinked\Controller\MyCoachController',
482
                        'controller' => '\LeadersLinked\Controller\MyCoachController',
482
                        'action' => 'index'
483
                        'action' => 'index'
483
                    ]
484
                    ]
484
                ],
485
                ],
485
                'may_terminate' => true,
486
                'may_terminate' => true,
486
                'child_routes' => [],
487
                'child_routes' => [
-
 
488
                    'questions' => [
-
 
489
                        'type' => Literal::class,
-
 
490
                        'options' => [
-
 
491
                            'route' => '/questions',
-
 
492
                            'defaults' => [
-
 
493
                                'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
494
                                'action' => 'index'
-
 
495
                            ],
-
 
496
                        ],
-
 
497
                        'may_terminate' => true,
-
 
498
                        'child_routes' => [
-
 
499
                            'add' => [
-
 
500
                                'type' => Literal::class,
-
 
501
                                'options' => [
-
 
502
                                    'route' => '/add',
-
 
503
                                    'defaults' => [
-
 
504
                                        'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
505
                                        'action' => 'add'
-
 
506
                                    ],
-
 
507
                                ],
-
 
508
                            ],
-
 
509
                            'view' => [
-
 
510
                                'type' => Segment::class,
-
 
511
                                'options' => [
-
 
512
                                    'route' => '/view/:id',
-
 
513
                                    'constraints' => [
-
 
514
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
515
                                    ],
-
 
516
                                    'defaults' => [
-
 
517
                                        'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
518
                                        'action' => 'view'
-
 
519
                                    ]
-
 
520
                                ]
-
 
521
                            ],
-
 
522
                            'edit' => [
-
 
523
                                'type' => Segment::class,
-
 
524
                                'options' => [
-
 
525
                                    'route' => '/edit/:id',
-
 
526
                                    'constraints' => [
-
 
527
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
528
                                    ],
-
 
529
                                    'defaults' => [
-
 
530
                                        'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
531
                                        'action' => 'edit'
-
 
532
                                    ]
-
 
533
                                ]
-
 
534
                            ],
-
 
535
                            'delete' => [
-
 
536
                                'type' => Segment::class,
-
 
537
                                'options' => [
-
 
538
                                    'route' => '/delete/:id',
-
 
539
                                    'constraints' => [
-
 
540
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
541
                                    ],
-
 
542
                                    'defaults' => [
-
 
543
                                        'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
544
                                        'action' => 'delete'
-
 
545
                                    ]
-
 
546
                                ]
-
 
547
                            ],
-
 
548
                            'reaction' => [
-
 
549
                                'type' => Segment::class,
-
 
550
                                'options' => [
-
 
551
                                    'route' => '/reaction/:id',
-
 
552
                                    'constraints' => [
-
 
553
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
554
                                    ],
-
 
555
                                    'defaults' => [
-
 
556
                                        'controller' => '\LeadersLinked\Controller\MyCoachReactionController',
-
 
557
                                        'action' => 'index'
-
 
558
                                    ]
-
 
559
                                ],
-
 
560
                                'may_terminate' => true,
-
 
561
                                'child_routes' => [
-
 
562
                                    'save' => [
-
 
563
                                        'type' => Literal::class,
-
 
564
                                        'options' => [
-
 
565
                                            'route' => '/save',
-
 
566
                                            'defaults' => [
-
 
567
                                                'controller' => '\LeadersLinked\Controller\MyCoachReactionController',
-
 
568
                                                'action' => 'save'
-
 
569
                                            ],
-
 
570
                                        ],
-
 
571
                                    ],
-
 
572
                                    'delete' => [
-
 
573
                                        'type' =>Literal::class,
-
 
574
                                        'options' => [
-
 
575
                                            'route' => '/delete',
-
 
576
                                            'defaults' => [
-
 
577
                                                'controller' => '\LeadersLinked\Controller\MyCoachReactionController',
-
 
578
                                                'action' => 'delete'
-
 
579
                                            ]
-
 
580
                                        ]
-
 
581
                                    ],
-
 
582
                                ]
-
 
583
                            ],
-
 
584
                            'answers' => [
-
 
585
                                'type' => Segment::class,
-
 
586
                                'options' => [
-
 
587
                                    'route' => '/answers/:id',
-
 
588
                                    'constraints' => [
-
 
589
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
590
                                    ],
-
 
591
                                    'defaults' => [
-
 
592
                                        'controller' => '\LeadersLinked\Controller\MyCoachAnswerController',
-
 
593
                                        'action' => 'index'
-
 
594
                                    ]
-
 
595
                                ],
-
 
596
                                'may_terminate' => true,
-
 
597
                                'child_routes' => [
-
 
598
                                    'add' => [
-
 
599
                                        'type' => Literal::class,
-
 
600
                                        'options' => [
-
 
601
                                            'route' => '/add',
-
 
602
                                            'defaults' => [
-
 
603
                                                'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
604
                                                'action' => 'add'
-
 
605
                                            ],
-
 
606
                                        ],
-
 
607
                                    ],
-
 
608
 
-
 
609
                                    'edit' => [
-
 
610
                                        'type' => Segment::class,
-
 
611
                                        'options' => [
-
 
612
                                            'route' => '/edit/:answer',
-
 
613
                                            'constraints' => [
-
 
614
                                                'answer' => '[A-Za-z0-9\-]+\=*',
-
 
615
                                            ],
-
 
616
                                            'defaults' => [
-
 
617
                                                'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
618
                                                'action' => 'edit'
-
 
619
                                            ]
-
 
620
                                        ]
-
 
621
                                    ],
-
 
622
                                    'delete' => [
-
 
623
                                        'type' => Segment::class,
-
 
624
                                        'options' => [
-
 
625
                                            'route' => '/delete/:answer',
-
 
626
                                            'constraints' => [
-
 
627
                                                'answer' => '[A-Za-z0-9\-]+\=*',
-
 
628
                                            ],
-
 
629
                                            'defaults' => [
-
 
630
                                                'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
631
                                                'action' => 'delete'
-
 
632
                                            ]
-
 
633
                                        ]
-
 
634
                                    ],
-
 
635
                                ]    
-
 
636
                            ],
-
 
637
                            
-
 
638
                            'comments' => [
-
 
639
                                'type' => Segment::class,
-
 
640
                                'options' => [
-
 
641
                                    'route' => '/comments/:id',
-
 
642
                                    'constraints' => [
-
 
643
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
644
                                    ],
-
 
645
                                    'defaults' => [
-
 
646
                                        'controller' => '\LeadersLinked\Controller\MyCoachQuestionController',
-
 
647
                                        'action' => 'comments'
-
 
648
                                    ]
-
 
649
                                ],
-
 
650
                                'may_terminate' => true,
-
 
651
                                'child_routes' => [
-
 
652
                                    'add' => [
-
 
653
                                        'type' => Literal::class,
-
 
654
                                        'options' => [
-
 
655
                                            'route' => '/add',
-
 
656
                                            'defaults' => [
-
 
657
                                                'controller' => '\LeadersLinked\\Controller\MyCoachQuestionController',
-
 
658
                                                'action' => 'addComment'
-
 
659
                                            ]
-
 
660
                                        ]
-
 
661
                                    ],
-
 
662
                                    'delete' => [
-
 
663
                                        'type' => Segment::class,
-
 
664
                                        'options' => [
-
 
665
                                            'route' => '/delete/:comment',
-
 
666
                                            'constraints' => [
-
 
667
                                                'comment' => '[A-Za-z0-9\-]+\=*',
-
 
668
                                            ],
-
 
669
                                            'defaults' => [
-
 
670
                                                'controller' => '\LeadersLinked\\Controller\MyCoachQuestionController',
-
 
671
                                                'action' => 'deleteComment'
-
 
672
                                            ]
-
 
673
                                        ]
-
 
674
                                    ],
-
 
675
                                ]    
-
 
676
                            ],
-
 
677
                        ]    
-
 
678
                    ],
-
 
679
                ],
487
            ],
680
            ],
Línea 488... Línea 681...
488
 
681
 
489
            'knowledge-area' => [
682
            'knowledge-area' => [
490
                'type' => Literal::class,
683
                'type' => Literal::class,
Línea 1423... Línea 1616...
1423
                                'controller' => '\LeadersLinked\Controller\FeedController',
1616
                                'controller' => '\LeadersLinked\Controller\FeedController',
1424
                                'action' => 'add'
1617
                                'action' => 'add'
1425
                            ]
1618
                            ]
1426
                        ]
1619
                        ]
1427
                    ],
1620
                    ],
-
 
1621
                    'vote' => [
-
 
1622
                        'type' => Segment::class,
-
 
1623
                        'options' => [
-
 
1624
                            'route' => '/vote/:id',
-
 
1625
                            'constraints' => [
-
 
1626
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
1627
                            ],
-
 
1628
                            'defaults' => [
-
 
1629
                                'controller' => '\LeadersLinked\Controller\FeedController',
-
 
1630
                                'action' => 'vote'
-
 
1631
                            ]
-
 
1632
                        ]
-
 
1633
                    ],
1428
                ],
1634
                ],
1429
            ],
1635
            ],
1430
            'job' => [
1636
            'job' => [
1431
                'type' => Literal::class,
1637
                'type' => Literal::class,
1432
                'options' => [
1638
                'options' => [
Línea 3329... Línea 3535...
3329
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
3535
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
3330
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
3536
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
3331
            // \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
3537
            // \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
3332
            //\LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
3538
            //\LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
3333
            \LeadersLinked\Controller\MyCoachController::class => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
3539
            \LeadersLinked\Controller\MyCoachController::class => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
-
 
3540
            \LeadersLinked\Controller\MyCoachQuestionController::class => \LeadersLinked\Factory\Controller\MyCoachQuestionControllerFactory::class,
-
 
3541
            
-
 
3542
            
3334
            \LeadersLinked\Controller\KnowledgeAreaController::class => \LeadersLinked\Factory\Controller\KnowledgeAreaControllerFactory::class,
3543
            \LeadersLinked\Controller\KnowledgeAreaController::class => \LeadersLinked\Factory\Controller\KnowledgeAreaControllerFactory::class,
3335
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
3544
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
3336
            \LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
3545
            \LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
3337
            \LeadersLinked\Controller\ShorterController::class => \LeadersLinked\Factory\Controller\ShorterControllerFactory::class,
3546
            \LeadersLinked\Controller\ShorterController::class => \LeadersLinked\Factory\Controller\ShorterControllerFactory::class,
3338
            \LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
3547
            \LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
Línea 3380... Línea 3589...
3380
 
3589
 
Línea 3381... Línea 3590...
3381
           
3590
           
-
 
3591
            '\LeadersLinked\Controller\KnowledgeAreaController' => \LeadersLinked\Controller\KnowledgeAreaController::class,
-
 
3592
            
-
 
3593
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
3382
            '\LeadersLinked\Controller\KnowledgeAreaController' => \LeadersLinked\Controller\KnowledgeAreaController::class,
3594
            '\LeadersLinked\Controller\MyCoachQuestionController' => \LeadersLinked\Controller\MyCoachQuestionController::class,
Línea 3383... Línea 3595...
3383
            
3595
            
3384
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
3596