https://bugzilla.wikimedia.org/show_bug.cgi?id=23415
merl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from merl <[email protected]> 2011-02-27 13:43:15 UTC --- Bug still exists. I have written a query on toolserver which shows about 10000 results on dewiki: SELECT page_title, il_to FROM dewiki_p.flaggedpages INNER JOIN dewiki_p.flaggedrevs ON fp_page_id = fr_page_id AND fp_stable=fr_rev_id INNER JOIN dewiki_p.imagelinks ON fp_page_id = il_from INNER JOIN dewiki_p.filearchive ON il_to = fa_name INNER JOIN dewiki_p.page ON fp_page_id = page_id LEFT JOIN dewiki_p.image i ON il_to = i.img_name INNER JOIN commonswiki_p.image ci ON il_to = ci.img_name WHERE page_namespace=0 AND i.img_name IS NULL AND fa_deleted_timestamp > fr_timestamp AND fp_reviewed > 0; Latest result is https://secure.wikimedia.org/wikipedia/de/w/index.php?title=Kaspar_Ritter_(Egg)#Heimatstilvilla_Nr._499 reviewed on 20110226180739 and image deleted later on that day (20110226180947). I check many of these results and all still have the problem not showing the images. I'll start unreviewing/reviewing those page on dewiki soon to reduce the imact of this bug on dewiki. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
