comment_notify_comment |
./comment_notify.module |
Implementation of hook_comment(). |
|
|
comment_notify_disable_page |
./comment_notify.module |
Page callback to allow users to unsubscribe simply by visiting the page. |
|
1 |
comment_notify_form_alter |
./comment_notify.module |
Insert our checkbox, add a submit button, and populate fields. |
|
|
comment_notify_install |
./comment_notify.install |
Implementation of hook_install(). |
|
|
comment_notify_mail |
./comment_notify.module |
Implementation of hook_mail(). |
|
1 |
comment_notify_menu |
./comment_notify.module |
Implementation of hook_menu(). |
|
|
comment_notify_perm |
./comment_notify.module |
Implementation of hook_perm(). |
|
|
comment_notify_schema |
./comment_notify.install |
Implementation of hook_schema(). |
|
|
comment_notify_settings |
./comment_notify.module |
|
|
1 |
comment_notify_settings_validate |
./comment_notify.module |
|
|
1 |
comment_notify_uninstall |
./comment_notify.install |
Implementation of hook_uninstall(). |
|
|
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_6000 |
./comment_notify.install |
Sync up the two tables after as part of http://drupal.org/node/297791 |
|
|
comment_notify_update_6001 |
./comment_notify.install |
Permissions got renamed, update them. |
|
|
comment_notify_update_6002 |
./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_6003 |
./comment_notify.install |
Create a new table to store user preferences and move the $user->data there. |
|
|
comment_notify_update_6004 |
./comment_notify.install |
Add a "notified" column to {comment_notify} to keep track of whether
notifications have already been sent out for a given comment. This
prevents new notifications from being sent when a comment is edited. |
|
|
comment_notify_update_6005 |
./comment_notify.install |
Having our foreign keys auto_increment could lead to unexpected results. |
|
|
comment_notify_update_6006 |
./comment_notify.install |
Fix a missing default causes warnings for Postgresql and some MySQL. |
|
|
comment_notify_user |
./comment_notify.module |
Implementation of hook_user(). |
|
|
_comment_notify_mailalert |
./comment_notify.module |
Private function to send the notifications. |
1 |
|
_comment_notify_options |
./comment_notify.module |
Provide an array of available options for notification on a comment. |
3 |
|