Wiki source code of Release Notes for XWiki 7.1 Milestone 2
Version 13.1 by Thomas Mortagne on 2015/05/18
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | == Upgrades == | ||
52 | |||
53 | The following dependencies have been upgraded: | ||
54 | |||
55 | * [[Less4j 1.11.0>>http://jira.xwiki.org/browse/XWIKI-12000]] | ||
56 | |||
57 | == Miscellaneous == | ||
58 | |||
59 | * 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]] | ||
60 | |||
61 | = Translations = | ||
62 | |||
63 | The following translations have been updated: | ||
64 | |||
65 | {{language codes="none, none"/}} | ||
66 | |||
67 | = Tested Browsers & Databases = | ||
68 | |||
69 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
70 | |||
71 | = Performances tests compared to <last super stable version> = | ||
72 | |||
73 | <a summary of the comparison with latest super stable version> | ||
74 | |||
75 | More details on <link to the test report>. | ||
76 | |||
77 | = Known issues = | ||
78 | |||
79 | * [[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]] | ||
80 | |||
81 | = Backward Compatibility and Migration Notes = | ||
82 | |||
83 | == General Notes == | ||
84 | |||
85 | 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. | ||
86 | |||
87 | == Issues specific to XWiki <version> == | ||
88 | |||
89 | <issues specific to the project> | ||
90 | |||
91 | == API Breakages == | ||
92 | |||
93 | The following APIs were modified since <project> <version - 1>: | ||
94 | |||
95 | {{code language="none"}} | ||
96 | <clirr output here> | ||
97 | {{/code}} |