File Image Formatter

Component type

module

Maintenance status

Development status

Downloads

319

Component created

Component changed

File Image Formatter provides an image formatter for file fields.

This is most useful for web sites migrated from Drupal 6 with the default "upload" field for nodes that were used as a free form file or image field.

Usage

  • Best used when you need to display an image formatter in a view where a node with a file field may have images referenced as file entities.
  • Not as useful when used as a default display for a file field as non-image fields will be hidden by this formatter.

CKEditor Upload Image

Component type

module

Maintenance status

Development status

Downloads

11740

Component created

Component changed

Integrates CKEditor's Upload Image plugin to Drupal. This enables Drupal's default WYSIWYG text editor capable of uploading images that were dropped or pasted from clipboard into the editor as inline image. The upload is implemented in a non-blocking way, so while the image is being uploaded the user may continue editing the content.

This module uses the settings and features of native DrupalImage CKEditor plugin for the uploaded images made via drag and drop or clipboard paste.

Path File

Component type

module

Maintenance status

Development status

Downloads

701

Component created

Component changed

The Path File module allows content editors to upload files and specify the url at which they will be available. Normally, when uploading a file to Drupal with the same name as an existing file, it is given a new name instead of overwriting the existing file. This can problematic when file urls are referenced in content, menus, etc but may need to be updated in the future. The Path File module allows you to mitigate the impact of those changes by setting up a canonical url alias which will always point to the most up-to-date file.

Blurred

Component type

module

Maintenance status

Development status

Component created

Component changed

Post scale blurred background effect for images.

* Install as usual
* Set 'scale' effect for 'thumbnail image style' to 256x144 (upscaling allowed)
* Set 'blurred' effect for 'thumbnail image style' to 256x144
* Flush 'thumbnail image style' images (drush image-flush thumbnail)

Config Direct Save

Component type

module

Maintenance status

Development status

Downloads

10240

Component created

Component changed

Config Direct Save
What's config Direct Save ?

This module allow you to :
- Make backup of configurations (when you check the backup checkbox).
- Override the sync (all files with old configuration) by the new configurations(replace all configurations files).

You should before using the module : :
- Give access ( chmod -R 775 sites/default/files/config_HASH, HASH= Random string) for overriding the directory sync and creating a new directories.

File Upload Security

Component type

module

Categories

Maintenance status

Development status

Downloads

976

Component created

Component changed

Overview

Following the Drupal Security Team Public Service Announcement about the configuration of file upload fields on entities and webforms that are available for anonymous users to create, this module has been developed to allow admins to enforce secure settings for these fields on their sites.

The module currently secures file and image field types, and will also secure all file uploads on webforms regardless of user access.