26 uses of COMMENT_PUBLISHED

CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentInterfaceTest::setEnvironment in drupal-7.x/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
Tests new comment marker.
comment_access in drupal-7.x/modules/comment/comment.module
Determines whether the current user has access to a particular comment.
comment_admin_overview in drupal-7.x/modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit in drupal-7.x/modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_approve in drupal-7.x/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_file_download_access in drupal-7.x/modules/comment/comment.module
Implements hook_file_download_access().
comment_form in drupal-7.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_get_display_ordinal in drupal-7.x/modules/comment/comment.module
Get the display ordinal for a comment, starting from 0.
comment_get_recent in drupal-7.x/modules/comment/comment.module
Find the most recent comments that are available to the current user.
comment_get_thread in drupal-7.x/modules/comment/comment.module
Retrieve comments for a thread.
comment_new_page_count in drupal-7.x/modules/comment/comment.module
Calculate page number for first new comment.
comment_num_new in drupal-7.x/modules/comment/comment.module
Get number of new comments for current user and specified node.
comment_preview in drupal-7.x/modules/comment/comment.module
Generate a comment preview.
comment_publish_action in drupal-7.x/modules/comment/comment.module
Publishes a comment.
comment_reply in drupal-7.x/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
comment_save in drupal-7.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
hook_node_update_index in drupal-7.x/modules/node/node.api.php
Act on a node being indexed for searching.
tracker_comment_update in drupal-7.x/modules/tracker/tracker.module
Implements hook_comment_update().
tracker_cron in drupal-7.x/modules/tracker/tracker.module
Implements hook_cron().
_comment_update_node_statistics in drupal-7.x/modules/comment/comment.module
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_forum_update_forum_index in drupal-7.x/modules/forum/forum.module
Updates the taxonomy index for a given node.
_tracker_calculate_changed in drupal-7.x/modules/tracker/tracker.module
Determines the max timestamp between $node->changed and the last comment.
_tracker_remove in drupal-7.x/modules/tracker/tracker.module
Cleans up indexed data when nodes or comments are removed.