[02:44:32] hello, i have a question: [02:45:53] if a file was deleted, and a new, completely different file with the same file name was uploaded a couple of years later, would it be possible to restore the original file? [14:04:49] Anyone here familiar with thumb_handler.php logic? I thought setting $wgGenerateThumbnailOnParse to false and invoking the handler on 404 is supposed to provide equivalent logic, but it doesn't seem so. Generate on parse happily creates "thumbs" with equal size to original image; the handler returns HTTP 400 instead. [14:05:47] Don't ask me why MediaWiki doesn't just insert a link to the original image in the generated HTML. It instead adds a link to a "thumbnail" of the image with the same size as the original. [14:16:10] some unusual file formats like TIFF always get thumbnails instead of originals [14:18:00] is webp affected by this? [14:18:07] here's an example: https://old.bg3.wiki/wiki/File:Disguise_Self_Tiefling_Male_Icon.webp [14:18:37] oh, I'm also using Extension:Thumbro which I guess may be interfering [14:18:56] yeah, didn't think of that at all... probably changes the whole thumb generation logic [14:44:57] taylan: yes. although it won't be any more soon: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1247634 [14:49:18] I see. Nevertheless I think Thumbro is part of the issue here and I logged an issue with them: https://github.com/StarCitizenTools/mediawiki-extensions-Thumbro/issues/51 [14:49:41] I think Thumbro actually works around that webp related limitation in MW core [15:01:01] Thumbro is my new favorite extension, i've never seen it before [15:01:15] 👍🖼️😎 [15:04:45] it's super cool! [15:05:11] the StarCitizenWiki people are doing amazing stuff, I use their skin for the mobile version of our wiki