16 calls to simplenews_issue_status() in Simplenews 7.2
- SimplenewsSendTestCase::testDelete in tests/
simplenews.test - Create a newsletter, send mails and then delete.
- SimplenewsSendTestCase::testSendMultipleNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendNowCron in tests/
simplenews.test - Send a newsletter without using cron.
- SimplenewsSendTestCase::testSendNowCronThrottle in tests/
simplenews.test - Send a newsletter using cron and a low throttle.
- SimplenewsSendTestCase::testSendNowNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendPublishNoCron in tests/
simplenews.test - Send a newsletter on publish without using cron.
- SimplenewsSendTestCase::testUpdateNewsletter in tests/
simplenews.test - simplenews_admin_issues in includes/
simplenews.admin.inc - Form builder: Builds a list of newsletters with operations.
- simplenews_issue_send in includes/
simplenews.admin.inc - Callback to send newsletters.
- simplenews_issue_update_sent_status in ./
simplenews.module - Update the sent status of a node.
- simplenews_node_access in ./
simplenews.module - Implements hook_node_access().
- simplenews_node_tab_send_form in includes/
simplenews.admin.inc - @todo
- simplenews_node_tab_send_form_submit in includes/
simplenews.admin.inc - @todo
- simplenews_node_update in ./
simplenews.module - Implements hook_node_update().
- simplenews_send_status_update in includes/
simplenews.mail.inc - Update newsletter sent status.
- _simplenews_node_form in ./
simplenews.module - @todo