stable

Clone or download

Read-only

Add to my and project dashboards (will add en empty kanban widget)

This is a part of story #10353 display a kanban as a widget To test: You can add the widget kanban on my and project dashboards. Change-Id: I0c9626754822dd1a5fe33a8e07646a4a5a717a39

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +26 −1 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +66 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php +31 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php +31 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownBuilder.php +109 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownPresenter.php +79 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +50 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +8 −3 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +3 −0 Go to diff View file
A plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +35 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +3 −0 Go to diff View file
A plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +19 −0 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −0 Go to diff View file
A plugins/agiledashboard/templates/widgets/add-to-dashboard-dropdown.mustache +48 −0 Go to diff View file
A plugins/agiledashboard/templates/widgets/kanban.mustache +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +24 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +22 −11 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +10 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −1 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +6 −2 Go to diff View file
M src/common/Dashboard/Widget/Add/WidgetPresenter.php +9 −7 Go to diff View file
M src/common/widget/Widget.class.php +5 −0 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +1 −1 Go to diff View file