Scald file
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A minimal implementation to support Document uploads for Scald.
The codebase is now as full project: scald_file
A minimal implementation to support Document uploads for Scald.
The codebase is now as full project: scald_file
This module adds a simple licensing functionality to nodes in Drupal. Being very similar to the Creative Commons module, this module extends the idea of the Creative Commons module to other license types. This is not a fork, but a complete write from scratch.
The module also provides a user interface for defining own license types.
This module is currently only being implemented for Drupal 6. A port to D7 and D8 might happen in the future.
Adds new image field type that is having the possibility to be annotated. This will be achieved by using the jQuery plugin of ZURB - http://www.zurb.com/playground/javascript-annotation-plugin
GUFF provides an automated way of dealing with entities with a field field, through Features.
It works with UUID files to automate the exporting and updating of image and file fields through Features. Changes to your filefields will be automatically picked up by Features and can be put into version control.
When you use GUFF you don't need to handle uploading of files separately, the entirety of the files management is handled through the standard Features interface.
Similar to IMCE Plupload, this module integrates the java based JUpload with IMCE. JUpload handles large files well, but requires standard (non-secure) ftp over port 21. To limit the impact sniffing the username and password used by JUpload to connect, files are first uploaded to a temporary directory then moved into the user's directory.
Function: Allow access for private files by user points.
Dependencies: Userpoints Module
Usage:
This attempts to remove duplicate files from your system. Be warned this could result in serious amounts of data loss.
Filedump is an HTML 5 based file management tool. Its goal is to make it really easy to upload files to your Drupal website. It supports file drag and drop, and an interface for managing uploaded files.
Filedump also includes a simple API for creating FileActions. Filedump collects a list of user selected files, then passes it to a FileAction for processing. By extending FileAction, you can write new actions that perform useful operations on collections of files.
Lift is a module for Drupal 7 that allows users to send single one-time files securely to an email address. It acts as an alternative to FTP when FTP access is not allowed or is otherwise unavailable. A user can 'LIFT' a file and choose several recipients who will be sent an email with a download link. Each recipient has their own file instance created, and the file owner can control how long the file is available and how many downloads are allowed before the file expires.
In a heavy traffic site with large number of images flushing an image style, or change image style shown in page could cause performance issues, when large number of images want to be generated in the same time. With this module you can generate all the images for a particular image style and when that's ready you can change e.g. an imagefield format style to use this new style safely.