stable

Clone or download

Read-only

Merge commit 'refs/changes/94/11494/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11665 Import Graphs and edit modals dynamically in Kanban Change-Id: I340f13a050ef80d12e8c028f566faae9c55e3dd8

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanJavascriptDependenciesProvider.php +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/.gitignore +0 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package-lock.json +6 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +20 −4 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +8 −0 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/.htaccess +0 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +55 −17 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +12 −16 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.js +10 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/diagram-rest-service.spec.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.spec.js +5 −3 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.js +12 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.spec.js +9 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +6 −2 Go to diff View file
A src/www/themes/common/tlp/angular-tlp/angular-async.js +40 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file