Feature #413
closedAdd email notification on Wiki changes
0%
Description
Add option to have e-mail notification on Wiki modifications, or at least the ability to watch a page.
Related issues
Updated by Jos Yule almost 17 years ago
This could also be done via an RSS feed, which is how many other wikis do it.
Updated by Jean-Philippe Lang almost 17 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
Updated by John Goerzen over 16 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.
Updated by Artem Vasiliev almost 16 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)
Updated by Yelve Y. over 15 years ago
Is this scheduled to be in stable release any time soon?
Updated by Eric Davis over 15 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.
Updated by missey Deng over 15 years ago
hi,
when can this feature be committed?
thanks.
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from 7 to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Feature added in r2749.