stable

Clone or download

Read-only

feat: Initiate display of Source column

User should be able to identify File versions that have been updated by ONLYOFFICE integration. This contribution display such column but with common value "Uploaded" since save from ONLYOFFICE is not implemented yet. If tuleap-plugin-onlyoffice is not enabled, then the column is not displayed. Part of story #28263: edit office document stored in Document Change-Id: If479e69a0494ed07aba0edd3cfb9c4626e87400b

Modified Files

Name
M plugins/docman/include/docmanPlugin.php +2 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +4 −1 Go to diff View file
M plugins/document/include/Tree/DocumentTreePresenter.php +1 −0 Go to diff View file
A plugins/document/include/Tree/ShouldDisplaySourceColumnForFileVersions.php +40 −0 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersions.vue +22 −2 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersionsContentRow.vue +9 −1 Go to diff View file
M plugins/document/scripts/document/index.js +4 −0 Go to diff View file
M plugins/document/scripts/document/po/fr_FR.po +6 −0 Go to diff View file
M plugins/document/scripts/document/po/pt_BR.po +6 −0 Go to diff View file
M plugins/document/templates/document-tree.mustache +1 −0 Go to diff View file
M plugins/onlyoffice/include/onlyofficePlugin.php +7 −0 Go to diff View file