stable

Clone or download

Read-only

Tabify AgileDashboard administration

Part of story #8263: ease kanban onboarding + Fix empty page when nothing is activated but scrum is configured. Change-Id: Ie235a376d178cacf255da6f105d09a2dfc985b9f

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +86 −0 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/AdminPresenter.class.php Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php +95 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +32 −131 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +89 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +89 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +8 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +12 −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 +16 −4 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +14 −2 Go to diff View file
A plugins/agiledashboard/templates/admin-kanban.mustache +43 −0 Go to diff View file
A plugins/agiledashboard/templates/admin-scrum.mustache +113 −0 Go to diff View file
D plugins/agiledashboard/templates/admin.mustache +0 −104 Go to diff View file
M plugins/agiledashboard/templates/home.mustache +84 −78 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +1 −54 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +4 −4 Go to diff View file
M plugins/agiledashboard/www/js/home.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +4 −0 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +70 −4 Go to diff View file