activityhistory_activityapi |
contrib/activityhistory/activityhistory.module |
|
|
|
activityhistory_install |
contrib/activityhistory/activityhistory.install |
Implementation of hook_install(). |
|
|
activityhistory_schema |
contrib/activityhistory/activityhistory.install |
Implementation of hook_schema(). |
|
|
activityhistory_uninstall |
contrib/activityhistory/activityhistory.install |
Implementation of hook_uninstall(). |
|
|
activityhistory_update_6101 |
contrib/activityhistory/activityhistory.install |
The primary key defined in the schema was defined incorrectly.
This update resets the PRIMARY KEY to the correct value. |
|
|
activityhistory_user |
contrib/activityhistory/activityhistory.module |
Implementation of hook_user(). |
|
|
activity_acid_load |
./activity.module |
Menu wildcard loader callback for activity_comment_delete page callback. |
|
|
activity_admin_settings |
./activity.module |
Activity admin main settings page. |
|
1 |
activity_aid_load |
./activity.module |
Menu wildcard loader callback for activity_delete page callback. |
|
|
activity_block |
./activity.module |
Implementation of hook_block(). |
|
|
activity_comments_load |
./activity.module |
Load comments saved to a particular activity. |
2 |
|
activity_comment_delete |
./activity.module |
Function to allow a single activity record comment to be deleted. |
|
1 |
activity_comment_delete_access |
./activity.module |
Menu access callback for activity_comment_delete page callback. |
|
1 |
activity_comment_delete_link |
./activity.module |
Check if user has right to delete a single activity record comment
and if so, return a the activity record comment delete link. |
1 |
|
activity_comment_form |
./activity.module |
Returns a commenting form, keyed to a particular activity ID. |
|
1 |
activity_comment_form_submit |
./activity.module |
FAPI #submit callback for activity_comments_comment_form(). |
|
|
activity_cron |
./activity.module |
Implementation of hook_cron(). |
|
|
activity_delete |
./activity.module |
Function to allow a single activity record to be deleted. |
|
1 |
activity_delete_access |
./activity.module |
Menu access callback for activity_delete page callback. |
|
1 |
activity_delete_link |
./activity.module |
Check if user has right to delete a single activity record and if
so, return a the activity record delete link. |
5 |
|
activity_feed |
./activity.module |
Menu callback for displaying site or user activity as an RSS feed. |
|
1 |
activity_format_offset |
./activity.module |
Custom date formatter to the display a human language formatted string
expressing how long ago this occured. |
|
|
activity_get_activity |
./activity.module |
API function. |
11 |
1 |
activity_get_info |
./activity.module |
API function |
5 |
1 |
activity_get_tablesort_headers |
./activity.module |
|
1 |
|
activity_insert |
./activity.module |
API function |
11 |
|
activity_install |
./activity.install |
Implementation of hook_install(). |
|
|
activity_install_activity_defaults |
./activity.module |
Helper function to allow activity contrib modules
to set initial default values for token and operation
types on module install. |
8 |
|
activity_invoke_activityapi |
./activity.module |
Invoke a hook_activityapi() operation in all modules. |
5 |
|
activity_json |
./activity.module |
Output activity as JSON. |
|
1 |
activity_load |
./activity.module |
|
1 |
|
activity_menu |
./activity.module |
Implementation of hook_menu(). |
|
|
activity_menu_load |
./activity.module |
Menu wildcard loader callback for activity contrib module activity settings. |
|
|
activity_module_settings |
./activity.module |
Activity module specific admin settings page. |
|
1 |
activity_page |
./activity.module |
Menu callback for displaying site or user activity as full page. |
|
1 |
activity_perm |
./activity.module |
Implementation of hook_perm(). |
|
|
activity_schema |
./activity.install |
Implementation of hook_schema(). |
|
|
activity_simpletest |
./activity.module |
Implementation of hook_simpletest(). |
|
|
activity_theme |
./activity.module |
Implementation of hook_theme(). |
|
|
activity_token_list |
./activity.module |
Token module integration. Defines available default tokens. |
|
|
activity_token_replace |
./activity.module |
Determine what the message should say. |
8 |
|
activity_token_values |
./activity.module |
Token module integration. Defines available default token values. |
|
|
activity_uninstall |
./activity.install |
Implementation of hook_uninstall(). |
|
|
activity_update_6000 |
./activity.install |
In converting to Drupal 6 we should drop the use of
the sequences table and instead use auto incrementing columns |
|
|
activity_update_6100 |
./activity.install |
A column for the user ID is being added back to make certain things
easier to do going forward |
|
|
activity_update_6101 |
./activity.install |
A new table activity_comments is added to store comments on Activity
records. |
|
|
activity_user |
./activity.module |
Implementation of hook_user(). |
|
|
activity_user_load |
./activity.module |
Minimal user_load replacement for activity. |
8 |
|
activity_user_privacy_optout |
./activity.module |
Check if user has activity privacy optout set. |
8 |
|
activity_views_api |
./activity.module |
Implementation of hook_views_api(). |
|
|