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.

Bulk Delete Ubercart orders

Component type

module

Maintenance status

Development status

Downloads

1771

Component created

Component changed

This module has been moved into Ubercart core . Try Ubercart 7.x-3.4 or later release :)

This is a simple module which allows you to add a new Views Bulk Operations (VBO) action, which help to delete ubercart orders in bulk. This is useful for developers who have 100s of test orders.

Add to views

Status Code Context

Component type

module

Categories

Maintenance status

Development status

Downloads

624

Component created

Component changed

Provides a context condition for numeric status code returned for a HTTP request which can be used to trigger various responses.

Possible use case for example would be different 403/404 pages shown based user role. Eliminates the need for Custom Error module with its PHP processing.

Responsive Image Field Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field formatter for image fields that allows configuration of specific image styles (or none) to apply to images at specific breakpoints, and renders field in such a way that only the appropriate styled image will load for the active breakpoint, or no image will load at all if a style is not selected for the current/active breakpoint.

Relies on Enquire.js, and dynamically sets image source attribute with javascript when a data attribute is present for the current/active breakpoint.