stable
Clone or download
Read-only
Merge commit 'refs/changes/23/14923/2' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: story #12812: get FRS file content via REST Change-Id: Iacc9be82f99460a4c1f6cdafe49856df0c483edc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/REST/v1/FileRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/FileTest.php | +9 | −2 | Go to diff View file |
M | site-content/en_US/file/file.tab | +0 | −9 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +7 | −4 | Go to diff View file |
M | site-content/fr_FR/file/file.tab | +0 | −9 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +34 | −4 | Go to diff View file |
M | src/common/frs/FRSFile.class.php | +0 | −14 | Go to diff View file |
A | src/common/frs/FRSFileDownloadController.php | +106 | −0 | Go to diff View file |
A | src/common/frs/FRSFileDownloadOldURLRedirectionController.php | +50 | −0 | Go to diff View file |
A | src/common/frs/FRSFileNotPresentInStorage.php | +34 | −0 | Go to diff View file |
D | src/common/frs/FileDownloadController.php | +0 | −73 | Go to diff View file |
M | src/common/frs/ServiceFile.class.php | +0 | −7 | Go to diff View file |
M | src/common/include/URL.class.php | +5 | −11 | Go to diff View file |
M | src/www/file/confirm_download.php | +6 | −5 | Go to diff View file |
M | src/www/file/showfiles.php | +5 | −6 | Go to diff View file |
A | tests/phpunit/common/Frs/FRSFileDownloadControllerTest.php | +203 | −0 | Go to diff View file |
A | tests/phpunit/common/Frs/FRSFileDownloadOldURLRedirectionControllerTest.php | +50 | −0 | Go to diff View file |
M | tests/simpletest/common/include/URLTest.php | +2 | −8 | Go to diff View file |