Opened 19 years ago
Closed 12 years ago
#28 closed enhancement (wontfix)
Notification only for certain pages/branches
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | high | Component: | WikiNotifyScript |
Severity: | minor | Keywords: | |
Cc: | shib@… | Trac Release: | 0.10 |
Description
Can the e-mail notification be customised to notify changes in certain pages ?? I dont want the changes for the whole wiki, i want to watch only a few pages.
Thanks.
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by
milestone: | 0.9 |
---|
comment:2 Changed 18 years ago by
Priority: | normal → lowest |
---|---|
Trac Release: | → 0.8 |
comment:3 Changed 18 years ago by
Priority: | lowest → high |
---|---|
Severity: | normal → minor |
Trac Release: | 0.8 → 0.10 |
Type: | defect → enhancement |
This would be an excellent feature, my users only want notification for pages they are somehow involved with.
comment:4 Changed 18 years ago by
I think this could be implemented with the IWikiChangeListener
interface and trac.wiki.model.WikiPage.get_history()
- whenever a page is changed, extract users from the history and notify them.
The only issue is, this will be an all-or-nothing thing, with no way to opt out from notifications.
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This script is deprecated. Please take a look at the AnnouncerPlugin and WatchlistPlugin.
Milestone 0.9 deleted