stable
Clone or download
Read-only
Merge commit 'refs/changes/13/4913/19' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #8727 Kanban real time: edit card Change-Id: I4027b473f76ff9b4a42d58277ead73f1eb9ebb6e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanArtifactRightsPresenter.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php | +9 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php | +34 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +38 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +9 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +325 | −205 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php | +25 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +21 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_PermDao.class.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php | +36 | −0 | Go to diff View file |