Removed the ability to pass a key into stashFile(), which simplifies the stash row...
authorIan Baker <raindrift@users.mediawiki.org>
Mon, 15 Aug 2011 23:58:40 +0000 (23:58 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Mon, 15 Aug 2011 23:58:40 +0000 (23:58 +0000)
commit53f3c48a954ce36c892f85b3f92e03afeaa4c1ae
tree1592c387ea0751d113282e31ef408f638a18900c
parent36babe9a7d63ff56e1a207fd92d7ccc9b865f3da
Removed the ability to pass a key into stashFile(), which simplifies the stash row creation a great deal.
Updated UploadFromUrlJob to properly use the database stash
followup to r92200
includes/job/UploadFromUrlJob.php
includes/upload/UploadBase.php
includes/upload/UploadFromStash.php
includes/upload/UploadStash.php