IBAN Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1877

Component created

Component changed

Features
This module provides an IBAN field via the Drupal Field API. The module comes shipped with a second module which provides Webform support.

IBAN numbers are validated by country, length and the mod97 validation of IBAN numbers.

Usage

  • Enable the module like any other module
  • Enable countries you want validated on the module settings page
  • Create a field instance (In either a Content Type or a Webform)

Dependencies

Web Services Load Entity References

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

RESTful Web Services doesn't recursively populate entity references with entity objects. Rather, entity references are entity id+type stubs. This hooks into the construction of the services' response data to populate entityreference fields with their respective fully-loaded entity.

Context docket

Component type

module

Maintenance status

Development status

Downloads

1774

Component created

Component changed

This module allows replace default contexts list page that shipped by Context module. The new page will contains user friendly form and tabs, that allows user pretty quick find necessary context.

Install module and you will enjoy working with contexts!

Similar projects

Views docket

Component type

module

Maintenance status

Development status

Downloads

783

Component created

Component changed

This module allows replace default views list page that shipped by Views module. The new page will contains user friendly form and tabs, that allows user pretty quick find necessary view.

Install module and you will enjoy working with views!

Similar projects

Master UI

Component type

module

Maintenance status

Development status

Downloads

459

Component created

Component changed

Provides a UI in the Drupal backend for Master (drush command). The UI is separated from the original master project, so that one can live on as a pure drush command.

Admin pages

On admin/modules/master you will get an overview of your defined Master scopes and the currently active settings. On a separate tab, you also get a list of removable folders and absent modules.

MobileDetect service

Component type

module

Maintenance status

Development status

Downloads

397

Component created

Component changed

The module provides the Mobile Detect PHP library.
The library provides the Mobile Detect class.
This class provides a device detection for mobile devices and the module makes
this available as a Drupal service.

This is a developer module and provides no end-user functionality.
Install it only if it required by a other module, or wish to use
the service in your own code.

timebomb

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Very simple module that provides a content type with 2 default fields: a textfield and expiry date. When a node's expiry date has elapsed, the node is automatically deleted by cron. This could be useful for securely sending sensitive information, such as passwords, instead of sending them by email where they are archived indefinitely. Useful tool for support/issue tracking Drupal sites.

The module uses token module to automatically generate a random URL alias.