Version 3.2 by Eduard Moraru on 2012/10/04

Hide last authors
Vincent Massol 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6
7 This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). This release brings absolutely nothing? really? Oh, it's not released yet...
8
9 = New and Noteworthy (since XWiki 4.2) =
10
Eduard Moraru 3.2 11 == Workspace Templates ==
Vincent Massol 1.1 12
Eduard Moraru 3.2 13 Similar to what admins were doing with the WikiManager application, we noticed the need for the Workspace Application to allow users to choose what type of workspace they want to create.
Vincent Massol 1.1 14
Eduard Moraru 3.2 15 [[image:workspaceTemplates.png]]
16
Thomas Mortagne 2.1 17 == Miscellaneous ==
18
19 * XWiki's multiwiki feature (a.k.a "virtual mode") now works with the HSQLDB database
Thomas Mortagne 3.1 20 * It's now possible to configure the LDAP timeout. See ##xwiki.authentication.ldap.timeout## property in xwiki.cfg file.
Thomas Mortagne 2.1 21
Vincent Massol 1.1 22 == Important Bug Fixes ==
23
24 * Fixed failure to import Office documents when using Filesystem Attachments.
25
26 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%224.3-milestone-1%22&tempMax=1000]] fixed in this release.
27
28 = For Developers =
29
30 == <developer feature N> ==
31
32 <description of developer feature N>
33
34 == Deprecated and Retired projects ==
35
36 <description of deprecated and retired projects>
37
38 == Upgrades ==
39
40 The following dependencies have been upgraded:
41
Thomas Mortagne 2.1 42 * HSQLDB [[2.2.9>>http://hsqldb.org/doc/2.0/changelist_2_0.txt]]
Vincent Massol 1.1 43
44 == Miscellaneous ==
45
Thomas Mortagne 2.1 46 * new ##org.xwiki.rendering.block.CompositeBlock## introduce to allow passing several Blocks as one Block
Vincent Massol 1.1 47
48 == Translations ==
49
50 The following translations have been updated:
51
52 {{language codes="code1, code2"/}}
53
54 = Tested Browsers =
55
56 Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
57
58 {{velocity}}
59 ## name = iexplorer, firefox, chrome, safari, opera
60 {{/velocity}}
61
62 {{browser name="browser" version="x.x"/}}
63
64 = Known issues =
65
66 * [[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]]
67
68 = Test Report =
69
70 You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers.
71
72 = Backward Compatibility and Migration Notes =
73
74 == General Notes ==
75
76 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
77
78 {{warning}}
79 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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.
80 {{/warning}}
81
82 == Issues specific to XWiki 4.3 Milestone 1 ==
83
84 <issues specific to the project>
85
86 == API Breakages ==
87
88 The following APIs were modified since 4.2:
89
90 {{code language="none"}}
91 <clirr output here>
92 {{/code}}

Get Connected