Last modified by Thomas Mortagne on 2017/03/24

<
From version < 8.1 >
edited by Guillaume Delhumeau
on 2015/01/08
To version < 11.1 >
edited by Vincent Massol
on 2015/01/08
>
Change comment: Upload new image sendmailerror.png

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.VincentMassol
Content
... ... @@ -20,8 +20,14 @@
20 20  {{code language="none"}}
21 21  mail.sender.sendWaitTime = 10000
22 22  {{/code}}
23 +
24 +The configuration parameter can also be changed from the Mail Admin UI:
25 +
26 +{{image reference="sendmailwait.png"/}}
23 23  )))
24 -* We now save both an error summary and a full error description when a mail fails to be sent when using the Database Mail Listener. This allows to see the full stack trace of the problem to more easily debug it.
28 +* We now save both an error summary and a full error description when a mail fails to be sent when using the Database Mail Listener. This allows to see the full stack trace of the problem to more easily debug it.(((
29 +{{image reference="sendmailerror.png"/}}
30 +)))
25 25  * The ##MailResult.isSent()## API has been renamed to ##MailResult.isProcessed()## to avoid thinking that it'll return true if all mails have been sent successfully. What it does is simply return true when all mails have been processed, whether they've been sent successfully or not.
26 26  
27 27  == Wikis ==
... ... @@ -56,9 +56,12 @@
56 56  == Miscellaneous ==
57 57  
58 58  * You can now control in which order the sections added via the [[ConfigurableClass>>extensions:Extension.Administration Application||anchor="HFieldsyoucandefine"]] are displayed in the administration.
65 +* New APIs to generate unescaped display user name:
66 +** ##com.xpn.xwiki.XWiki#getPlainUserName(DocumentReference userReference, XWikiContext context)##
67 +** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
68 +** ##com.xpn.xwiki.api.#getPlainUserName(DocumentReference userReference)##
69 +* New script oriented APIs to get document author/contentAuthor/creator as ##DocumentReference##
59 59  
60 -<other dev stuff to add and link to JIRA for all issues fixed>
61 -
62 62  = Translations =
63 63  
64 64  The following translations have been updated:
sendmailerror.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.VincentMassol
Size
... ... @@ -1,0 +1,1 @@
1 +65.2 KB
Content

Get Connected