stable

Clone or download

Read-only

Merge commit 'refs/changes/71/4071/7' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7857 - add thumbnail file url

Modified Files

Name
M plugins/tracker/include/REST/Artifact/FileInfoRepresentation.class.php +20 −8 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactTemporaryFilesResource.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FileInfoFactory.class.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +48 −46 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +7 −3 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_FileInfoDao.class.php +12 −1 Go to diff View file
M tests/rest/ArtifactFilesTest.php +45 −0 Go to diff View file