stable
Clone or download
Read-only
request #18471 Webdav should only exposes "Document" and "Embedded document"
As of today it exposes Wiki, Links and empty document as... empty document. So a webdav user might think it's actually empty document and delete them. This is misleading & error prone, let's remove that behaviour. Change-Id: I0daf46321207cdfa02e1903dfb4e91cd8e73462d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webdav/include/BrowserPlugin.class.php | +2 | −3 | Go to diff View file |
D | plugins/webdav/include/FS/WebDAVDocmanDocument.class.php | +0 | −238 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFile.class.php | +99 | −50 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFolder.class.php | +70 | −147 | Go to diff View file |
M | plugins/webdav/site-content/fr_FR/LC_MESSAGES/tuleap-webdav.po | +4 | −0 | Go to diff View file |
D | plugins/webdav/tests/unit/WebDAVDocmanDocumentTest.php | +0 | −150 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFileTest.php | +41 | −4 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php | +57 | −12 | Go to diff View file |