Version 12.1 by Vincent Massol on 2015/01/08

Hide last authors
Guillaume Delhumeau 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki <version - 1>) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
13 == <feature N> ==
14
15 <description of feature N>
16
Vincent Massol 5.1 17 == Mail Sender API Improvements ==
Guillaume Delhumeau 1.1 18
Vincent Massol 4.3 19 * You can now specify the delay to wait between each mail being sent, in milliseconds. This is done to support mail throttling and not be considered a spammer by mail servers. For example if you wish to wait 10 seconds (if not specified the default is 8 seconds, which is 450 mails per hour), set the following in your ##xwiki.properties##:(((
Vincent Massol 4.1 20 {{code language="none"}}
21 mail.sender.sendWaitTime = 10000
22 {{/code}}
Vincent Massol 10.1 23
24 The configuration parameter can also be changed from the Mail Admin UI:
25
26 {{image reference="sendmailwait.png"/}}
Vincent Massol 4.1 27 )))
Vincent Massol 10.1 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 )))
Vincent Massol 5.1 31 * 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.
Guillaume Delhumeau 1.1 32
Guillaume Delhumeau 8.1 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
Vincent Massol 5.1 40 == Miscellaneous ==
41
42 * A click to the Document Index does not leads to an other space anymore.
43
Guillaume Delhumeau 1.1 44 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
45
46 = For Developers =
47
48 == <developer feature N> ==
49
50 <description of developer feature N>
51
52 == Deprecated and Retired projects ==
53
54 <description of deprecated and retired projects>
55
56 == Upgrades ==
57
58 The following dependencies have been upgraded:
59
60 * <list libraries that have been upgraded>
61
62 == Miscellaneous ==
63
Guillaume Delhumeau 3.1 64 * You can now control in which order the sections added via the [[ConfigurableClass>>extensions:Extension.Administration Application||anchor="HFieldsyoucandefine"]] are displayed in the administration.
Thomas Mortagne 9.1 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##
Guillaume Delhumeau 3.1 70
Guillaume Delhumeau 1.1 71 = Translations =
72
73 The following translations have been updated:
74
75 {{language codes="none, none"/}}
76
77 = Tested Browsers & Databases =
78
79 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
80
81 = Performances tests compared to <last super stable version> =
82
83 <a summary of the comparison with latest super stable version>
84
85 More details on <link to the test report>.
86
87 = Known issues =
88
89 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
90
91 = Backward Compatibility and Migration Notes =
92
93 == General Notes ==
94
95 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
96
97 == Issues specific to XWiki <version> ==
98
99 <issues specific to the project>
100
101 == API Breakages ==
102
103 The following APIs were modified since <project> <version - 1>:
104
105 {{code language="none"}}
106 <clirr output here>
107 {{/code}}

Get Connected