We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17a388 + 3f2ae4a commit d1822b5Copy full SHA for d1822b5
dtMediaWiki.lua
@@ -369,6 +369,7 @@ local function _register_storage_store_final_format_check(fn)
369
local extension = fn:match("[^.]+$"):lower()
370
if extension ~= "jpg" and extension ~= "png" and extension ~= "tif" and extension ~= "webp" then
371
-- TODO would be nice to assert that copy mode is used
372
+ -- TODO add avif when this ticket will be solved https://phabricator.wikimedia.org/T257719
373
msgout(gettext.dgettext("dtMediaWiki",
374
("dtMediaWiki._register_storage_store_final_format_check warning: using copy mode from an unsupported image format is known to cause a crash.")))
375
msgout(gettext.dgettext("dtMediaWiki", ("Error: ")) .. fn ..
0 commit comments