Modify ↓
Opened 15 years ago
Closed 15 years ago
#7604 closed enhancement (fixed)
Don't send blog announcement, when `draft` is specified in categories
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | FullBlogNotificationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description (last modified by )
The FullBlogPlugin has a plugin that implements draft functionality. A draft is specified by entering draft in Categories. It would be a nice feature for the FullBlogNotificationPlugin if emails were not sent when draft was specified in Categories.
See also #6047 for implementation of this same feature in the FullBlogPlugin component of the FullBlogNotificationPlugin.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



(In [8573]) 012 branch: Added
no_notification_categoriesoption list, which is a list of categories for which no notification email is sent. Bumped version to 0.2.1. Refs #7604.