Version 3.1 by Vincent Massol on 2012/09/19

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
15 = For Developers =
16
17 == <developer feature N> ==
18
19 <description of developer feature N>
20
21 == Deprecated and Retired projects ==
22
23 <description of deprecated and retired projects>
24
25 == Upgrades ==
26
27 The following dependencies have been upgraded:
28
29 * Apache commons-codec 1.7
30
31 == Miscellaneous ==
32
33 <other stuff to add and link to JIRA for all issues fixed>
34
35 == Translations ==
36
37 The following translations have been updated:
38
39 {{language codes="code1, code2"/}}
40
41 = Tested Browsers =
42
43 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]]):
44
45 {{velocity}}
46 ## name = iexplorer, firefox, chrome, safari, opera
47 {{/velocity}}
48
49 {{browser name="browser" version="x.x"/}}
50
51 = Known issues =
52
53 * [[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]]
54
55 = Test Report =
56
57 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.
58
59 = Backward Compatibility and Migration Notes =
60
61 == General Notes ==
62
63 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
64
65 {{warning}}
66 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.
67 {{/warning}}
68
69 == Issues specific to <project> <version> ==
70
71 <issues specific to the project>
72
73 == API Breakages ==
74
75 The following APIs were modified since <project> <version - 1>:
76
77 {{code language="none"}}
78 <clirr output here>
79 {{/code}}

Get Connected