stable

Clone or download

Read-only

New event to add new configuration pane on AgileDashboard

Part of the story #9184 Choose and configure bots to send stand-up summary Change-Id: Ib01c2f1ab09fdc44d150918b4e96d534494a92db

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/AdminAdditionalPanePresenter.php +76 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +12 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +10 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +58 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +14 −10 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/constants.php +17 −0 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +2 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +2 −0 Go to diff View file
A plugins/agiledashboard/templates/admin-additional-pane.mustache +24 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-kanban.mustache +5 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +5 −0 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +1 −0 Go to diff View file