]> source.dussan.org Git - redmine.git/commit
Support for WebP images (#38168).
authorGo MAEDA <maeda@farend.jp>
Mon, 16 Jan 2023 01:23:36 +0000 (01:23 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 16 Jan 2023 01:23:36 +0000 (01:23 +0000)
commit91705e083beeece533afcad8b7285f6698c2a6da
treeb50243551846b55f68c08a15a636164e5c9aec11
parent33088ed3c20bfa8c1d45fbdc9f17b0e2ea69a578
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
app/helpers/application_helper.rb
app/models/attachment.rb
lib/redmine/mime_type.rb
lib/redmine/thumbnail.rb
test/fixtures/attachments.yml
test/helpers/application_helper_test.rb
test/unit/attachment_test.rb
test/unit/lib/redmine/mime_type_test.rb