Node Watcher
Categories
Component ID
2818079
Component name
Node Watcher
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module will track changes to any nodes. You can go to /admin/node-watcher-log and view the logs in chronological order, separated by day.
This module was birthed as a result of wanting to track specifically more closely changes to nodes daily, and specifically updates to nodes. It invokes hook_node_update() and uses a simple Entity to store the information on a day to day basis.
