Wiki source code of ReleaseNotesXWikiEnterprise414

Version 2.1 by Eduard Moraru on 2012/07/16

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.1.3 version) =
8
9 == <feature N> ==
10
11 <description of feature N>
12
13 = For Developers =
14
15 == <developer feature N> ==
16
17 <description of developer feature N>
18
19 == Deprecated and Retired projects ==
20
21 <description of deprecated and retired projects>
22
23 == Upgrades ==
24
25 The following dependencies have been upgraded:
26
27 * <list libraries that have been upgraded>
28
29 == Miscellaneous ==
30
31 {{jira style="list" url="http://jira.xwiki.org" jql="true"}}
32 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.1.4") and resolution in ("Fixed")
33 {{/jira}}
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 XWiki Enterprise 4.1.4 ==
70
71 === R40001XWIKI7540 migration being skipped unintentionally in 4.1.3 ===
72
73 Due to a mistake in the code, the R40001XWIKI7540 migration was being unintentionally skipped. This is now fixed and anyone that is upgrading should avoid the problematic 4.1.3 release and directly use 4.1.4 instead.
74
75 == API Breakages ==
76
77 The following APIs were modified since XWiki Enterprise 4.1.3:
78
79 {{code language="none"}}
80 <clirr output here>
81 {{/code}}

Get Connected