comment_notify_add_notification |
./comment_notify.inc |
Add a notification against a comment. |
1 |
|
comment_notify_comment_delete |
./comment_notify.module |
|
|
|
comment_notify_comment_insert |
./comment_notify.module |
Implements hook_comment_insert(). |
|
|
comment_notify_comment_load |
./comment_notify.module |
Implements hook_comment_load(). |
|
|
comment_notify_comment_publish |
./comment_notify.module |
|
|
|
comment_notify_comment_update |
./comment_notify.module |
Implements hook_comment_update(). |
|
|
comment_notify_comment_validate |
./comment_notify.module |
|
|
1 |
comment_notify_delete_user_notification_setting |
./comment_notify.inc |
Remove comment notification preferences for a user. |
1 |
|
comment_notify_disable_page |
./comment_notify.module |
Page callback to allow users to unsubscribe simply by visiting the page. |
|
1 |
comment_notify_field_extra_fields |
./comment_notify.module |
Implements hook_field_extra_fields(). |
|
|
comment_notify_form_alter |
./comment_notify.module |
Implements hook_form_alter(). |
|
|
comment_notify_form_comment_form_alter |
./comment_notify.module |
Implements hook_form_FORM_ID_alter() for comment_form(). |
|
|
comment_notify_get_default_notification_setting |
./comment_notify.inc |
|
2 |
|
comment_notify_get_notification_type |
./comment_notify.inc |
Get the type of notification for a comment notification record. |
2 |
|
comment_notify_get_unsubscribe_url |
./comment_notify.module |
Get the unsubscribe link for a comment subscriber. |
1 |
|
comment_notify_get_user_comment_notify_preference |
./comment_notify.inc |
Get a user's default preference for comment notification. |
2 |
|
comment_notify_get_user_node_notify_preference |
./comment_notify.inc |
Get a user's default preference for node update notification. |
|
|
comment_notify_get_user_notification_setting |
./comment_notify.inc |
Get the notification preferences for a specific user. |
4 |
|
comment_notify_get_watchers |
./comment_notify.inc |
Get a list of mails which need to be contacted for a node. |
1 |
|
comment_notify_init |
./comment_notify.module |
Implements hook_init(). |
|
|
comment_notify_install |
./comment_notify.install |
Implements hook_install(). |
|
|
comment_notify_mail |
./comment_notify.module |
Implements hook_mail(). |
|
1 |
comment_notify_mark_comment_as_notified |
./comment_notify.inc |
Record that the owner of a comment notification has already been notified. |
2 |
|
comment_notify_menu |
./comment_notify.module |
Implements hook_menu(). |
|
|
comment_notify_migrate_api |
./comment_notify.migrate.inc |
|
|
|
comment_notify_permission |
./comment_notify.module |
Implements hook_permission(). |
|
|
comment_notify_remove_all_notifications |
./comment_notify.inc |
Remove all the notifications linked with a comment. |
1 |
|
comment_notify_schema |
./comment_notify.install |
Implements hook_schema(). |
|
|
comment_notify_settings |
./comment_notify.module |
Page callback for administrative settings form. |
|
1 |
comment_notify_settings_validate |
./comment_notify.module |
|
|
1 |
comment_notify_set_user_notification_setting |
./comment_notify.inc |
Sets the notification preferences for a specific user. |
2 |
|
comment_notify_tokens |
./comment_notify.tokens.inc |
Implements hook_tokens(). |
|
|
comment_notify_token_info |
./comment_notify.tokens.inc |
Implements hook_token_info(). |
|
|
comment_notify_uninstall |
./comment_notify.install |
Implements hook_uninstall(). |
|
|
comment_notify_unsubscribe |
./comment_notify.module |
Callback for an administrative form to unsubscribe users by e-mail address. |
|
1 |
comment_notify_unsubscribe_by_email |
./comment_notify.inc |
Unsubscribe all comment notification requests associated with an email. |
1 |
|
comment_notify_unsubscribe_by_hash |
./comment_notify.inc |
Unsubscribe comment notification requests associated with a hash. |
1 |
|
comment_notify_unsubscribe_submit |
./comment_notify.module |
Based on admin submit, do the actual unsubscribe from notifications. |
|
|
comment_notify_update_7002 |
./comment_notify.install |
Head 2 head update for the new size of the hash field. |
|
|
comment_notify_update_7003 |
./comment_notify.install |
Fix tokens in comment subscriber e-mail template. |
|
|
comment_notify_update_7004 |
./comment_notify.install |
Fix a missing default causes warnings for Postgresql and some MySQL. |
|
|
comment_notify_update_7005 |
./comment_notify.install |
Fix minor schema inconsistencies caused by the last update. |
|
|
comment_notify_update_notification |
./comment_notify.inc |
Updated a notification with a different notification type. |
1 |
|
comment_notify_user_cancel |
./comment_notify.module |
|
|
|
comment_notify_user_load |
./comment_notify.module |
|
|
|
comment_notify_user_update |
./comment_notify.module |
|
|
|
comment_notify_variable_registry_get |
./comment_notify.inc |
Helper function to centralize variable management and defaults. |
7 |
|
_comment_notify_mailalert |
./comment_notify.module |
Private function to send the notifications. |
3 |
|
_comment_notify_options |
./comment_notify.module |
Provide an array of available options for notification on a comment. |
4 |
|