License_Selector_D6

Component type

module

Maintenance status

Development status

Component created

Component changed

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.

Generic UUID file features

Component type

module

Maintenance status

Development status

Downloads

426

Component created

Component changed

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.

IMCE JUpload

Component type

module

Maintenance status

Development status

Downloads

966

Component created

Component changed

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.

Filedump

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Lightweight Instant File Transfer - LIFT

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.

Image Style Pregenerate

Component type

module

Maintenance status

Development status

Downloads

1477

Component created

Component changed

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.