stable
Clone or download
Read-only
Let's ease debugging when something goes wrong part of: story #12404 download folder as zip How to test: - When an exception is thrown by ZipStream, then we log it into /var/log/tuleap/codendi_syslog Change-Id: I7b6d1246024221c4859d0ed5bf1bd404220f6716
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/include/DownloadFolderAsZip/DocumentFolderZipStreamer.php | +16 | −4 | Go to diff View file |
M | plugins/document/include/DownloadFolderAsZip/ZipStreamFolderFilesVisitor.php | +23 | −4 | Go to diff View file |
A | plugins/document/include/DownloadFolderAsZip/ZipStreamerLoggingHelper.php | +78 | −0 | Go to diff View file |
M | plugins/document/include/documentPlugin.php | +3 | −1 | Go to diff View file |
M | plugins/document/tests/unit/DownloadFolderAsZip/ZipStreamFolderFilesVisitorTest.php | +45 | −2 | Go to diff View file |