Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Apr 2012 at 10:10 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Letharion commentedSecond attempt.
Comment #2
Letharion commentedI hear actually uploading patches is also a good idea.
Comment #3
Letharion commentedComplementary file entity issue: #1552988: Move file/add from media to file.
Comment #4
Letharion commentedI seems to me like the two default values max_filesize and file_extensions could now be removed from the media module, but I'm not sure of this so I'm leaving them for now.
Comment #5
dave reidAdding sprint tags.
Comment #6
mtiftPatch #1 from this issue (1552920) -- in conjunction with patch #1 from #1552988: Move file/add from media to file -- worked fine to fix uploading from file/add.
I changed the instances of "drupal_get_form('media_add_" to "drupal_get_form('file_entity_" in includes/MediaBrowserUpload.inc so that the "Media file selector" widget is aware of the new namespace and will work properly.
Comment #7
dgorton commented#6 works for me (in conjunction w/ #1 from #1552988: Move file/add from media to file
Comment #8
dave reidAwesome! Committed to 7.x-2.x with http://drupalcode.org/project/media.git/commit/453fad5. Nice work all!