Variable Email Roles

Component type

module

Categories

Maintenance status

Development status

Downloads

364

Component created

Component changed

Send Email to all user of a role using declared variables as templates.
Function to send mail to a role is available by default in rules but you can't use Variable inside.

Variable Email Roles extends Variable Email module to allow email to be send to a list of users attached to one or more roles.

Template manager

Component type

module

Maintenance status

Development status

Downloads

204

Component created

Component changed

Module to manage any kind of templates with free content and tokens: HTML email, PDF, push message.

The main feature of a module is integration with rules: it's possible to specify managed template as a source of data for any text parameter for rules actions.

Must have features included:

Rules String Length (rules_strlen)

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Provides an action that returns an integer when given a string. Also, not a bad module to view how to create your own custom action. Implements one hook function and one internal action function.

Nemrod

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Nemrod is a framework providing an abstraction layer for handling (consuming and producing) RDF in a Drupal project. The framework provides five main components:

- a resource manager (similar to Doctrine's resource manager)
- a SPARQL query builder allowing to interact directly with your sparql endpoint(s)
- a form extension allowing to build forms to create or update data
- a json-ld serializer allowing to produce framed json-ld representation of RDF, usable with REST module.

Nemrod mainly relies on
- EasyRdf
- Json-ld

Semantic Markup

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Allows semantic markup (such as RDFa or Microdata) to be added using XPath queries

Currently under development:

  • Using CSS selectors instead of XPath
  • Allowing overriding of default mappings with alter hook

Rules debug

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

317

Component created

Component changed

This module adds an action "Debug all variables".
Consider it the rules version of

dpm(get_defined_vars());