stable
Clone or download
Read-only
part of story #10143 add/remove backlog items in planning view Try to remove a non top level planning => no modal Try to remove a top level planning => a modal asks you for confirmation before removal Change-Id: I263fb6a5301ab17ff8f14623dbd80aa45372b244
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminController.class.php | +22 | −104 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +0 | −5 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php | +174 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +12 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +14 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php | +8 | −3 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php | +293 | −0 | 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/LC_MESSAGES/tuleap-agiledashboard.po | +22 | −0 | 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/admin-scrum.mustache | +2 | −3 | Go to diff View file |
A | plugins/agiledashboard/templates/admin-scrum/admin-planning-deletion.mustache | +35 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php | +7 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +3 | −44 | Go to diff View file |
M | plugins/agiledashboard/www/js/administration.js | +10 | −1 | Go to diff View file |