stable

Clone or download

Read-only

story #7857 - add thumbnail file url

Change-Id: I5c481b89b221af171b0679a2f61f648aa783d01c

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