stable

Clone or download

Read-only

Merge commit 'refs/changes/26/14826/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13321: Download of large attachment/file can be partial/resumed

Modified Files

Name
M plugins/docman/include/Download/DocmanFileDownloadController.php +1 −0 Go to diff View file
M plugins/docman/include/Download/DocmanFileDownloadResponseGenerator.php +8 −2 Go to diff View file
M plugins/docman/phpunit/Download/DocmanFileDownloadResponseGeneratorTest.php +28 −4 Go to diff View file
M plugins/forumml/www/upload.php +7 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php +2 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +7 −1 Go to diff View file
M src/common/Http/Response/BinaryFileResponseBuilder.php +36 −4 Go to diff View file
M src/common/frs/FRSFile.class.php +2 −1 Go to diff View file
M src/common/wiki/lib/WikiAttachmentRevision.class.php +7 −1 Go to diff View file
M tests/phpunit/common/Http/Response/BinaryFileResponseBuilderTest.php +62 −2 Go to diff View file