tracker.module
Version 1.170 (checked in on 2009/11/29 at 10:33:16 by dries)
Enables tracking of recent content for users.
Functions
| Name | Description |
|---|---|
| tracker_comment_delete | Implement hook_comment_delete(). |
| tracker_comment_publish | Implement hook_comment_publish(). |
| tracker_comment_unpublish | Implement hook_comment_unpublish(). |
| tracker_comment_update | Implement hook_comment_update(). |
| tracker_cron | Implement hook_cron(). |
| tracker_help | Implement hook_help(). |
| tracker_menu | Implement hook_menu(). |
| tracker_node_delete | Implement hook_nodeapi_delete(). |
| tracker_node_insert | Implement hook_nodeapi_insert(). |
| tracker_node_update | Implement hook_nodeapi_update(). |
| _tracker_add | Update indexing tables when a node is added, updated or commented on. |
| _tracker_calculate_changed | Determine the max timestamp between $node->changed and the last comment. |
| _tracker_myrecent_access | Access callback for tracker/%user_uid_optional. |
| _tracker_remove | Clean up indexed data when nodes or comments are removed. |
| _tracker_user_access | Access callback for user/%user/track. |
