stable

Clone or download

Read-only

refactor: move Kanban widget to kanban

No functional changes with personal or project dashboard containing kanban widget. Bonus: regenerate .rng file after .rnc update in previous changeset. Part of request #32645: Extract kanban from agiledashboard Change-Id: I8c6d37395ef39fd55d3edc05c0f79d36c397d22d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +12 −10 Go to diff View file
M plugins/agiledashboard/resources/xml_project_agiledashboard.rng +5 −3 Go to diff View file
M plugins/agiledashboard/resources/xml_project_agiledashboard_planning.rng +5 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +0 −31 Go to diff View file
M plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po +0 −29 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentation.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentationBuilder.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigDAO.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigRetriever.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigUpdater.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanCreator.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDao.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDeletor.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanPresenter.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanReportSelectorPresenter.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanRetriever.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanXMLImporter.php Go to diff View file
D plugins/kanban/site-content/.keep +0 −0 Go to diff View file
A plugins/kanban/site-content/fr_FR/LC_MESSAGES/tuleap-kanban.po +41 −0 Go to diff View file
R plugins/agiledashboard/templates/widgets/widget-kanban-report-selector.mustache Go to diff View file
R plugins/agiledashboard/templates/widgets/widget-kanban.mustache Go to diff View file
R plugins/agiledashboard/tests/unit/AgileDashboard/Widget/WidgetKanbanXMLImporterTest.php Go to diff View file
M src/common/xml/resources/project/project.rng +5 −3 Go to diff View file
M src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +5 −3 Go to diff View file