User:Fæ/BLP overwrites
< User:Fæ
Userlist |
This table shows images used in biographies of living people on the English Wikipedia overwritten in the last week, by an account other than the original uploader, who has fewer than 1000 edits on Commons and fewer than 2000 on the English Wikipedia. This report is checked for updates at least hourly for the benefit of new image patrol.
Report last updated on 2019-04-16
# | Image | Link / Upload comment | Timestamp | Status | Upload history | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | File:Mahboubeh_Honarian.jpg (edit|talk|history|links|watch|logs)
|
2019-03-19 04:54:43 | Current | 2 |
| |||||||||||||||||||||
2 | File:Io_e_Barzagli.jpg (edit|talk|history|links|watch|logs)
|
2019-03-18 23:51:02 | Current | 3 |
| |||||||||||||||||||||
3 | File:Darlene_Senger_2013-05-13.png (edit|talk|history|links|watch|logs)
|
2019-03-18 19:25:27 | Current | 2 |
| |||||||||||||||||||||
4 | File:Tomasz_Karolak_fot._Natalia_Szafranska.jpg (edit|talk|history|links|watch|logs)
|
2019-03-18 17:46:26 | Current | 2 |
| |||||||||||||||||||||
5 | File:Joe_Clifford_Faust.jpg (edit|talk|history|links|watch|logs)
|
2019-03-18 05:40:50 | Current | 2 |
| |||||||||||||||||||||
6 | File:Ryun_Williams_in_2016.JPG (edit|talk|history|links|watch|logs)
|
2019-03-18 05:36:04 | Current | 2 |
| |||||||||||||||||||||
7 | File:Gillibrand2020Logo.png (edit|talk|history|links|watch|logs)
|
2019-03-17 18:48:40 | Current | 3 |
| |||||||||||||||||||||
8 | File:Guy Reschenthaler, official portrait, 116th Congress.jpg | File:Guy_Reschenthaler,_official_portrait,_116th_Congress.jpg (edit|talk|history|links|watch|logs)
|
2019-03-16 22:30:27 | Replaced | 3 |
| ||||||||||||||||||||
9 | File:Maxime-verhagen-portret.jpg (edit|talk|history|links|watch|logs)
|
2019-03-15 14:08:48 | Current | 3 |
| |||||||||||||||||||||
10 | File:Keeley_Hawes_2014.jpg (edit|talk|history|links|watch|logs)
|
2019-03-12 22:46:15 | Replaced | 5 |
|
SQL used to generate this table
|
---|
SELECT log_title AS image, DATE_FORMAT(log_timestamp, "%Y-%m-%dT%H:%i:%s" ) AS timestamp, COUNT(*) AS "numb BLPs", IF( abs( img_timestamp - log_timestamp ) < 8, "Current", "Replaced" ) AS top, log_comment, oi_timestamp FROM commonswiki_p.logging_logindex INNER JOIN commonswiki_p.globalimagelinks ON log_title = gil_to AND gil_wiki = 'enwiki' LEFT OUTER JOIN commonswiki_p.image ON img_name = log_title INNER JOIN enwiki_p.categorylinks ON gil_page = cl_from AND enwiki_p.categorylinks.cl_to IN ('Living_people', 'Possibly_living_people', '2016_deaths', '2015_deaths', '2014_deaths') INNER JOIN commonswiki_p.user ON log_user = user_id AND user_editcount < 1000 LEFT OUTER JOIN enwiki_p.user u2 ON log_user_text = u2.user_name LEFT OUTER JOIN commonswiki_p.oldimage ON img_name = oi_name WHERE log_type = 'upload' AND log_timestamp > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -8 DAY), "%Y%m%d%H%i%s") AND log_action = 'overwrite' AND oi_user != img_user AND (u2.user_editcount < 2000 OR u2.user_editcount IS NULL) AND NOT img_minor_mime = "svg+xml" GROUP BY log_timestamp, log_title HAVING oi_timestamp = MIN(oi_timestamp) ORDER BY log_timestamp DESC, oi_timestamp DESC LIMIT 1000; |