Feature #413
Add email notification on Wiki changes
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Wiki | |||
Target version: | 0.9.0 | |||
Resolution: | Fixed |
Description
Add option to have e-mail notification on Wiki modifications, or at least the ability to watch a page.
Related issues
Associated revisions
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
Ability to watch a wiki or a single wiki page (#413).
History
#1
Updated by Jos Yule over 14 years ago
This could also be done via an RSS feed, which is how many other wikis do it.
#2
Updated by Jean-Philippe Lang over 14 years ago
Jos, an atom feed for wiki changes is already available: go to the Activity view, choose 'Wiki pages' and you'll get the corresponding feed.
For example, here is the feed for Redmine's wiki:
http://www.redmine.org/projects/activity/redmine?format=atom&show_wiki_pages=1
#3
Updated by Jos Yule over 14 years ago
Sweet.
#4
Updated by John Goerzen over 14 years ago
The problem with this is that it doesn't scale.
If you've got 20 projects in Redmine and want to watch the wikis for all of them, you have to subscribe to 20 RSS feeds.
Not only that, but it's misleading; if the setting says "all updates", it should be all updates, including wiki updates.
#5
Updated by Artem Vasiliev over 13 years ago
I've just implemented this in our GitHub Redmine fork, please feel free to integrate into upstream:
http://github.com/artemv/redmine_tt/commit/d86251e4b7787281f81fa0479efe11f0c8270868,
http://github.com/artemv/redmine_tt/commit/0eb11b0b2d892033bde094adc94cb6f1aec1e609,
http://github.com/artemv/redmine_tt/commit/c8aab89b1d1de59dc6648ebc0c69f13eb102f8e2,
http://github.com/artemv/redmine_tt/commit/504e44c68b6d7580c3e5b415e549e75ab94ef39d
These also cover attachments removal email notification for all kinds of containers (Issues, Documents, Wiki, Project, Version)
#6
Updated by Yelve Y. over 13 years ago
Is this scheduled to be in stable release any time soon?
#7
Updated by Eric Davis over 13 years ago
- Category set to Wiki
- Status changed from New to 7
- Assignee set to Eric Davis
I have something that is in almost ready for release.
#8
Updated by missey Deng over 13 years ago
hi,
when can this feature be committed?
thanks.
#9
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from 7 to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Feature added in r2749.