Wiki source code of Release Notes for XWiki 4.3 Milestone 1
Version 5.2 by Eduard Moraru on 2012/10/05
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 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 | == Miscellaneous == | ||
20 | |||
21 | * XWiki's multiwiki feature (a.k.a "virtual mode") now works with the HSQLDB database | ||
22 | * It's now possible to configure the LDAP timeout. See ##xwiki.authentication.ldap.timeout## property in xwiki.cfg file. | ||
23 | |||
24 | == Important Bug Fixes == | ||
25 | |||
26 | * Fixed failure to import Office documents when using Filesystem Attachments. | ||
27 | |||
28 | 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. | ||
29 | |||
30 | = For Developers = | ||
31 | |||
32 | == <developer feature N> == | ||
33 | |||
34 | <description of developer feature N> | ||
35 | |||
36 | == Deprecated and Retired projects == | ||
37 | |||
38 | <description of deprecated and retired projects> | ||
39 | |||
40 | == Upgrades == | ||
41 | |||
42 | The following dependencies have been upgraded: | ||
43 | |||
44 | * HSQLDB [[2.2.9>>http://hsqldb.org/doc/2.0/changelist_2_0.txt]] | ||
45 | |||
46 | == Miscellaneous == | ||
47 | |||
48 | * new ##org.xwiki.rendering.block.CompositeBlock## introduce to allow passing several Blocks as one Block | ||
49 | |||
50 | == Translations == | ||
51 | |||
52 | The following translations have been updated: | ||
53 | |||
54 | {{language codes="code1, code2"/}} | ||
55 | |||
56 | = Tested Browsers = | ||
57 | |||
58 | 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]]): | ||
59 | |||
60 | {{velocity}} | ||
61 | ## name = iexplorer, firefox, chrome, safari, opera | ||
62 | {{/velocity}} | ||
63 | |||
64 | {{browser name="browser" version="x.x"/}} | ||
65 | |||
66 | = Known issues = | ||
67 | |||
68 | * [[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]] | ||
69 | |||
70 | = Test Report = | ||
71 | |||
72 | 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. | ||
73 | |||
74 | = Backward Compatibility and Migration Notes = | ||
75 | |||
76 | == General Notes == | ||
77 | |||
78 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
79 | |||
80 | {{warning}} | ||
81 | 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. | ||
82 | {{/warning}} | ||
83 | |||
84 | == Issues specific to XWiki 4.3 Milestone 1 == | ||
85 | |||
86 | <issues specific to the project> | ||
87 | |||
88 | == API Breakages == | ||
89 | |||
90 | The following APIs were modified since 4.2: | ||
91 | |||
92 | {{code language="none"}} | ||
93 | <clirr output here> | ||
94 | {{/code}} |