Version 5.2 by Eduard Moraru on 2012/09/20

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 <insert description of release here>
6
7 = New and Noteworthy (since XWiki Enterprise 4.2 Milestone 3) =
8
9 == Miscellaneous ==
10
11 * The Repository Application now registers an entry in the Application Panel:(((
12 {{image reference="repository.png"/}}
13 )))
14 * Better internationalization support for the [[Workspace Application>>extensions:Extension.Workspace Application]].
15
16 = For Developers =
17
18 == <developer feature N> ==
19
20 <description of developer feature N>
21
22 == Deprecated and Retired projects ==
23
24 <description of deprecated and retired projects>
25
26 == Upgrades ==
27
28 The following dependencies have been upgraded:
29
30 * Apache commons-codec 1.7
31
32 == Miscellaneous ==
33
34 <other stuff to add and link to JIRA for all issues fixed>
35
36 == Translations ==
37
38 The following translations have been updated:
39
40 {{language codes="code1, code2"/}}
41
42 = Tested Browsers =
43
44 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]]):
45
46 {{velocity}}
47 ## name = iexplorer, firefox, chrome, safari, opera
48 {{/velocity}}
49
50 {{browser name="browser" version="x.x"/}}
51
52 = Known issues =
53
54 * [[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]]
55
56 = Test Report =
57
58 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.
59
60 = Backward Compatibility and Migration Notes =
61
62 == General Notes ==
63
64 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
65
66 {{warning}}
67 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.
68 {{/warning}}
69
70 == Issues specific to <project> <version> ==
71
72 <issues specific to the project>
73
74 == API Breakages ==
75
76 The following APIs were modified since <project> <version - 1>:
77
78 {{code language="none"}}
79 <clirr output here>
80 {{/code}}

Get Connected