stable
Clone or download
Read-only
story #8382: Planning V2 is now Planning
Planning V2 is out of the lab mode and become the default one. Planning V1 is no longer accessible and redirect to Planning V2. For now, Planning V1 is not fully removed from the codebase as we want to able to produce a not too much painful patch to reactivate it in case of emergency. Change-Id: I9f790638c0099f2dda21598d50adac1ef5abeef5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2PaneInfo.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/TopContent/TopContentPresenterBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/BreadCrumbs/Milestone.class.php | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/BreadCrumbs/VirtualTopMilestone.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneController.class.php | +14 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +21 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php | +15 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +13 | −21 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/templates/home.mustache | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/show-top.mustache | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/themes/default/css/style.less | +1 | −1 | Go to diff View file |