dev

Forked from tuleap/dev

Clone or download

Read-only

Kanban own id

This task is part of story #7737 Finish Kanban foundations Change-Id: Ic42e0550156f735dd3f7b909037bb05b3332daeb

Modified Files

Name
M plugins/agiledashboard/db/install.sql +2 −1 Go to diff View file
A plugins/agiledashboard/db/mysql/updates/2015/201501061426_add_kanban_id.php +63 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban.class.php +10 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +12 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +10 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanRepresentation.php +12 −6 Go to diff View file
M plugins/agiledashboard/templates/home-kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +2 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −0 Go to diff View file
M tests/rest/KanbanTest.php +2 −1 Go to diff View file