Storage API stream wrappers

Component type

module

Categories

Maintenance status

Development status

Downloads

2376

Component created

Component changed

Provides stream wrappers to integrate Storage API with Drupal, as an alternative to Storage API's core_bridge submodule.

It provides two stream wrappers: "Storage API Public" and "Storage API Private".

Each stream wrapper is tied to a Storage API class, and can be configured per field instance or globally as the "Default download method".

MIME Info

Component type

module

Maintenance status

Development status

Downloads

606

Component created

Component changed

Developers know that the Drupal determines MIME-type of file by extension, but this is not quite the right way. If I'll change an extension of *.php file to *.jpg, then MIME-type will be determined as image/jpeg but, in fact, it will be the application/x-httpd-php. The MIME Info module solves this problem.

Angular Media

Component type

module

Maintenance status

Development status

Downloads

1515

Component created

Component changed

Rethinking the media dialog interface with the help of Angular.

Highlights

* A better user interface for selecting and editing files in Drupal
* Easy multi-upload built-in to every selection method
* Search for and easily add creative commons photos with proper attribution

Derivative Generator

Component type

module

Maintenance status

Development status

Downloads

2162

Component created

Component changed

This module allows you to select image styles per field instance that will be generated when a new image is uploaded to this field. Image generation is done via a queue. You can run the queue with drush queue-run derivative_generator or with cron. When a derivative is not yet generated through the queue, visiting the url will still trigger the derivative generation.

Media Browser Edit Link

Component type

module

Maintenance status

Development status

Downloads

1513

Component created

Component changed

Summary

This module fills in a missing piece of functionality. In Media Browser (media_wysiwyg) you cannot easily edit the fields of a file entity from the wysiwyg once the file is added.

This adds an "Edit" link above the preview image when you click the Media button for an existing embedded asset. Clicking the link opens the full file edit screen in another window.

This is designed to be compatible with Media 2.x branch. It plays nice with manualcrop, and adds "crop" to the link if present.