Version 10.2 by Marius Dumitru Florea on 2013/01/11

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 == Translatable AppWithinMinutes apps ==
12
13 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.
14
15 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.
16
17 {{image reference="AWM-translateAppMenu.png"/}}
18
19 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.
20
21 {{image reference="AWM-updateTranslationsOption.png"/}}
22
23 See the [[AppWithinMinutes documentation>>extensions:Extension.App Within Minutes Application]] for more information.
24
25 == Miscellaneous ==
26
27 * The message sender is now using the new user/group picker.(((
28 {{image reference="messageSender-userPicker.png"/}}
29 )))
30 * The create and manage workspace forms are now using the new user picker.(((
31 {{image reference="createWorkspace-ownerAndMembers.png"/}}
32 )))
33 * Support for searching content in Java Class file attachments [[has been temporarily dropped>>http://jira.xwiki.org/browse/XWIKI-8656]].
34 * Markdown syntax support has been completely rewritten, fixing several existing bugs.
35
36 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.
37
38 = For Developers =
39
40 == <developer feature N> ==
41
42 <description of developer feature N>
43
44 == Deprecated and Retired projects ==
45
46 <description of deprecated and retired projects>
47
48 == Upgrades ==
49
50 The following dependencies have been upgraded:
51
52 * <list libraries that have been upgraded>
53
54 == Miscellaneous ==
55
56 <other dev stuff to add and link to JIRA for all issues fixed>
57
58 = Translations =
59
60 The following translations have been updated:
61
62 {{language codes="none, none"/}}
63
64 = Tested Browsers & Databases =
65
66 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]]):
67
68 {{velocity}}
69 ## name = iexplorer, firefox, chrome, safari, opera
70 {{/velocity}}
71
72 {{browser name="none" version="x.x"/}}
73
74 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]]):
75
76 {{velocity}}
77 ## name = hsqldb, mysql, postgresql, oracle, opera
78 {{/velocity}}
79
80 {{database name="none" version="x.x"/}}
81
82 = Known issues =
83
84 * [[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]]
85
86 = Test Report =
87
88 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.
89
90 = Backward Compatibility and Migration Notes =
91
92 == General Notes ==
93
94 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
95
96 {{warning}}
97 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.
98 {{/warning}}
99
100 == Issues specific to XWiki 4.5M1 ==
101
102 <issues specific to the project>
103
104 == API Breakages ==
105
106 The following APIs were modified since XWiki 4.4:
107
108 {{code language="none"}}
109 <clirr output here>
110 {{/code}}

Get Connected