Background node operations
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Using Drupal's node_operations api, modules can supply mass operation changes for nodes. However in some cases, your node library can get so big that 50 or so nodes you can pick at a time, just becomes too time consuming.

