BuzzMonitor

Component type

module

Maintenance status

Development status

Downloads

3128

Component created

Component changed

BuzzMonitor is a semantic engine that allows aggregation (using FeedAPI), categorization and analysis of news content, from all over the Web, via integration with some of the most advanced modern APIs and Web services.

BuzzMonitor is a developer module, with limited user-interface.

Early Form Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

2358

Component created

Component changed

Provides a new Drupal hook: hook_early_form_alter.

This hook is identical to Drupal's hook_form_alter in every way except that it should always be called before any other module's hook_form_alter is called. Also provides hook_early_form_(form_id)_alter. This is accomplished using weighting in the system table.

This will give developers a chance to alter form data before any other module has made it's own alterations.

Late Form Alter

Component type

module

Categories

Maintenance status

Development status

Downloads

2618

Component created

Component changed

Provides new form alteration hooks that give developers a chance to alter form data after every other module has performed their own alterations.

hook_late_form_alter()
hook_late_form_BASE_FORM_ID_alter()
hook_late_form_FORM_ID_alter().

These are identical to hook_form_alter and its variations in every way except that the _late hooks should be called after all of the regular hooks.

Export Queue

Component type

module

Categories

Downloads

680

Component created

Component changed

The Export Queue module facilitates setting up any number of export queues on a site. An export queue functions as a waiting list of objects requiring export to a third party application, like orders in an e-commerce site being exported to a fulfillment service. The module provides a single database table to track queued items and offers a simple API for other modules to define export queues, enqueue items, and update them upon export. It is designed to be used either to track objects awaiting export on a cron run, as a way to store up items for batch exports, or as a fallback measure in the event of a failed real-time export.

Administrators have the ability to adjust export limits and cron URLs for the various queues, and they may also view reports of all the objects that have been queued and exported through any given export queue.

This module is a utility module that only needs to be installed when required by another module.

VPS.NET Integration

Component type

module

Maintenance status

Development status

Downloads

564

Component created

Component changed

This module interacts with the API from the hosting company VPS.NET.

Currently at this very early stage the module allows you to view your VPS information after entering your API key on the settings page.

If you want to have a play with this module sign up for VPS.NET with code "DRUP25" for 25% off the initial order.

Stats API

Component type

module

Categories

Downloads

493

Component created

Component changed

Provides an administrative page which lists extensive statistics about your website's modules, by module. The API allows non-core modules to specify their own statistics as well. Future versions will have support for trends over time (including graphing them).