https://bugzilla.wikimedia.org/show_bug.cgi?id=54750
--- Comment #6 from Bawolff (Brian Wolff) <[email protected]> --- Note, potential dupe at bug 64883 (But this one was here first). (In reply to Lokal_Profil from comment #5) > Would it be possible to check a Commons dump to see how often this occurs? > It should be detectable as a upload over an existing file with the edit > comment "User created page with UploadWizard" [1]. Since the wizard does not > allow re-uploading this should only ever occur in this case. > > [1] > https://commons.wikimedia.org/w/index.php?title=Special: > Log&page=File%3AInstrument+-+Karin+Ohlin%2C+2.jpg MariaDB [commonswiki_p]> select count(*) from logging_logindex where log_type = 'upload' and log_action = 'overwrite' and log_comment = 'User created page with UploadWizard' ; +----------+ | count(*) | +----------+ | 19511 | +----------+ 1 row in set (2 min 55.42 sec) -- 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
