Maintenance Mode Permissions

Component type

module

Maintenance status

Development status

Downloads

10260

Component created

Component changed

Placing a site in or removing it from maintenance mode is allowed under a permission that has wide spread administrative access (administer site configuration). Sometimes you'd like to give permission to put the site in maintenance mode to someone but not give them complete access. This modules enables this case.

Dropbox Client

Component type

module

Maintenance status

Development status

Downloads

12338

Component created

Component changed

This module allow Drupal users to interact with the Dropbox API and from there do a bunch of things from Drupal as they were in Dropbox Features:

  • Dropbox navigation (including breadcrumb).
  • File download.
  • Search for files/folders in Dropbox

Operation Mode:


Dropbox has two operation modes:

eztexting_gateway

Component type

module

Maintenance status

Development status

Component created

Component changed

Ez Texting Ez Texting helps businesses and groups use mobile technology to connect with their customers, members and clients. Ez Texting allows you to reach your customers or members wherever they are, at anytime.

This module provides integration between the Ez Texting Text Messaging API and the SMS framework module.

Features:

  • Collect phone numbers on your Drupal-powered site and then use our API to seamlessly send messages to those subscribers.
  • Use the module to build a list of subscribers and send them text messages from within your admin panel whenever you like.

Requirements:

  • SMS framework module
  • An Ez Texting account. Our service is free to try but is a paid service!

SEO UI

Component type

module

Categories

Maintenance status

Development status

Downloads

7543

Component created

Component changed

The SEO UI module glues together the Path, Pathauto, Redirect and Metatag module functionality into a single vertical tab. The basic functionality of the modules is not altered, although some aspects of the form presentation such as descriptive text and labels are altered.

Redirect project by Dave Reid
Meta tag project by Dave Reid

lm_paypal Drupal 7 Port

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an attempt to finish the D7 port of the lm_paypal module.

A separate sandbox seemed to be the best way forward as there are many changes to be made.

Hopefully this work will eventually be merged back into the main module.

Help with both testing and coding is most welcome.

Hoover

Component type

module

Maintenance status

Development status

Component created

Component changed

The Hoover module logs events by sending messages to Loggly.

Loggly is cloud based service for complete application intelligence for app developers. Loggly uses log data to collect, analyze, troubleshoot and monitor your applications.

The Hoover module supports both logging system events (watchdog) and JavaScript logging

Live Tweets

Component type

module

Maintenance status

Development status

Component created

Component changed

Live Tweets is a simple Drupal module that provides a block displaying the last tweet containing a specific keyword. It emits an AJAX request to the Twitter search service and uses javascript to render the block.

This module is standalone and has no dependencies on the Service module or the Twitter module.

Janus Feeds File Fetcher

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a small module I've created in order to fix the "public://feeds" issue at Feeds.

It's a replacement for the Feeds core plugin "Feeds File Fetcher", and it only replaces the line 132 of FeedsFileFetcher.inc from

$feed_dir = 'public://feeds';

to

$feed_dir = file_default_scheme() . '://feeds';