DESCRIPTION
-----------
* Activity module keeps track of the things users do on the
site and provides a view to see the actions done.
Activity view is visible on path /activities/all. For this view, you need the
permission to view activities. Also, there is a Rest view
(see /rest/activities/all).
DEPENDENCIES
------------
* Activity has no dependencies.
CONFIGURATION
-------------
Only a user with a role that has permission to
create/configure/delete can do the first two steps.
This is a completely different approach to Activity logging than the previous version (6.x-1.x). We're now utilizing core actions functionality to handle the recording of activity messages instead of having our own functions to do so. This is more efficient and will be less duplication/maintenance.
We also allow for some more hooks that other modules can implement in order to allow some kick ass integration. (Read DEVELOPER.txt for hook definitions)