stable
Clone or download
Read-only
Part of story #12457: New document modal: permissions Change-Id: I373748371e68eb17e2fbc0a9f0010ab67be4e43e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +4 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/Files/DocmanPOSTFilesRepresentation.php | +6 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Folders/DocmanItemCreatorBuilder.php | +12 | −9 | Go to diff View file |
M | plugins/docman/include/Upload/Document/DocumentOngoingUploadDAO.php | +11 | −3 | Go to diff View file |
M | plugins/docman/include/Upload/Document/DocumentToUploadCreator.php | +41 | −7 | Go to diff View file |
M | plugins/docman/include/Upload/Document/DocumentUploadFinisher.php | +0 | −16 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php | +6 | −3 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Document/DocumentToUploadCreatorTest.php | +82 | −30 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Document/DocumentUploadFinisherTest.php | +2 | −6 | Go to diff View file |