Last modified by Thomas Mortagne on 2017/03/24

From version 7.1
edited by Guillaume Delhumeau
on 2015/01/08
Change comment: Upload new image AdminWikis2.png
To version 10.1
edited by Vincent Massol
on 2015/01/08
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.VincentMassol
Content
... ... @@ -20,10 +20,23 @@
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  
33 +== Wikis ==
34 +
35 +* A "Wikis" category has been created in the administration, where the configuration have been moved and split in different sections:(((
36 +|=Left menu|=Right menu
37 +|{{image reference="AdminWikis.png"/}}|{{image reference="AdminWikis2.png"/}}
38 +)))
39 +
27 27  == Miscellaneous ==
28 28  
29 29  * A click to the Document Index does not leads to an other space anymore.
... ... @@ -49,9 +49,12 @@
49 49  == Miscellaneous ==
50 50  
51 51  * 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##
52 52  
53 -<other dev stuff to add and link to JIRA for all issues fixed>
54 -
55 55  = Translations =
56 56  
57 57  The following translations have been updated:

Get Connected