LimitedSelect

Component type

module

Maintenance status

Development status

Component created

Component changed

A Webform component that allows you to restrict the number of times a given option can be submitted. Once the limit has been reached, the option no longer appears in the list.

Replica Status

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides information blocks, regarding replication status between MySQL masters and slaves.

The user can set a block with a MySQL replication scenario; at one side master connection info and at the other side slave connection info. Then on block render the visitors can see a simple report, with the status of the replication and other useful information.

moShare

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

moShare, the mobile sharing service that enables you to send videos, pictures, music and stories to your friends' mobile phones.

Search API Location with Solr Spatial Processor

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a fork of search_api_location to develop solr latlng field processor for search_api

@see #1328490: Support official Solr 3 spatial search APIs
@see Mollux's Sandbox

This module will merge into the Search API Location module, so this sandbox will disappear when the merge is complete.

Feeds PHP array parser

Component type

module

Categories

Maintenance status

Development status

Downloads

1299

Component created

Component changed

A simple parser for the Feeds module that handles serialized PHP arrays.

If your data is coming across from a backend as a serialized nested array of items like the below example, this module is for you:

array(
  array('first_name' => 'Joe', 'last_name' => 'Drupalista'),
  array('first_name' => 'Jane', 'last_name' => 'Drupalster'),
)

Filemap

Component type

module

Maintenance status

Development status

Component created

Component changed

Filemap is a proof of concept of using incron inotify to map files to Drupal allowing users to create, update, delete and rename files and directories by using their operating systems native UI.

Step to take: