Actions
Feature #12508
openAdd diff to wiki change notification
Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Is it possible to get the diff in the email if something is changed? Right now Redmine only reports that page was changed, and a link to the diff. Is it possible to have that changes inlined to the email body?
(See also http://www.redmine.org/boards/2/topics/34529, http://www.redmine.org/boards/2/topics/21012)
Related issues
Updated by Kouhei Sutou over 10 years ago
You can do it with the patch in #11530 and Wiki Change Notifier plugin.
You can install them by the following command lines:
% cd /path/to/redmine % curl http://www.redmine.org/attachments/download/8244/support-hooks-in-mailer-for-r10463.patch | patch -p0 % git clone https://github.com/kou/redmine-plugin-wiki-change-notifier plugins/wiki_change_notifier (Restart your Redmine.)
Updated by Toshi MARUYAMA over 10 years ago
- Related to Feature #11530: Support hooks in mailer added
Updated by Toshi MARUYAMA about 7 years ago
- Related to Feature #26839: Inline Email Diff For Issue 'Description' Changes added
Actions