[xwiki-users] Watch list email format
I know this has been asked before but I can't find an answer. Can one customize the notification email format? For a non-wiki user those email look confusing. I'd like to have that a document was changed, link to the document and who changed it. Thank you Daniel -- View this message in context: http://xwiki.475771.n2.nabble.com/Watch-list-email-format-tp5019921p5019921.... Sent from the XWiki- Users mailing list archive at Nabble.com.
On May 7, 2010, at 5:41 PM, Daniel Johansson wrote:
I know this has been asked before but I can't find an answer. Can one customize the notification email format? For a non-wiki user those email look confusing. I'd like to have that a document was changed, link to the document and who changed it.
It should have been documented here normally: http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplication But I can't find it either. It's possible though. Search the mail archives should give you an answer. Someone needs to be add it to http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplication Thanks -Vincent
On May 7, 2010, at 6:13 PM, Vincent Massol wrote:
On May 7, 2010, at 5:41 PM, Daniel Johansson wrote:
I know this has been asked before but I can't find an answer. Can one customize the notification email format? For a non-wiki user those email look confusing. I'd like to have that a document was changed, link to the document and who changed it.
It should have been documented here normally: http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplication
But I can't find it either.
It's possible though. Search the mail archives should give you an answer.
Someone needs to be add it to http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplication
Thanks to Jean-Vincent it's now described there :) -Vincent
Hi, The email template is a XWiki.Mail object located in XWiki.WatchListMessage. You might want to remove calls to the #displayhtmldiff macro. JV. On Fri, May 7, 2010 at 5:41 PM, Daniel Johansson <[email protected]> wrote:
I know this has been asked before but I can't find an answer. Can one customize the notification email format? For a non-wiki user those email look confusing. I'd like to have that a document was changed, link to the document and who changed it.
Thank you Daniel -- View this message in context: http://xwiki.475771.n2.nabble.com/Watch-list-email-format-tp5019921p5019921.... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thank you guys! I'm not very experienced with xwiki; I see a lot of references to $msg.get. Are these messages (such as watchlist.notification.email.greeting in the template) configurable as well? Daniel -- View this message in context: http://xwiki.475771.n2.nabble.com/Watch-list-email-format-tp5019921p5020342.... Sent from the XWiki- Users mailing list archive at Nabble.com.
On May 7, 2010, at 7:06 PM, Daniel Johansson wrote:
Thank you guys!
I'm not very experienced with xwiki; I see a lot of references to $msg.get. Are these messages (such as watchlist.notification.email.greeting in the template) configurable as well?
Yes they are there for translations. You can override them directly in your wiki if you want. See http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplicat... -Vincent
participants (3)
-
Daniel Johansson -
Jean-Vincent Drean -
Vincent Massol