Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

Webform Sanitize

Component type

module

Maintenance status

Development status

Downloads

152

Component created

Component changed

About this Module

Webform Sanitize module for sanitizing Webform submissions to remove potentially sensitive data. Also provides a drush command.

Do you use the excellent module Webform??
Do you move databases from production to test and need to sanitize sensitive data from webform submissions?

If yes, this module is for you!

User Sanitize

Component type

module

Maintenance status

Development status

Downloads

79

Component created

Component changed

Module to Sanitize users within the database. Can be executed via UI or using drush. Improves upon functionality provided by drush sql-sanitize.

Great for user sanitization when importing data from another system.

Options:

Drush Help

Component type

module

Categories

Maintenance status

Development status

Downloads

60

Component created

Component changed

To see the drush commands help you need to use drush help COMMAND_NAME from the command line, but if you want to see this information in Drupal you'll can't do it.

This module improves the module help page showing information about the module drush commands.

The drush command help section only will be added if the module for which you are viewing the help have drush commands defined.

Issues

As with all contributed modules, when considering submitting an issue:

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.

Drush Config Import Log

Component type

module

Categories

Maintenance status

Development status

Downloads

22

Component created

Component changed

This module allow to track the configuration import log in database and also in txt file. This will be useful in live site where we don't have permission to run config import by CLI.

While importing the configuration, the status will get track in DB and File.

-> Use drush custom-config-import command to run the import in live site.
-> Go to path "admin/config/RunCustomImport" to check the file log. If need can import by UI also.
-> Import log will get track in recent log and also in txt file.