https://bugzilla.wikimedia.org/show_bug.cgi?id=15889
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Write and run script to |Write and run script to |find non-existent images on |find non-existent images on |WMF wikis |Wikimedia wikis --- Comment #5 from MZMcBride <[email protected]> --- (In reply to TeleComNasSprVen from comment #4) > Are we talking about: > > 1) Running cleanupImages.php? Would probably need shell. > 2) Running a database query? It would be something like "SELECT page_title > FROM page WHERE NOT EXISTS (SELECT img_name FROM image WHERE img_name = > page_title) AND NOT EXISTS (SELECT img_name FROM commonswiki_p.image WHERE > img_name = page_title) AND page_namespace = 6 AND page_is_redirect = 0 LIMIT > 1000;" > 3) Fixing bug 32551? The bug summary is "Write and run script to find non-existent images on Wikimedia wikis". We're probably talking about that. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
