Maintainers are looking for help reviewing issues.

Arcade

Arcade module was written to implement pnFlashGames with Drupal, however, it is really a generic framework that allows any content to be treated abstractly as a 'game' and provides a gateway for 'games' to store scores and game data with Drupal. It also provides blocks for displaying score information.

Notify by Views

This module extends notify module to allow content to be selected per user based on Views.

The UID of the user being mailed can be passed as an argument to views, allowing a unique set of nodes to be selected for each recipient. This feature is quite powerful in combination with a bit of argument handling code, as you can transform the argument at-will, based on any characteristic of the user. For example, the initial implementation of this module was used to notify users of all nodes with a 'city' field matching the user's city.

OpenX Manager

Control a OpenX (formerly OpenAds) server from a Drupal site.
For displaying the ads, use the OpenX module.
Requires OpenX 2.6 or higher.
Note that the OpenX API itself is still in the early stages of development and not all options are available.

Features

  • Advertisers, Campaigns, Banners, Managers, Publisher, User and Zone
  • Granular permissions for Create/Edit/Delete/View
  • Link Zones to Campaigns or individual Banners
  • Import data from existing OpenX server
  • Drupal users as OpenX advertisers, managers and publishers
  • Views integration
  • Lightweight: only load code when needed
  • XHTML, PHP, Drupal and JavaScript code standards compliant

File (Field) Paths

The File (Field) Paths module extends the default functionality of Drupal's core File module, Image module and many other File upload modules, by adding the ability to use entity based tokens in destination paths and file names.

In simple terms, File (Field) Paths allows you to automatically sort and rename your uploaded files using token based replacement patterns to maintain a nice clean filesystem.

 

Features:

  • Configurable file paths now use entity tokens in addition to user tokens.
  • Configurable file names.
  • Support for file based fields, including but not limited to:
    • Drupal core File module
    • Drupal core Image module
    • Video module.
  • File path and filename cleanup options:
    • Remove slashes from tokens.
    • Filter out words and punctuation by taking advantage of the Pathauto module.
    • Convert unicode characters into US-ASCII with the Transliteration module.
  • [D7] Automatically updates unprocessed file paths in any Text fields on the entity.
  • Retroactive updates - rename and/or move previously uploaded files.
  • Active updating - actively rename and/or move previously uploaded files.
  • Automatically create an redirect when moving uploaded files using the Redirect module.

DataSync

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed. Almost all of DataSync's default behavior is overridable when you create your own job types.

DataSync has run over 180,000 jobs on our production servers already.

Warning: A bug introduced in CTools 1.2 causes the DataSync scheduler ajax forms to break. Either update your CTools to the 6.x-1.3 release or apply this patch.

Some of what DataSync for Drupal 6 does:

  • Runs scheduled jobs at any interval or as fast as possible
  • Provides an interface for you to schedule and timeout jobs on certain intervals
  • Provides an API for you to define those jobs
  • Handles job errors and timeouts gracefully
  • Allows you to run many jobs in parallel using database transactions

Python Services API

This project is out of date, and hasn't kept up with progress in the Services module. Seeking co-maintainers or other contributions.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)