stable
Clone or download
Read-only
Part of: story #12450 see a preview of document How to test: - Open the quick look section of a document --> all used properties are shown with their value Change-Id: I39e46020b5d84b723458f08fd49436903c999364
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_MetadataFactory.class.php | +59 | −22 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentation.php | +6 | −0 | Go to diff View file |
M | plugins/docman/include/REST/v1/MetadataRepresentationBuilder.php | +5 | −2 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/MetadataRepresentationBuilderTest.php | +4 | −2 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTest.php | +12 | −12 | Go to diff View file |
M | plugins/docman/tests/rest/DocmanDataBuilder.php | +98 | −34 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +9 | −4 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.vue | +91 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue | +17 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +6 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/date-formatter.js | +28 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_quicklook.scss | +15 | −0 | Go to diff View file |