MongoDB Util

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A utility module for MongoDB that starts with several utilities to properly manage indexes from Drupal. This introduces a hook_mongodb_index to define indexes combined with a drush ensure-indexes and drush check-indexes.

Webform export

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Reuses some webform functions to add support for data export per user. Currently webform doesn't allow users to export their own form submissions.

This includes a new permission and also supports webform_encrypt, checking whether a field is encrypted and decrypts it (given that the required permissions are present).
The module creates a new tab ("Export submissions"), but if preferred a direct link to the export can be used in a block or anywhere on a page (node//webform-export-download).

Forum Export

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows to export containers, forums and topic content from Drupal core forum (or Advanced Forum) into CSV files.

You may optionally filter posts you want to export by date.

Caution: when NOT using Advanced Forum, you may experience a double "Export" link on topics. This will be fixed (one day).