Notifications Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

1439

Component created

Component changed

Module is currently in development. If you want an action/condition that is not currently provided please open a feature request in the issue queue.

Description

Integrates Notifications with Rules. Currently known to be compatible with the 4.x and 2.x branch of the Notifications module.

VARQL

Component type

module

Categories

Maintenance status

Development status

Downloads

1146

Component created

Component changed

Views SPARQL Query Backend.

This module provides SPARQL Query backend for Views 3.
To use VARQL you shouldn't necessarily be fluent in writing SPARQL queries, cause the module uses Views' fields, arguments and filters in generating a sparql query to query a sparql endpoint, and then bring these data back into your view.

Boolean Field

Component type

module

Maintenance status

Development status

Downloads

14644

Component created

Component changed

Provides a "boolean" field type with an additional state of "not set" in addition to the usual "true/false" or "on/off." A separate display string can be defined for each state. For example, if the field represents the status of a cron job, the three display strings might be:
- Cron job completed without errors
- Cron job completed with errors
- Cron job has not been run.

The corresponding default storage values are 1, 0, and -1.

The field type is integrated with the Rules module.

Rules Autotag

Component type

module

Categories

Maintenance status

Development status

Downloads

9977

Component created

Component changed

The Rules Autotag module takes a light-weight approach for autotagging full-text content by matching taxonomy terms (and optional Synonyms). Rules Autotag depends on the Rules module. Functionality is provided on different layers:

Context Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

8805

Component created

Component changed

This module provides rules module integration for the context module.

The module offers:
A. New Rules event to react when a context is set
B. New Rules condition to see if a selected context is set.
C. New Rules action allowing rules to set or unset one or more contexts.

Module now has stable releases for both 6.x and 7.x, thanks to all who submited issues and patches!

Vote

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).

Vote provides "functions" and "voting types":

A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.

User Notifications

Component type

module

Maintenance status

Development status

Downloads

2743

Component created

Component changed

Im actively seeking new maintainer for the project, please get in touch if interested!!

The User Notifications module was born out of the need for a Facebook Style notifications system where each user can see a list of notifications related to them.