Version 21.7 by Marius Dumitru Florea on 2015/01/15

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
Marius Dumitru Florea 21.1 9 = New and Noteworthy (since XWiki 6.4-milestone-3) =
Guillaume Delhumeau 1.1 10
Marius Dumitru Florea 21.2 11 [[Full list of issues fixed and Dashboard for 6.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12791]].
Guillaume Delhumeau 1.1 12
Vincent Massol 5.1 13 == Mail Sender API Improvements ==
Guillaume Delhumeau 1.1 14
Vincent Massol 4.3 15 * 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 16 {{code language="none"}}
17 mail.sender.sendWaitTime = 10000
18 {{/code}}
Vincent Massol 10.1 19
Vincent Massol 13.2 20 The configuration parameter can also be changed from the [[Mail Admin UI>>extensions:Extension.Mail Application]]:
Vincent Massol 10.1 21
22 {{image reference="sendmailwait.png"/}}
Vincent Massol 4.1 23 )))
Vincent Massol 10.1 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.(((
25 {{image reference="sendmailerror.png"/}}
26 )))
Vincent Massol 13.2 27 * The Mail Type is now displayed in the [[Mail Sender Status Admin UI>>extensions:Extension.Mail Application]]:(((
Vincent Massol 13.1 28 {{image reference="mailtype.png"/}}
29 )))
Vincent Massol 5.1 30 * 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.
Vincent Massol 13.1 31 * A new scripting API has been added to set the mail type:(((
32 {{code language="none"}}
33 $message.setType("Some type")
34 {{/code}}
35 )))
Vincent Massol 15.1 36 * 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.
Vincent Massol 17.1 37 * The [[Mail Application>>extensions:Extension.Mail Application]] doesn't require Programming Rights for installation anymore.
Vincent Massol 18.1 38 * Account Validation email results are now saved and visible in the [[Mail Application>>extensions:Extension.Mail Application]].
Vincent Massol 20.3 39 * Some new [[Mail Sender Storage script services>>extensions:Extension.Mail Sender Storage]] have been added: ability to delete mail statuses for a single mail and for a whole batch, and ability to load mail statuses with criteria.
Guillaume Delhumeau 1.1 40
Guillaume Delhumeau 8.1 41 == Wikis ==
42
43 * A "Wikis" category has been created in the administration, where the configuration have been moved and split in different sections:(((
44 |=Left menu|=Right menu
45 |{{image reference="AdminWikis.png"/}}|{{image reference="AdminWikis2.png"/}}
46 )))
47
Eduard Moraru 15.2 48 == Extension Manager incompatible exceptions ==
49
Eduard Moraru 16.2 50 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.
Eduard Moraru 15.2 51
52 {{image reference="incompatibleExtensionError.png"/}}
53
Vincent Massol 5.1 54 == Miscellaneous ==
55
Marius Dumitru Florea 21.3 56 * A click to the Document Index does not lead to an other space anymore.
Marius Dumitru Florea 21.4 57 * [[extensions:Extension.Tag Cloud Macro]] has now a new parameter (spaces) to display a tag cloud from multiple spaces.
Vincent Massol 5.1 58
Marius Dumitru Florea 21.1 59 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+%226.4-rc-1%22&tempMax=1000]] fixed in this release.
Guillaume Delhumeau 1.1 60
61 = For Developers =
62
63 == Miscellaneous ==
64
Guillaume Delhumeau 3.1 65 * 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 66 * New APIs to generate unescaped display user name:
67 ** ##com.xpn.xwiki.XWiki#getPlainUserName(DocumentReference userReference, XWikiContext context)##
68 ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
Marius Dumitru Florea 21.5 69 ** ##com.xpn.xwiki.api.XWiki#getPlainUserName(DocumentReference userReference)##
Thomas Mortagne 9.1 70 * New script oriented APIs to get document author/contentAuthor/creator as ##DocumentReference##
Guillaume Delhumeau 3.1 71
Guillaume Delhumeau 1.1 72 = Translations =
73
74 The following translations have been updated:
75
Marius Dumitru Florea 21.7 76 {{language codes="fr"/}}
Guillaume Delhumeau 1.1 77
78 = Tested Browsers & Databases =
79
80 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
81
82 = Known issues =
83
84 * [[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]]
85
86 = Backward Compatibility and Migration Notes =
87
88 == General Notes ==
89
90 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.
91
92 == API Breakages ==
93
Marius Dumitru Florea 21.1 94 The following APIs were modified since XWiki 6.3:
Guillaume Delhumeau 1.1 95
96 {{code language="none"}}
97 <clirr output here>
98 {{/code}}

Get Connected