stable

Clone or download

Read-only

Merge commit 'refs/changes/00/4900/29' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #8707 Kanban real time: management of specific permissions cases

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/KanbanArtifactRightsPresenter.php +45 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +14 −17 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +0 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +42 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/realTime/Client.php +4 −8 Go to diff View file
A src/common/realTime/MessageDataPresenter.php +50 −0 Go to diff View file
A src/common/realTime/MessageRightsPresenter.php +22 −0 Go to diff View file
M src/common/realTime/NodeJSClient.php +3 −15 Go to diff View file
M src/etc/local.inc.dist +2 −3 Go to diff View file