Storage API

Component type

module

Maintenance status

Development status

Downloads

95291

Component created

Component changed

Mission Statement

Storage API is a low-level framework for managed file storage and serving. Module and all the core functions will remain agnostic of other modules in order to provide this low-level functionality. Submodules are welcome to allow Storage API to interact with other contributed modules, but there shall never be a dependencies[] statement in the storage.info file unless it is necessary for the low-level function of this module.

It has the following features:

  • Pluggable architecture - it can be extended to work with any storage service.
  • Redundancy - it can be configured to store your files in multiple services and instantaneously change which one is serving. This means your site will not be brought down by a service having problems.
  • Access control API - can be used for e-commerce.
  • Deduplication - when files that are identical are stored in the same container, only one instance will be created. This saves bandwidth and storage.
  • File and image field integration - enable the "core bridge" sub-module.
  • Audit module - compares a manifest of files with what is recorded in the database to ensure that the record is accurate.

There are some screencasts demonstrating various features of the module.

Aggregator item promotion

Component type

module

Categories

Maintenance status

Development status

Downloads

1779

Component created

Component changed

Based on the core aggregator module, makes it possible to "promote" hand-picked items to nodes of the admin's choosing. There are numerous fine node based aggregator modules. This one does not aggregate feeds to nodes, but instead allows for case-by-case hand-picking of aggregator items, so that only certain items become nodes.

The nodes are also independent form the feed items after the "promotion", so if the then created node is used on the site in a news feed or some other listing, it will stay the same and not update with changes from the feed.

Purr Messages

Component type

module

Maintenance status

Development status

Downloads

31965

Component created

Component changed

Do you want a more interestingly themed system message from Drupal? Enjoy Growl messages on OS X? Then this module is for you.

This small module uses a simple override made available in Drupal through hook_theme_registry_alter() to output the system messages through jquery based popup messages. The messages fade in and out in a suitably sexy manner and will queue up underneath one another if necessary.

Custom Permissions

Component type

module

Maintenance status

Development status

Downloads

50286

Component created

Component changed

This very light-weight module allows additional permissions to be created and managed through a administration form. It uses the menu access system to allow or dissalow access to it.

On the administration page a user is able to create a permission with name and path(s).

These permissions can then be assigned to roles on the permissions page.

Role Expire

Component type

module

Maintenance status

Development status

Downloads

27083

Component created

Component changed

Role Expire is a simple module that allows administrators to set and control expiry dates of user roles. A common use case for this module is to implement magazine style subscriptions where somebody purchases or receives access for a fixed period of time.

At the moment it implements the following functionality:

Noindex External Links

Component type

module

Maintenance status

Development status

Downloads

10878

Component created

Component changed

Русская версия

English version below

Модуль полностью закрывает внешние ссылки в нодах сайта от индексации и сохраняет валидность страницы.

Node Reference Views Select

Component type

module

Maintenance status

Development status

Downloads

4697

Component created

Component changed

UPDATE: Module development has resumed since a new maintainer has been appointed.

Provides a widget for Node Reference which displays the node teasers instead of a select box, and allows choosing the referenced nodes
from a Modal panel. The list is optionally sortable, depending on JQuery UI Sortables. The modal supports pagination, exposed filters
and exposed sorting, all using AJAX.

ISPConfig

Component type

module

Maintenance status

Development status

Downloads

3903

Component created

Component changed

The ISPConfig module is a tool for configuring a remote ISPConfig installation directly from your drupal environment. It uses the ISPConfig Remoting Plugin, which is based on SOAP. It allows you to create, edit and delete servers, hostingplans, resellers, websites, clients, users, databases and any other entities known to ISPConfig.

The ISPConfig module uses the PHP5 SOAP extension. So make sure it is installed and working on your drupal machine.

Package Tracking

Component type

module

Maintenance status

Development status

Downloads

7943

Component created

Component changed

Drupal Commerce note: The 7.x-1.0 release will be compatible with Drupal Commerce as well as Ubercart.

Tracking information is probably the most important thing the customer is interested in seeing after an order is placed! The customer wants to know "Where's my stuff?", and you don't want him bugging you about it.