Files Proxy

Component type

module

Maintenance status

Development status

Downloads

1192

Component created

Component changed

This solves a unique issue with a multisite setup and the CDN module. If you are using Origin Pull, and the origin server is set to the same domain on all multisites then the correct multisite will not be selected for things like imagecache generation.

Imagefield Crop (Crop per Image Style)

Component type

module

Maintenance status

Development status

Component created

Component changed

Fork of Imagefield Crop. Refactored in such a way to allow for a unique crop per image style. D7 only (although it should be possible to backport). Much of the architectural inspiration for this module came from the similar project ImageCrop.

Commerce File

Component type

module

Maintenance status

Development status

Downloads

31582

Component created

Component changed

Extends Commerce License with the ability to sell access to files.

The user buys a product and gets access to all files attached to that product's commerce_file field.
Adding new files to the commerce_file field (a new software version, for instance) makes them immediately available to all users who have an active license.

Sponsored by Commerce Guys

Features

  • The "License completion message" checkout pane allows the customer to download the newly licensed files even if he is not logged in.
  • Licensed files can be downloaded or streamed from the user's Files tab.
  • File licenses can be time limited, and are automatically expired (by cron) once that time passes.
  • The number of downloads / streams can be limited. Once the limit is reached, the file is listed, but can't be accessed.
  • Integrates with Amazon S3, allowing licensed files to be retrieved directly from Amazon, using a secret and temporary URL.

See the documentation page for information on getting started and a comparison with the legacy commerce_file 1.x branch.

Important: There is no upgrade path from 1.x to 2.x. See #2049593: Upgrade path from 1.x to 2.x.

Seedling

Component type

module

Maintenance status

Development status

Downloads

781

Component created

Component changed

Seedling is a module for building distributions based on the Lullabot 5-step drupal distributions method. To be clear this is not to generate an installation profile or a perfect, sustainable drupal distribution by any means. Here are some videos of how to use it (or use Drush since it's a Back up and Migrate add-on):

Individual Rotate

Component type

module

Maintenance status

Development status

Component created

Component changed

Rotate imagefields individually using imagecache for rotation and imagefield widgets as UI.

This module lets you rotate images 90°, 180° and 270° on a per image basis. Images rotation are set in the imagefield node form and the actual rotation is done by imagecache.

It's a preliminary response to #173498: Image Rotation setting for individual ImageFields

Inspect Files

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow you to track correspondence between files drupal core table records and physically existing files on the server file system. In other words, this module check the drupal file system integrity.

This module check that every file on filesystem have a correspondence record in files table, and vice versa.