rebuildrecentchanges.php: Don't create duplicate entries for upload logs
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 29 Dec 2015 01:16:10 +0000 (02:16 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 21 Jan 2016 22:02:54 +0000 (23:02 +0100)
commit59f5c5fdd78cfc46d7db73075f23abccaad3ac1f
tree0ab4073e4f05622f469260e0a2ab3d42271af071
parenta36c567fa636af4a7c96cdeff521b64d6f291f22
rebuildrecentchanges.php: Don't create duplicate entries for upload logs

There are a few cases where we generate both a page revision and a log
entry for a single action (upload; in the future, maybe also move,
protect), but only one recent changes entry (matching the log entry).

Bug: T116809
Change-Id: Ib95a6cb57a942a0758091ff2db9d29f3c0048598
maintenance/rebuildrecentchanges.php