Add identifying info (img_timestamp and img_sha1) to upload log.
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 17 Apr 2013 23:39:58 +0000 (20:39 -0300)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 10 May 2013 21:10:49 +0000 (21:10 +0000)
commit8c328d030fc1f7f2b9d6fb707e8e21fee13b8569
tree0c7a52e2a2c6d344ebcb0da43633213bc7ea8e04
parent6b1194b9dadeff80b51d6af7c56c97244a92a058
Add identifying info (img_timestamp and img_sha1) to upload log.

I came across people complaining that it was hard to associate
upload log events to actual images since img_timestamp could
be different from log_timestamp, and generally no unique id.

Well I was there I made uploads use the new logging system.

Change-Id: Icd8662ecb9eb0f6c0ff9841bdbd5736d6dd0d015
RELEASE-NOTES-1.22
includes/api/ApiQueryLogEvents.php
includes/filerepo/file/LocalFile.php