Batch user operations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sometimes the batch operation provided by Drupal is not enough to operate on a long list of users, for example if you want to delete thousands users in one go.
This module provides a way to activate, block or delete users based on uid.
It implements with batch API so you don't need to worry about timeout, simply copy and paste a list of uid, then you are good to go.

User PIN

Component type

module

Maintenance status

Development status

Downloads

352

Component created

Component changed

Module provides no function on it's on. Is required by other modules to provide PIN based authentication for specific features. Is not a replacement for password authentication to login to site.

Developed as a required module for the telephone time clock portion of https:/drupal.org/project/timeclock

Mail save file

Component type

module

Categories

Maintenance status

Development status

Downloads

572

Component created

Component changed

Saves all outgoing mail to a file only. The email does not get saved in the database.

Use this module if you want to have the body of each email saved to a file in a configurable location. If you need anything more advanced than that, use the Mail logger module, or similar.

Related Resources

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to find all the nodes that link to the current node you're on. It's like the Related Resources of SharePoint. It shows you all the pages (nodes) that link to a particular page.

This module was designed so that when you go to delete or unpublish a page (node), you will be able to easily find what other nodes link to that node. The nodes that link to the node display in a list. You can easily go to the nodes in the list to remove the link to the node you wish to delete or unpublish. This list also says if the nodes linking to it are unpublished.

Stanbol Enhancer

Component type

module

Maintenance status

Development status

Downloads

549

Component created

Component changed

Provides pluggable integration to Apache Stanbol's Enhancer plugin. All entities' text fields can be sent for processing to Stanbol Enhancer and retrieved information (tags, people, locations, etc) can be saved to previously selected destination fields.

Migrate Source CSV

Component type

module

Categories

Maintenance status

Development status

Downloads

99518

Component created

Component changed

The basic Migrate framework is going into core for Drupal 8 - but not all of it. The core migrate module will implement the underlying framework, while the migrate_drupal module will support simple upgrades from Drupal 6 and Drupal 7. The rest of the migration functionality from Drupal 7 will be left to contrib to implement. This project is the contrib functionality for CSV files.