stable

Clone or download

Read-only

Begin to display Kanban cardwall

Please note that column definitions are hard-coded. This task is part of story #7577 display a Kanban cardwall Change-Id: I47be719fc72b56fe97bf288b9e248614dff9d3ec

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +14 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +14 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +9 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +48 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +3 −3 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban.less +292 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +68 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +8 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/less/main.less +3 −1 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +19 −0 Go to diff View file
M tools/utils/less.sh +1 −1 Go to diff View file