Wiki source code of Release Notes for XWiki 7.1 Milestone 2
Version 10.1 by Guillaume Delhumeau on 2015/05/13
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
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 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 | |||
![]() |
8.1 | 13 | == Flavors == |
![]() |
1.1 | 14 | |
![]() |
8.1 | 15 | {{warning}} |
![]() |
10.1 | 16 | This feature is experimental and not bundled in XWiki by default. However, you can install and try it, but only for test purpose. |
![]() |
8.1 | 17 | {{/warning}} |
![]() |
1.1 | 18 | |
![]() |
8.1 | 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 | |||
![]() |
9.1 | 25 | See the [[Flavor Module page>>extensions:Extension.Flavor Module]] to see how to test it. |
![]() |
8.1 | 26 | |
27 | |||
28 | |||
![]() |
1.1 | 29 | == Miscellaneous == |
30 | |||
![]() |
3.1 | 31 | * 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). |
![]() |
1.1 | 32 | |
![]() |
6.1 | 33 | * 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. |
34 | |||
![]() |
1.1 | 35 | 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. |
36 | |||
37 | = For Developers = | ||
38 | |||
![]() |
4.1 | 39 | == Mail API: Send prepared mime message to multiple users as independent message == |
![]() |
1.1 | 40 | |
![]() |
5.1 | 41 | 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. |
![]() |
1.1 | 42 | |
43 | == Deprecated and Retired projects == | ||
44 | |||
45 | <description of deprecated and retired projects> | ||
46 | |||
47 | == Upgrades == | ||
48 | |||
49 | The following dependencies have been upgraded: | ||
50 | |||
![]() |
2.1 | 51 | * [[Less4j 1.11.0>>http://jira.xwiki.org/browse/XWIKI-12000]] |
![]() |
1.1 | 52 | |
53 | == Miscellaneous == | ||
54 | |||
55 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
56 | |||
57 | = Translations = | ||
58 | |||
59 | The following translations have been updated: | ||
60 | |||
61 | {{language codes="none, none"/}} | ||
62 | |||
63 | = Tested Browsers & Databases = | ||
64 | |||
65 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
66 | |||
67 | = Performances tests compared to <last super stable version> = | ||
68 | |||
69 | <a summary of the comparison with latest super stable version> | ||
70 | |||
71 | More details on <link to the test report>. | ||
72 | |||
73 | = Known issues = | ||
74 | |||
75 | * [[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]] | ||
76 | |||
77 | = Backward Compatibility and Migration Notes = | ||
78 | |||
79 | == General Notes == | ||
80 | |||
81 | 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. | ||
82 | |||
83 | == Issues specific to XWiki <version> == | ||
84 | |||
85 | <issues specific to the project> | ||
86 | |||
87 | == API Breakages == | ||
88 | |||
89 | The following APIs were modified since <project> <version - 1>: | ||
90 | |||
91 | {{code language="none"}} | ||
92 | <clirr output here> | ||
93 | {{/code}} |