stable

Clone or download

Read-only

Merge commit 'refs/changes/06/14206/15' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13045 New docman interface crash Change-Id: I6122f1d10e27029745f327ae165d4a9b1bacab75

Modified Files

Name
M plugins/docman/include/Docman_LinkVersionFactory.class.php +4 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationVisitor.php +21 −8 Go to diff View file
M plugins/docman/include/REST/v1/LinkPropertiesRepresentation.php +4 −2 Go to diff View file
M plugins/document/scripts/document/app.spec.js +4 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +2 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +2 −8 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.spec.js +76 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.vue +54 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.spec.js +77 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +13 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.spec.js +102 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +9 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue +3 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue +6 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +3 −0 Go to diff View file
M plugins/document/scripts/document/helpers/local-vue.js +2 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +3 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_folder-content.scss +4 −0 Go to diff View file