stable
Clone or download
Read-only
part of story #9855 admin for mono milestones tracker To test it: - A new section is available in Admin Agile dashboard section - in it a checkbox is visible only when use is in lab mode and scrum configuration has 1 planning maximum - when scrum v2 is enabled the "start scrum" button is no more displayed Change-Id: Ia6e99ceb8cea8154b647af21fc633a5f7e23852a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2017/201702211436_using_scrum_v2_table.php | +55 | −0 | Go to diff View file |
M | plugins/agiledashboard/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +35 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +43 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php | +46 | −8 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneChecker.php | +44 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneDao.php | +53 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneDisabler.php | +39 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneEnabler.php | +39 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +22 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php | +15 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +7 | −3 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-scrum.mustache | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/empty-home.mustache | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php | +6 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +8 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/themes/default/css/style.scss | +4 | −0 | Go to diff View file |