1.1.2.2.2.30 (checked in on 2008/04/29 at 15:59:29 by jaydub)
Activity module: Allow users to see their friends' activity on the site.
| Name | Description |
|---|---|
| ACTIVITY_ALL |
| Name | Description |
|---|---|
| activity_admin_settings | Admin section TODO: 1) the defaults aren't available at activity render time unless this this page has been saved. This is potentially confusing since they show up in the textfields. |
| activity_block | create a block for display |
| activity_feed | menu callback to return a feed of a signed in user's activity page |
| activity_format_offset | date formatter $timestamp is the unix timestamp() of when an activity occurred. $end is the human language formatted string expressing how long ago this was. |
| activity_get_activity | The API supports: |
| activity_get_info | API function |
| activity_get_tablesort_headers | |
| activity_insert | API function Insert an activity record. This gets called by modules wishing to record their activities. |
| activity_invoke_activityapi | Invoke a hook_activityapi() operation in all modules. |
| activity_json | output our activity as json $arg[0] = ACTIVITY_ALL or $uid $arg[1] = number of activities to retreive |
| activity_menu | Implementation of hook_menu(). |
| activity_page | |
| activity_perm | Implementation of hook_perm(). |
| activity_simpletest | Implementation of hook_simpletest(). |
| activity_table | Menu callback to display the records in a page |
| activity_token_list | Token module integration. |
| activity_token_replace | determine what the message should say |
| activity_token_values | |
| theme_activity | |
| theme_activity_block | theme function for displaying the users activity page |
| theme_activity_more_link | |
| theme_activity_page | theme function for displaying the users activity page |