Provides Drupal YUI form elements, which you can use directly into your forms definition without calling any functions or writing any line of Javascript.
Status
This module won't be maintained anymore, except in case of serious bug report. If you are looking for some nice form elements, I'd advice you to look at jQuery UI module for Drupal 6.
This project integrates drupal with the Kiva API. It includes:
a simple module -- kiva.module -- that allows you to create a block, listing all Kiva loans with given parameters
a feature that allows you associate a Kiva account with a (drupal) user account
kivafeeds.module, creates an importer for kiva loans XML, within the framework of the Feeds module
A beta version can be downloaded below. As usual, please don't use this on production sites but please do try it out on a dev/test site and submit bugs, feature requests, etc. via the issue queue.
A huge thank you to quickcel for doing so much on this project.
The Nagios monitoring module integrates your Drupal site with the Nagios monitoring application. Nagios' successors, Icinga and Icinga 2 can also be used with this module.
The module reports to Nagios that the site is up and running normally, including:
PHP is parsing scripts and modules correctly (in case PHP gets disabled for some reason)
The database is accessible from Drupal
Whether there are configuration issues with the site, such as:
pending Drupal version update
pending Drupal module updates
unwritable 'files' directory
Pending updates to the database schema
Cron not running for a specified period
Anything else reported in the Administer -> Reports -> Status report (requirements)
If you already use Nagios in your organization to monitor your infrastructure, then this module will be useful for you. If you only run one or two Drupal sites, Nagios may be overkill for this task.
The module will (on the cron) try and connect with the "Simplenews default From email address" mailbox (via imap) and do a best effort in understanding the bounce reports and saving them in the database in Drupal. The results are available in a view. (admin/reports/bounce)
Currently there is no active processing of bounces, you have to do that manually.
Drupal 7
No development.
Drupal 6
Only version 2.x is being developed and supported.