Version 16.1 by Marius Dumitru Florea on 2013/01/14

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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 4.4) =
10
11 == Distribution Wizard improvements ==
12
13 When upgrading from an old version that didn't have the distribution wizard, the wizard doesn't know what user interface (XAR) was previously installed (imported). This information can help the Extension Manager merge automatically the wiki pages from your database with those from the new version of the user interface.
14
15 The distribution wizard will first ask you if you are performing an upgrade.
16
17 {{image reference="DW-previousUiUpgradeQuestion.png"/}}
18
19 Then you need to specify the id and version of the previously installed user interface.
20
21 {{image reference="DW-previousUiForm.png"/}}
22
23 Finally you need to repair the specified user interface extension. This will mark the extension as installed (update the extension index without actually importing the wiki pages from the XAR).
24
25 {{image reference="DW-previousUiExtension.png"/}}
26
27 Next you can install the new version of the user interface.
28
29 == Translatable AppWithinMinutes apps ==
30
31 The AppWithinMinutes wizard is now generating a document translation bundle for the application which allows you to translate class field pretty names, list values (for static list fields) and live table columns names. If you have an existing application that was created with AppWithinMinutes you just have to edit and save it to get the new translation bundle.
32
33 If your wiki is setup for multilingual support then on the application home page, in the application menu, you now have an entry to translate the application. The link takes you to the document translation bundle.
34
35 {{image reference="AWM-translateAppMenu.png"/}}
36
37 When editing an application you now have the option to update the translation bundle. Note that for the moment the translation bundle (its default language) is regenerated so you may lose translation keys you added yourself. In the future we want to update the translation bundle preserving the custom keys.
38
39 {{image reference="AWM-updateTranslationsOption.png"/}}
40
41 See the [[AppWithinMinutes documentation>>extensions:Extension.App Within Minutes Application]] for more information.
42
43 == Miscellaneous ==
44
45 * The message sender is now using the new user/group picker.(((
46 {{image reference="messageSender-userPicker.png"/}}
47 )))
48 * The create and manage workspace forms are now using the new user picker.(((
49 {{image reference="createWorkspace-ownerAndMembers.png"/}}
50 )))
51 * We improved the way changes are displayed by emphasizing the in-line changes.(((
52 {{image reference="unifiedDiff.png"/}}
53 )))
54 * Support for searching content in Java Class file attachments [[has been temporarily dropped>>http://jira.xwiki.org/browse/XWIKI-8656]].
55 * Markdown syntax support has been completely rewritten, fixing several existing bugs.
56
57 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.5-milestone-1%22&tempMax=1000]] fixed in this release.
58
59 = For Developers =
60
61 == <developer feature N> ==
62
63 <description of developer feature N>
64
65 == Deprecated and Retired projects ==
66
67 <description of deprecated and retired projects>
68
69 == Upgrades ==
70
71 The following dependencies have been upgraded:
72
73 * <list libraries that have been upgraded>
74
75 == Miscellaneous ==
76
77 <other dev stuff to add and link to JIRA for all issues fixed>
78
79 = Translations =
80
81 The following translations have been updated:
82
83 {{language codes="none, none"/}}
84
85 = Tested Browsers & Databases =
86
87 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]]):
88
89 {{velocity}}
90 ## name = iexplorer, firefox, chrome, safari, opera
91 {{/velocity}}
92
93 {{browser name="none" version="x.x"/}}
94
95 Here's the list of databases tested with this version (i.e. databases that we've tested as working - Check the list of [[supported databases>>dev:Community.DatabaseSupportStrategy]]):
96
97 {{velocity}}
98 ## name = hsqldb, mysql, postgresql, oracle, opera
99 {{/velocity}}
100
101 {{database name="none" version="x.x"/}}
102
103 = Known issues =
104
105 * [[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]]
106
107 = Test Report =
108
109 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.
110
111 = Backward Compatibility and Migration Notes =
112
113 == General Notes ==
114
115 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
116
117 {{warning}}
118 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.
119 {{/warning}}
120
121 == Issues specific to XWiki 4.5M1 ==
122
123 <issues specific to the project>
124
125 == API Breakages ==
126
127 The following APIs were modified since XWiki 4.4:
128
129 {{code language="none"}}
130 <clirr output here>
131 {{/code}}

Get Connected