Search by

jurgenhaas member since: Jul 20, 2016 · Transparency log

jurgenhaas's packages

  • drupal-eca-recipe/eca_lib_0014

    Two processes that look identical in the diagram but behave differently, showing that successors run in the order they were added rather than the order the model appears to show.

  • drupal-eca-recipe/eca_lib_0015

    Shows a message on the user profile edit form, limited to accounts holding one of three selected roles.

  • drupal-eca-recipe/eca_lib_0016

    Offers an access-controlled endpoint that queues a user export, runs the view on the next cron run, writes a CSV file and emails the requester a download link.

  • drupal-eca-recipe/eca_lib_0017

    Sends an email whenever a node is updated, including the revision log message, which the model also makes a required field. A later version routes the notifications to different recipients depending on moderation state and section.

  • drupal-eca-recipe/eca_lib_0018

    Keeps a user field and a profile field in sync in both directions, writing to the other entity only when the values actually differ so the updates cannot loop forever.

  • drupal-eca-recipe/eca_lib_0019

    Shows how to drive Views Bulk Operations from a Views listing with ECA.

  • drupal-eca-recipe/eca_lib_0020

    Creates an article node whenever a page node is created, building the new title from the page author's name and the page title.

  • drupal-eca-recipe/eca_lib_0021

    Responds to events such as logins, registrations, error messages and new comments by sending notifications to email, Mattermost and Alerta.

  • drupal-eca-recipe/eca_lib_0022

    Calculates a field value and stores it on the node each time it is created or updated, replacing what the Calculated Field module does.

  • drupal-eca-recipe/eca_lib_0023

    Publishes and unpublishes nodes automatically at scheduled dates and times, driven by a view on cron.

  • drupal-eca-recipe/eca_lib_0024

    Emails every user holding a given role, using a view with a contextual filter to select the recipients.

  • drupal-eca-recipe/eca_lib_0025

    Emails a newly registered user with the values they entered during registration, varying the message depending on whether an optional field was filled in.

  • drupal-eca-recipe/eca_lib_0026

    Adds a role to a user once three stored conditions are all met, and removes it again as soon as any of them stops being true.

  • drupal-eca-recipe/eca_lib_0027

    Appends a comment to a node author's own user entity whenever they create or update a node.

  • drupal-eca-recipe/eca_lib_0028

    Reads form field values during validation and submission, showing how to find the right token syntax for each field type and how building a temporary entity offers a clearer alternative.