Closed (fixed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Jan 2012 at 04:15 UTC
Updated:
29 Jan 2013 at 14:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidComment #2
dave reidWe should also implement a lot of the functionality in http://drupal.org/project/download_file. Should also trigger headers to cause the browser to trigger a download dialog rather than display the file in-browser.
Comment #3
Jackinloadup commentedHere is a reroll of the patch in #1 to work with the #1227706-78: Add a file entity access API for initial testing purposed. Full implementation still needed as stated in #2
Comment #4
devin carlson commentedAn updated patch to accommodate the changes required due to #1227706: Add a file entity access API and to add in the functionality provided by the DownloadFile module (along with an alter hook to allow other modules to modify the file download headers).
Comment #5
devin carlson commentedRerolled and added test coverage.
Comment #6
ParisLiakos commentedawesome:)
i dont think we need something else here..i just checked this codewise and seems good to go
No manual testing but i trust devin did that already:)
Comment #7
bneil commentedI manually tested this and it works for me.
Comment #8
gmclelland commentedJust to verify, I did apply the patch in #5. I was able to receive a force download at file/49/download. I'm also seeing the new download permissions.
Comment #9
devin carlson commentedCommitted to 7.x-1.x.
This is needed by CKEditor Link File to allow editors to easily link to file "downloads".