Version 17.1 by Thomas Mortagne on 2015/05/18

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 7.1 Milestone 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 == Flavors ==
14
15 {{warning}}
16 This feature is experimental and not bundled in XWiki by default. However, you can install and try it, but only for test purpose.
17 {{/warning}}
18
19 In the future, XWiki will offer different Flavors. A Flavor is a collection of applications. When you install a Flavor, you get a wiki fully configured for a use-case. In this release, we have implemented the ability to chose a Flavor when you create a new wiki.
20
21 (((
22 {{image reference="createwiki-flavors.png" width="50%"/}}
23 )))
24
25 See the [[Flavor Module page>>extensions:Extension.Flavor Module]] to see how to test it.
26
27 == New debug mode ==
28
29 It's now possible to display various information about what happen during the request like the time spent on each step and sub steps.
30
31 {{image reference="elapsedtimetree.png"/}}
32
33 == Miscellaneous ==
34
35 * Mail API has been slightly modified to fix a bug when waiting for all mails to have been processed (the ##waitForProcessing()## wasn't really waiting!). As a consequence calls to ##MailResult.waitTillProcessed(long timeout)## and ##MailResult.isProcessed()## have been replaced by calls to ##MailStatusResult.waitTillProcessed(long timeout)## and ##MailStatusResult.isProcessed()##. Note that for backward compatibility reason the scripting API still supports the old API (but it's deprecated and you should move your code to use the new API).
36
37 * Mail Status Store API has been refactored to provides ordered result based on any status fields. A new method also ease loading a single status for a given messageId.
38
39 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.
40
41 = For Developers =
42
43 == Mail API: Send prepared mime message to multiple users as independent message ==
44
45 A new mime message cloning factory (hint "message") is available to be used with iterator factories. It duplicates a given source message as is, to allow sending it to multiple users as independent messages. See [[Example 5>>extensions:Extension.Mail Sender API||anchor="HExample5:SendapreparedmimemessagetoalistofUsersandGroups"]] of the documentation for a sample.
46
47 == Deprecated and Retired projects ==
48
49 <description of deprecated and retired projects>
50
51 == Job progress improvements ==
52
53 It's now possible to associate message to each step of the progress. Also a new API have been added to make easier to notify about progress in scripts.
54 See http://extensions.xwiki.org/xwiki/bin/view/Extension/Job+Module#HNotifyaboutprogress for more details.
55
56 The progress is now a tree of step with an associated message and elapsed time for each one which can be retrieved during or after the progress is done. It's also automatically serialized in jobs statuses.
57
58 == Upgrades ==
59
60 The following dependencies have been upgraded:
61
62 * [[Less4j 1.11.0>>http://jira.xwiki.org/browse/XWIKI-12000]]
63
64 == Miscellaneous ==
65
66 * The Mail module's prepare step now does a better handling of the ExecutionContext by cloning it. This way you can safely use it while rendering your mail's template, when you are using the velocity bindings. More details on [[XWIKI-12090>>http://jira.xwiki.org/browse/XWIKI-12090]]
67
68 = Translations =
69
70 The following translations have been updated:
71
72 {{language codes="none, none"/}}
73
74 = Tested Browsers & Databases =
75
76 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
77
78 = Performances tests compared to <last super stable version> =
79
80 <a summary of the comparison with latest super stable version>
81
82 More details on <link to the test report>.
83
84 = Known issues =
85
86 * [[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]]
87
88 = Backward Compatibility and Migration Notes =
89
90 == General Notes ==
91
92 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.
93
94 == Issues specific to XWiki <version> ==
95
96 <issues specific to the project>
97
98 == API Breakages ==
99
100 The following APIs were modified since <project> <version - 1>:
101
102 {{code language="none"}}
103 <clirr output here>
104 {{/code}}

Get Connected