This module adds the ability to execute arbitrary PHP code when a Webform is validated or submitted. This is intended to replace the existing functionality that was provided in previous versions of Webform that are no longer available in the 3.0 version. This module is not necessary if you are using previous versions of Webform.
Dynamically insert pre-defined text strings into nodes or comments. See a screen shot.
Canned Texts creates a views generated drop down list widget in the node-form and/or comment-form. By selecting a list item, text is dynamically inserted into the node and/or comment text area fields, at the point of the cursor. Canned Texts works with the views module and adds a new "display" to the views module called "Canned Texts". The "Canned Texts" display provides widget settings for:
Node Type: Select which node type the widget will appear on.
Show in: Select if the widget should appear in the comment form or node form.
Show title: Select if the view title should be shown above the widget.
This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.
Features
Clean usage of pcntl_* extension, with SIG handling.
Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
Is able to run job_queue jobs, and Drupal cron if no other module has been run.