Version 6.1 by Marius Dumitru Florea on 2012/10/05

Show last authors
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
11 == Workspace Templates ==
12
13 Similar to what admins were doing with the [[Wiki Manager Application>>extensions:Extension.Wiki Manager Application]], we noticed the need for the [[Workspace Application>>extensions:Extension.Workspace Application]] to allow users to choose what type of workspace they want to create.
14
15 [[image:workspaceTemplates.png]]
16
17 Please see the current workaround for [[creating workspace templates>>http://jira.xwiki.org/browse/XWIKI-8285]] (as admin) until an easy UI becomes available.
18
19 == Extension Manager improvements ==
20
21 {{todo/}}
22
23 == Miscellaneous ==
24
25 * XWiki's multiwiki feature (a.k.a "virtual mode") now works with the HSQLDB database
26 * It's now possible to configure the LDAP timeout. See ##xwiki.authentication.ldap.timeout## property in xwiki.cfg file.
27
28 == Important Bug Fixes ==
29
30 * Fixed failure to import Office documents when using Filesystem Attachments.
31
32 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.
33
34 = For Developers =
35
36 == <developer feature N> ==
37
38 <description of developer feature N>
39
40 == Deprecated and Retired projects ==
41
42 <description of deprecated and retired projects>
43
44 == Upgrades ==
45
46 The following dependencies have been upgraded:
47
48 * HSQLDB [[2.2.9>>http://hsqldb.org/doc/2.0/changelist_2_0.txt]]
49
50 == Miscellaneous ==
51
52 * new ##org.xwiki.rendering.block.CompositeBlock## introduce to allow passing several Blocks as one Block
53
54 == Translations ==
55
56 The following translations have been updated:
57
58 {{language codes="code1, code2"/}}
59
60 = Tested Browsers =
61
62 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]]):
63
64 {{velocity}}
65 ## name = iexplorer, firefox, chrome, safari, opera
66 {{/velocity}}
67
68 {{browser name="browser" version="x.x"/}}
69
70 = Known issues =
71
72 * [[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]]
73
74 = Test Report =
75
76 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.
77
78 = Backward Compatibility and Migration Notes =
79
80 == General Notes ==
81
82 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
83
84 {{warning}}
85 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.
86 {{/warning}}
87
88 == Issues specific to XWiki 4.3 Milestone 1 ==
89
90 <issues specific to the project>
91
92 == API Breakages ==
93
94 The following APIs were modified since 4.2:
95
96 {{code language="none"}}
97 <clirr output here>
98 {{/code}}

Get Connected