Webform Scheduled Tasks

Component type

module

Maintenance status

Development status

Downloads

42

Component created

Component changed

Webform Scheduled Tasks is a module which allows the regular cleansing/sanitization of sensitive fields in Webform.

Using cron or drush, this module can update webform submissions to delete data which should only be kept for a limited period of time.

An example of this - a form where a user provides an email to receive a confirmation notification, but doesn't want their email to be kept indefinitely.

Node revisions autoclean

Component type

module

Maintenance status

Development status

Downloads

38

Component created

Component changed

This module allows to manage node's revisions store : according to admin's settings, older revisions are automatically deleted.

You may choose how many revisions you want to keep for each node type. Latest drafts coming after a published revision are never deleted. You may also choose to delete revisions by date.

For larger websites with many node, you may choose to delete revision by cron or a drush command (drush 9 only).

This module will be released in few weeks, when i'll start using it in production environment. Do not hesitate to issue any problem.

Simple Comment eMail Notification

Component type

module

Maintenance status

Development status

Downloads

35

Component created

Component changed

Sends a simple notification eMail to the site administrator, if an new comment has been created on the website. Also the eMail sending will be logged and can be checked at /admin/reports/dblog.

The eMail contains the link to un-approved comments and the approved comments on the website. This module does not have any user interface and own configuration options. It is designed to be simple and fit into small business purpose.

If you need more functionality: This module's codebase is minimal and you can use it as an example for your own module.

Configuration Read-only Filter

Component type

module

Maintenance status

Development status

Downloads

37

Component created

Component changed

Overview

Allows to exclude certain configuration forms to be editable, when the site is on configuration read-only mode.
Filters can be created with set of form id or route name. Since filters are config entities, can be exported/imported like any other configuration.

Features

1. Filter by Form ID
2. Filter by Route name - This is not supported yet.

Read The Manual

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A custom module for adding user manual pages specific to the workflows added to the client site. The idea is a module that allows you to document the how to's in order to empower your client to actually use the power you built them.

Link Field Autocomplete Filter

Component type

module

Maintenance status

Development status

Downloads

60

Component created

Component changed

Description

Currently the autocomplete in Link Field widgets always shows content suggestions from all content (node) types.

This module adds a Link Field configuration for filtering the suggested content types in the autocomplete field.

Use

Simply activate the module, and a series of checkboxes (one for each content type) will appear in the Link Field field-instance configuration form. If you check none, then all content types will appear as suggestions in the autocomplete. Otherwise only those checked will appear.