No longer using the content hash as a file key. This solves a concurrency problem...
authorIan Baker <raindrift@users.mediawiki.org>
Fri, 15 Jul 2011 18:33:31 +0000 (18:33 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Fri, 15 Jul 2011 18:33:31 +0000 (18:33 +0000)
commit1a526e0a9f9781d998e5484777e184c7c801d8dc
tree5b41a2cf4d011166c33bf995f85c65e4f19d7306
parent5cd2a810360929084295548fb34c201a0664125a
No longer using the content hash as a file key.  This solves a concurrency problem when multiple people use the same account to upload from the same set of files.  Each stashed file is now a unique and beautiful snowflake, and the content-based deduping that comes at the end of the process can sort it out.
includes/upload/UploadStash.php