File Entity Revisions

Component type

module

Categories

Maintenance status

Development status

Downloads

2665

Component created

Component changed

Seeking a new maintainer for this module. We built it (7x2x) when I was at a previous job and most of my focus is on D8 now. Please contact me if you would like to take this over. Thanks.

File Entity Revisions has been branched. The 7x2x builds heavily upon the great start of the 7x1x branch started by Eric Duran and Andrew Berry (thanks guys!).

Pack & Upload

Component type

module

Categories

Maintenance status

Development status

Downloads

3194

Component created

Component changed

This module uploads a zip file of images, pdf or documents to a pre-configured directory and extracts it there. Location of directory can be changed through admin configurations.

S3 File System

Component type

module

Maintenance status

Development status

Downloads

86924

Component created

Component changed

S3 File System (s3fs) provides an additional file system to your drupal site, which stores files in Amazon's Simple Storage Service (S3) or any other S3-compatible storage service. You can set your site to use S3 File System as the default, or use it only for individual fields. This functionality is designed for sites which are load-balanced across multiple servers, as the mechanism used by Drupal's default file systems is not viable under such a configuration.

Permanent Filelink

Component type

module

Categories

Maintenance status

Development status

Downloads

512

Component created

Component changed

Introduction

Handle links to managed files in formatted textareas through some hook_form_alter() magic, a permanent filelink hook_menu() and a format filter.

Permanent Filelink is a solution to the problem of stale inline file links in user
content, especially in formatted (possibly wysiwyg) textareas such as on
entity create/edit forms and block configuration forms, where the user can
pick images or documents through a built-in file browser, e.g. imce, elfinder, ckfinder
and such.