Considered feature-complete by its maintainers.

External Links Filter

Showing external and mailto links marked with an icon.

External Links Filter (ELF) is an input filter that adds small icons to external and mailto links, informing users the link will take them to a new site or open their email client.

Watchdog Live

watchdog.png

Gives the recent log entries page auto update functionality. Great for a dev watching the logs of a live site.

Notifications

This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability. It allows any number of plug-ins defining new event types or subscription types or a different user interface.

Drupal 7 upgrade

A quick D7 upgrade has been done for some limited funcionality.
See upgrade notes here: #936660: D7 upgrade task (Notifications module)

New in 6.x-4.x version

  • Advanced queueing, fine tuning, drush processing.. Notifications Tools (Utility modules for sites with high load of Messages and Notifications)
  • Different templates for each content type with new Content Type extension module (included)
  • Configurable subscriptions, with simple checkbox options for user registration with Custom Subscriptions module (included)
  • Subscriptions / Notifications for Anonymous users. New module for Anonymous subscriptions.
  • Major OOP rework, lighter modules, performance improvements. See Changelog, screenshots and notes here: #775650: Messaging & Notifications 4.x: Documenting new features
  • Important 6.x-4.x update notes:
    • Requires Autoload module
    • When running db updates, queued notifications will be deleted.
    • This version will work with 4.x versions of Messaging, related modules tagged as 4.x, and not yet with Organic Groups

Messaging

This is a Messaging Framework to allow message sending in a channel independent way. It will provide a common API for message composition and sending while allowing plug-ins for multiple messaging methods.

When using this framework, you won't send e-mails to users anymore. You will send them 'messages' and they will decide how they want to get them delivered, that may be by mail, IM, SMS, depending on user's preferences...

Drupal 7 upgrade

Some limited funcionality has been upgraded.
Development is back on Drupal git repository.

Javascript Aggregator

Javascript Aggregator

The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.

It basically does the following:

  • Takes the $scripts variable and removes .js files using a regular expression
  • Generates a unique filename for any set of .js files
  • Creates and caches one file containing all .js files in files/js
  • Optionally minifies the JavaScript using JSMin
  • Returns a modified $scripts variable with link to cached file

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only