Considered feature-complete by its maintainers.

JIRA Connect

Module to integrate JIRA as an authentication backend for Drupal. This module supports fallback to local database user authentication when JIRA auth was unsuccessful.

AJAX Cache

AJAX Cache acts much like imagecache by generating the result of a request on demand and storing it on the filesystem for later reuse. This is useful if you are trying to scale a site that makes many dynamic ajax calls. AJAX cache saves results directly to the files so the web server can serve them directly, rather then bootstrapping Drupal.

AJAX Cache will do nothing by itself. Supporting code must call it.

How to use

First you define the presets you are going to use like this:

/**
 * Test implementation of hook_ajaxcache_presets().
 */
function ajaxcache_ajaxcache_presets() {
  return array(
    'test' => array(
      // Name of your function that outputs the data to be cached
      'callback' => 'ajaxcache_test_callback',

      // Optional: include file where the callback is located.
      // 'file' => 'include.inc',

      // Optional: file extension to be used when serving the file. Defaults to html.
      // 'extension' => 'json',

      // Optional: file name (without extension) to be used when serving the file. Defaults to ajax.
      // 'filename' => 'test',
    ),
  );

Then, instead of passing javascript the URL that would point to your output function through the menu system, you pass the URL returned by:

ajaxcache_get_url($preset_name, $args);

Sexy Exposed

jQuery Dropdown Check List demo

This module makes any views exposed filter's select list sexy using the jQuery Dropdown Check

Flag anonymous

🇺🇦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

Module provides ability:

  • Show configurable message "Login or Register to use this flag" to anonymous users instead of flag link
  • Display this message on click by flag link

Issuu integration

This module let you interact with issuu.com API.

6.x-1.x

This module let you interact with issuu.com API through a drupal interface using CCK.

Provides a CCK widget that upload content from your drupal to issuu.com and some CCK formatters to let show a thumbnail and the issuu embed(as presentation or as page flip). It is inspired on imagefield and scribdfield interaction with filefield.

This branch is on maintainance-mode only.

6.x-1.x documentation

Features

  • Upload documents to issuu.com using filefield for manage upload and an own cck widget.
  • Two CCK formatters to show an issuu document as: page flip and thumbnail.

7.x-1.x

7.x-1.x documentation

Warning: This branch is in development, do not use it unless you know what you are doing.
This is the branch where will be D7 port, it will probably be a major change. See related issues for more information.

CCK Password Field

Module by hefox.

CCK Password field defines a basic CCK password field.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only