stable

Clone or download

Read-only

Send a mail notification when Files in error

part of: story #12404 download folder as zip Pro-tip: Use mailhog to check if the mail has been received (make start-mailhog) How to test: - Have a folder you can download containing a corrupted file (no current version) - Download the folder --> You must receive a mail notification Change-Id: Ibc984649bce543bdfd4070486d9a5f4cf873a42a

Modified Files

Name
M plugins/document/include/DownloadFolderAsZip/DocumentFolderZipStreamer.php +15 −1 Go to diff View file
M plugins/document/include/DownloadFolderAsZip/ErrorsListingBuilder.php +5 −0 Go to diff View file
A plugins/document/include/DownloadFolderAsZip/ZipStreamMailNotificationSender.php +56 −0 Go to diff View file
M plugins/document/include/documentPlugin.php +3 −1 Go to diff View file
M plugins/document/site-content/fr_FR/LC_MESSAGES/tuleap-document.po +22 −0 Go to diff View file
M plugins/document/tests/unit/DownloadFolderAsZip/DocumentFolderZipStreamerTest.php +6 −1 Go to diff View file