Opened 5 years ago
Last modified 8 months ago
#3659 new enhancement
Option to send digest notification, with a link to the source page
| Reported by: | anonymous | Owned by: | hasienda |
|---|---|---|---|
| Priority: | low | Component: | AnnouncerPlugin |
| Severity: | minor | Keywords: | message-digest |
| Cc: | Trac Release: | 0.10 |
Description
it would be great if announcing could be configured to send only a notification e.g. once a week.
Attachments (0)
Change History (10)
comment:1 Changed 5 years ago by anonymous
comment:2 Changed 5 years ago by trac-hacks@…
The time between digests should be configurable in any case.
A per-User Configuration would be great.
comment:3 Changed 5 years ago by anonymous
This would be a great addition - there's demand for a whining solution and this could be it.
comment:4 Changed 4 years ago by rjollos
- Summary changed from notifications should be sent only once a week, with a link to the source page to Option to send digest notification, with a link to the source page
Its a slightly tedious workaround, but I think it would work to create a forum, such as on Nabble, use the stmp_always_cc option to direct all emails to the forum, and then allow users to subscribe to the forum (or perhaps its possible to subscribe for them).
comment:5 Changed 4 years ago by rjollos
See also #796.
comment:6 Changed 3 years ago by doki_pen
- Priority changed from normal to lowest
- Severity changed from normal to minor
- Status changed from new to assigned
comment:7 follow-ups: ↓ 8 ↓ 9 ↓ 10 Changed 8 months ago by anonymous
and what about the native trac digest option? why it is so hard to implement?
comment:8 in reply to: ↑ 7 Changed 8 months ago by rjollos
Replying to anonymous:
and what about the native trac digest option? why it is so hard to implement?
I'm not familiar with whatever you are referring to, and don't seen an option for this in t:TracIni#notification-section, or a reference to it in t:TracNotification. Could you provide more details?
comment:9 in reply to: ↑ 7 Changed 8 months ago by rjollos
Replying to anonymous:
and what about the native trac digest option? why it is so hard to implement?
... or perhaps I'm misreading your comment. Are you suggesting that there is a digest option for notifications in the native Trac notification module (the way I read it when writing comment:8) and asking why we don't utilize it, or asking why this hasn't been implemented yet in the Trac core?
comment:10 in reply to: ↑ 7 Changed 8 months ago by hasienda
- Keywords message-digest added
- Owner changed from doki_pen to hasienda
- Priority changed from lowest to low
- Status changed from assigned to new
Replying to anonymous:
and what about the native trac digest option? why it is so hard to implement?
Seems like you may have mistaken digest authentication like switched and configured as a command-line option for tracd. This is not about message-digest notifications at all.
Additionally you'll have to created even caches per UID/SID, and there is no storage for that yet. Still I see your point.


digest notifications, interesting.