https://bugzilla.wikimedia.org/show_bug.cgi?id=62258
--- Comment #6 from C. Scott Ananian <[email protected]> --- The patch attached to https://gerrit.wikimedia.org/r/116995 now fixes the bug in the "right way" -- that is, it fixes File::getUnscaledThumb. This will change the size of all images which combine a height bound and a framed image. In order to determine whether fixing this bug will affect this display of too many images, I wrote a script to grunge through all images and pages containing images on a wiki. See https://github.com/cscott/wp-image-info One limitation is that it uses the wp allimages API query, so it does not include pages which include images *only from commons*. I'm still collecting data for enwiki, but for frwiki: 43,014 total non-commons images 8,839 of them are in portrait orientation 1,242,985 image links on pages, of which only 60 use the 'framed' option with a height bound For dewiki: 170,701 total non-commons images 55,208 of these are in portrait orientation 1,786,779 image links on pages, of which only 538 use the 'framed' option with a height bound I fixed some of these: https://de.wikipedia.org/w/index.php?title=Hauptkirche_Sankt_Michaelis_%28Hamburg%29&diff=129396939&oldid=129292349 https://de.wikipedia.org/w/index.php?title=Ceylor&diff=129396510&oldid=129332266 https://de.wikipedia.org/w/index.php?title=Ceylor&diff=129396510&oldid=129332266 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
