Version 17.1 by Vincent Massol on 2015/01/10

Show last authors
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
17 == Mail Sender API Improvements ==
18
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##:(((
20 {{code language="none"}}
21 mail.sender.sendWaitTime = 10000
22 {{/code}}
23
24 The configuration parameter can also be changed from the [[Mail Admin UI>>extensions:Extension.Mail Application]]:
25
26 {{image reference="sendmailwait.png"/}}
27 )))
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 )))
31 * The Mail Type is now displayed in the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]]:(((
32 {{image reference="mailtype.png"/}}
33 )))
34 * 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.
35 * A new scripting API has been added to set the mail type:(((
36 {{code language="none"}}
37 $message.setType("Some type")
38 {{/code}}
39 )))
40 * In the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]] we now only display mails sent by the current wiki unless we're on the main wiki.
41 * The [[Mail Application>>extensions:Extension.Mail Application]] doesn't require Programming Rights for installation anymore.
42
43 == Wikis ==
44
45 * A "Wikis" category has been created in the administration, where the configuration have been moved and split in different sections:(((
46 |=Left menu|=Right menu
47 |{{image reference="AdminWikis.png"/}}|{{image reference="AdminWikis2.png"/}}
48 )))
49
50 == Extension Manager incompatible exceptions ==
51
52 When trying to install an incompatible extension (i.e. you are running XWiki 6.2.4 and want to install FAQ Application 6.3), you are now displayed a proper error instead of having to read through the install log to understand what went wrong, and you are instructed to use the ##Description > Stable Versions## section to manually (for now) find a compatible version of the extension that you want to install.
53
54 {{image reference="incompatibleExtensionError.png"/}}
55
56 == Miscellaneous ==
57
58 * A click to the Document Index does not leads to an other space anymore.
59
60 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.
61
62 = For Developers =
63
64 == <developer feature N> ==
65
66 <description of developer feature N>
67
68 == Deprecated and Retired projects ==
69
70 <description of deprecated and retired projects>
71
72 == Upgrades ==
73
74 The following dependencies have been upgraded:
75
76 * <list libraries that have been upgraded>
77
78 == Miscellaneous ==
79
80 * You can now control in which order the sections added via the [[ConfigurableClass>>extensions:Extension.Administration Application||anchor="HFieldsyoucandefine"]] are displayed in the administration.
81 * New APIs to generate unescaped display user name:
82 ** ##com.xpn.xwiki.XWiki#getPlainUserName(DocumentReference userReference, XWikiContext context)##
83 ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
84 ** ##com.xpn.xwiki.api.#getPlainUserName(DocumentReference userReference)##
85 * New script oriented APIs to get document author/contentAuthor/creator as ##DocumentReference##
86
87 = Translations =
88
89 The following translations have been updated:
90
91 {{language codes="none, none"/}}
92
93 = Tested Browsers & Databases =
94
95 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
96
97 = Performances tests compared to <last super stable version> =
98
99 <a summary of the comparison with latest super stable version>
100
101 More details on <link to the test report>.
102
103 = Known issues =
104
105 * [[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]]
106
107 = Backward Compatibility and Migration Notes =
108
109 == General Notes ==
110
111 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.
112
113 == Issues specific to XWiki <version> ==
114
115 <issues specific to the project>
116
117 == API Breakages ==
118
119 The following APIs were modified since <project> <version - 1>:
120
121 {{code language="none"}}
122 <clirr output here>
123 {{/code}}

Get Connected