Maintainers strive to actively monitor issues and respond in a timely manner.

Heartbeat

Heartbeat activity in drupal7 by default with views and display suite enabled

Description

Heartbeat displays user activity on a website. This module is an API to log activity. The logged data contains message structures, attributes and variables. Once the activity messages exist in the database, they will be parsed and build into activity streams.

Logging

Each module can log their own activity streams. This could be done by calling the api functions or by rules. This implicates that other modules, using the rules ui, can be interesting for Heartbeat if activity events and triggers are defined. Great modules that handle user relations like organic groups and friendlist describe rule events.

Display

Heartbeat has global configuration for display, message template configuration and stream configuration. Each stream (or access type) is a class based on HeartbeatAccess. It is basically a query builder (more gracefully in Drupal 7 branch thx to excellent database design) that returns its results to a parser.
The activity messages can be restricted on several levels which means that there are lots of access checks. Because sometimes this debugging is rather hard, heartbeat can now run in debug-mode. This way it's real easy to see why a message is blocked when viewing a stream.

Login one time

Login one time provides the ability to email one-time login links to users.

Word count

View word counts stats for each user: total words, total nodes, total comments, average words per node, etc.

Image Style Selector

Screenshot showing the image style selector mechanism below an image field

Creating pages with consistently sized, scaled or rotated images can be accomplished by applying an image style. In this way you can ensure that e.g.

Join role with password

This simple but useful module allows users to "join" a role just using a given password.

Restrict password change

Sometimes we wanted to be able to allow some users to add other users, but not change any user's password.

This module:

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained