stable

Clone or download

Read-only

Refactoring: Have embedded REST content into its own namespace

part of story #12453 Update document modal for existing items The aim of this patch is to ease code navigation/structure by having a dedicated namespace for each item types No functional changes Change-Id: Id90ade4172ba46ce49536a532a316eb9d94888ac

Modified Files

Name
M plugins/docman/include/REST/ResourcesInjector.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php +3 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemCreator.php +1 −1 Go to diff View file
R plugins/docman/include/REST/v1/DocmanEmbeddedFileUpdator.php Go to diff View file
R plugins/docman/include/REST/v1/DocmanEmbeddedFilesPATCHRepresentation.php Go to diff View file
R plugins/docman/include/REST/v1/Folders/DocmanEmbeddedPOSTRepresentation.php Go to diff View file
R plugins/docman/include/REST/v1/EmbeddedFilePropertiesRepresentation.php Go to diff View file
R plugins/docman/include/REST/v1/EmbeddedFileVersionCreationBeforeUpdateValidator.php Go to diff View file
R plugins/docman/include/REST/v1/EmbeddedPropertiesPOSTPATCHRepresentation.php Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentation.php +1 −0 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +1 −0 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationVisitor.php +1 −0 Go to diff View file
M plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php +2 −2 Go to diff View file