You are here

Functions in Comment Notify 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
comment_notify_comment ./comment_notify.module Implementation of hook_comment().
comment_notify_form_alter ./comment_notify.module Insert our checkbox, add a submit button, and populate fields.
comment_notify_help ./comment_notify.module Implementation of hook_help().
comment_notify_install ./comment_notify.install Implementation of hook_install(). 1
comment_notify_menu ./comment_notify.module Implementation of hook_menu().
comment_notify_page ./comment_notify.module Page callback to allow users to unsubscribe simply by visiting the page. 1
comment_notify_perm ./comment_notify.module Implementation of hook_perm().
comment_notify_settings ./comment_notify.module 1
comment_notify_uninstall ./comment_notify.install
comment_notify_unsubscribe ./comment_notify.module Callback for an administrative form to unsubscribe users by e-mail address. 1
comment_notify_unsubscribe_submit ./comment_notify.module Based on admin submit, do the actual unsubscribe from notifications.
comment_notify_update_1 ./comment_notify.install
comment_notify_update_2 ./comment_notify.install
comment_notify_update_3 ./comment_notify.install
comment_notify_update_4 ./comment_notify.install
comment_notify_update_5 ./comment_notify.install
comment_notify_update_5000 ./comment_notify.install Sync up the two tables after as part of http://drupal.org/node/297791
comment_notify_update_5200 ./comment_notify.install Drop the notify column from the {comments} table. This column will only exist if the 5.x-1.x version of comment_notify was installed at some point. Since the 5.x-2.x version of the module {comment_notify}.notify has been used instead.
comment_notify_update_5201 ./comment_notify.install Copy settings from {users}.data into {comment_notify_user_settings}.
comment_notify_user ./comment_notify.module Implementation of hook_user().
_comment_notify_mailalert ./comment_notify.module Private function to send the notifications. 1

Other projects