Maintainers strive to actively monitor issues and respond in a timely manner.

The CodeTree Backup for Drupal

This module will allow the user to make backups of their drupal installations along with a SQL dump of their Drupal database. By itself, the module operates manually, unrestricted.

Highslide2

This module implements the Highslide JS for Drupal 7.x

Module Features:

This module implements Highslide JS (free for non commercial use), media and
gallery viewer written in JavaScript. See http://highslide.com

Some of the features are:

  • Quick and elegant looking.
  • No plugins like Flash or Java required.
  • Popup blockers are no problem. The content opens within the active browser window..
  • Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
  • Lots of configuration options and scalability without compromizing on simplicity. A component system lets you strip away unused features down to a filesize of 10kB.
  • Compatibility and safe degrading. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a given HTML page.

For example, you can create gallery of images that automatically starts.

It is multilingual: Highslide help messages will be displayed in the site's language (if available in highslide, actually there is 34 languages implemented)

zoho

Zoho is a drupal module which provides an api to connect with Zoho CRM.

RADIUS Client

RADIUS Client is a module designed to make RADIUS requests to a RADIUS server. It contains wrapper functions for the PHP RADIUS library, but attempts to make them more usable to a developer.

Context Overlay

Alter the overlay size from the context interface

Update as of Sep 13, 2012:
I am not actively maintaining this anymore, because this was kind of a hacked together approach for something that is really easy with a simple hook_admin_paths() or hook_admin_paths_alter(). For example:

function hook_admin_paths() {
  $paths = array(
    'mymodule/*/add' => TRUE, 
    'mymodule/*/edit' => TRUE,
  );
  return $paths;
}

Context Overlay creates two context reactions:

  • Force overlay: Displays pages the match the context in an overlay dialog
  • Customize Overlay Properties: Allows you to set overlay properties including the width, margin-top, and whether to hide the title

By matching these reactions, you can create an elegant UI for your site's visitors. A couple ideas are:

  • To easily make the login / registration appear in a properly-sized modal dialog
  • Combine with the Contact Importer module to make a nice contact importing experience

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained