diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-16 01:23:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-16 01:23:36 +0000 |
commit | 91705e083beeece533afcad8b7285f6698c2a6da (patch) | |
tree | b50243551846b55f68c08a15a636164e5c9aec11 /test/fixtures | |
parent | 33088ed3c20bfa8c1d45fbdc9f17b0e2ea69a578 (diff) | |
download | redmine-91705e083beeece533afcad8b7285f6698c2a6da.tar.gz redmine-91705e083beeece533afcad8b7285f6698c2a6da.zip |
Support for WebP images (#38168).
* Inline image
* Thumbnail
* Inserting markup for an image uploaded by drag and drop
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22045 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/attachments.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 3805df02e..0b4558aac 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -309,3 +309,17 @@ attachments_023: filename: ecookbook-gantt.pdf author_id: 2 description: Gantt chart as of May 11 +attachments_024: + created_on: 2023-01-11 08:46:41 +00:00 + content_type: image/webp + container_type: WikiPage + container_id: 1 + downloads: 0 + disk_filename: 230111173947_logo.webp + disk_directory: "2023/01" + digest: 9219249de57e601a0bb65845304bc44bb1961ea1c2b8ace28c38fa40c3c741e5 + id: 24 + filesize: 74974 + filename: logo.webp + author_id: 2 + description: WebP image |