Wiki source code of Release Notes for XWiki 8.1

Version 9.1 by Marius Dumitru Florea on 2016/05/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. 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 8.0) =
10
11 [[Full list of issues fixed and Dashboard for 8.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]].
12
13 {{display reference="ReleaseNotesXWiki81M1" section="HRequiresJava8"/}}
14
15 {{display reference="ReleaseNotesXWiki81M1" section="HTipsPanel"/}}
16
17 {{display reference="ReleaseNotesXWiki81M1" section="HSandboxRelocation"/}}
18
19 {{display reference="ReleaseNotesXWiki81M2" section="HDocumentsMacroImprovement"/}}
20
21 {{display reference="ReleaseNotesXWiki81M2" section="HRSSMacroImprovements"/}}
22
23 {{display reference="ReleaseNotesXWiki81M1" section="HExtensionManagerimprovements"/}}
24
25 {{display reference="ReleaseNotesXWiki81M1" section="HFlavorsimprovements"/}}
26
27 {{display reference="ReleaseNotesXWiki81M2" section="HSynchronizationofuseravatarfromLDAP"/}}
28
29 {{display reference="ReleaseNotesXWiki81M1" section="HActiveInstalls"/}}
30
31 == Miscellaneous ==
32
33 * The Annotations Application's Administration section has been updated to present the exception spaces as "locations", using the ##documentTree## macro. The behavior has not been changed.(((
34 {{image reference="ReleaseNotesXWiki81M1@annotationsAdminSection.png" width="600px"/}}
35 )))
36 * The [[Gadget's title>>extensions:Extension.Dashboard Macro||anchor="HGadget27stitile"]] has now a default value which is internationalized.
37 * Put a link to the product home page in the footer by default
38 * Template providers that are restricted to certain pages are now also available on the children of those pages.
39 * The [[Document Tree Macro>>extensions:Extension.Document Tree Macro||anchor="HParameters"]] has a new parameter to limit the number of child nodes displayed when a parent node is expanded for the first time.
40 * The ##xwiki.usedefaultweb## parameter from ##xwiki.cfg## has been removed. See below.
41 * Job module does not validate stored status at startup. This might improve a lot the startup time when there is a lot of status. Also there seems to still be use cases where XStream get lost in edge case when parsing, this was blocking the whole XWiki startup for a very long time.
42
43 See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14308]] fixed in this release.
44
45 = For Developers =
46
47 == <developer feature N> ==
48
49 <description of developer feature N>
50
51 == Deprecated and Retired projects ==
52
53 <description of deprecated and retired projects>
54
55 == Upgrades ==
56
57 The following dependencies have been upgraded:
58
59 * <list libraries that have been upgraded>
60
61 == Miscellaneous ==
62
63 <other dev stuff to add and link to JIRA for all issues fixed>
64
65 = Translations =
66
67 The following translations have been updated:
68
69 {{language codes="none, none"/}}
70
71 = Tested Browsers & Databases =
72
73 {{warning}}
74 The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
75 {{/warning}}
76
77 {{comment}}
78 TODO: uncomment and update with proper link when the report is ready.
79 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
80 {{/comment}}
81
82 = Performances tests compared to <last super stable version> =
83
84 <a summary of the comparison with latest super stable version>
85
86 More details on <link to the test report>.
87
88 = Known issues =
89
90 * [[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]]
91
92 = Backward Compatibility and Migration Notes =
93
94 == General Notes ==
95
96 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
97
98 == Issues specific to XWiki <version> ==
99
100 <issues specific to the project>
101
102 == API Breakages ==
103
104 The following APIs were modified since XWiki 8.0:
105
106 {{backwardCompatiblityReport version="8.1"/}}

Get Connected