Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media Browser
Priority:
Major
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
28 Sep 2011 at 15:18 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
askibinski commentedI attached a view that mimics the module's media library page at admin/content/file.
See the screenshots for examples.
It requires:
Points of attention:
Also, the edit and delete links are now custom fields, it would be cleaner if file_entity would provide these view fields.
Comment #2
dave reid@askibinski: This is a separate issue than intended. This is to remove the old Media browser library plugin, and you have posted code to replace admin/content/file/media with a View, which need to be a different issue.
Comment #3
dave reidMarking #1293908: Respect file type restrictions in media browser library view as a blocker to this issue.
Comment #4
jenlamptonWhat tasks are the blockers for removing the custom Library tab?
Comment #5
dave reidI...just linked to it.
Comment #6
jenlamptonHello cache. Thx :)
Comment #7
askibinski commentedJust FYI:
Personally, I dropped the whole views approach and found that
http://drupal.org/project/media_browser_plus
has got a far better solution. Even with drag-n-drop to different libraries, which I don't see happen in Views in the near future.
Comment #8
dave reidMoving this as a major task for next week's DrupalCon sprint. It would be really good to get rid of this code.
Comment #9
devin carlson commentedThe attached patch removes the old library code.
Comment #10
johnpitcairn commentedDoes this still depend on #1293908: Respect file type restrictions in media browser library view ? I wouldn't want to see the library go away before file type restrictions are good for fields. Hopefully for wysiwyg too.
Comment #11
dave reidThis has been committed and fixed along with #1293908: Respect file type restrictions in media browser library view with http://drupalcode.org/project/media.git/commit/9bce5cc. Thank you everyone for your work on this issue! We finally got rid of a bunch of old code!