Wiki source code of Release Notes for XWiki 10.10-rc-1
Version 8.1 by Marius Dumitru Florea on 2018/11/21
Show last authors
author | version | line-number | content |
---|---|---|---|
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]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | For users, this version brings a protection when a page containing an XClass is moved or renamed. By default, the PDF export looks better now. In addition, the recent auto-suggestion feature has been enabled in a few places. | ||
8 | |||
9 | For developers, a new asynchronous framework has been created. It allows the execution of desired parts of the rendering of a page to be executed asynchronously, with an AJAX request. This makes the rendering of the page faster, making the least important parts visible after the page is loaded. | ||
10 | |||
11 | To finish, it is now possible to make the content of a macro editable inline with the WYSIWYG editor. | ||
12 | |||
13 | = New and Noteworthy (since XWiki 10.9) = | ||
14 | |||
15 | [[Full list of issues fixed and Dashboard for XWiki 10.10-rc-1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14340]]. | ||
16 | |||
17 | {{releasenotechanges/}} | ||
18 | |||
19 | === Moved Modules === | ||
20 | |||
21 | <description deprecated, retired and moved projects> | ||
22 | |||
23 | === Upgrades === | ||
24 | |||
25 | The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]): | ||
26 | |||
27 | * [[Commons Configuration 2.4>>https://jira.xwiki.org/browse/XCOMMONS-1511]] | ||
28 | * [[ASM 7.0>>https://jira.xwiki.org/browse/XCOMMONS-1512]] | ||
29 | * [[XStream 1.4.11.1>>https://jira.xwiki.org/browse/XCOMMONS-1513]] | ||
30 | * [[commons-text 1.6>>https://jira.xwiki.org/browse/XCOMMONS-1514]] | ||
31 | * [[AspectJ 1.9.2>>https://jira.xwiki.org/browse/XCOMMONS-1517]] | ||
32 | * [[Woodstox 5.2.0>>https://jira.xwiki.org/browse/XCOMMONS-1522]] | ||
33 | * [[JAXB 2.3.1>>https://jira.xwiki.org/browse/XCOMMONS-1523]] | ||
34 | * [[Javax activation 1.2.0>>https://jira.xwiki.org/browse/XCOMMONS-1524]] | ||
35 | * [[Groovy 2.5.4>>https://jira.xwiki.org/browse/XCOMMONS-1526]] | ||
36 | * [[Joda-Time 2.10.1>>https://jira.xwiki.org/browse/XWIKI-15778]] | ||
37 | * [[JFFI 1.2.18>>https://jira.xwiki.org/browse/XWIKI-15839]] | ||
38 | * [[Maven to 3.6.0 and Resolve 1.3.1>>https://jira.xwiki.org/browse/XWIKI-15840]] | ||
39 | * [[CKEditor Integration 1.27>>https://jira.xwiki.org/browse/XWIKI-15874]] | ||
40 | |||
41 | = Translations = | ||
42 | |||
43 | The following translations have been updated: | ||
44 | |||
45 | {{language codes="none, none"/}} | ||
46 | |||
47 | {{comment}} | ||
48 | TODO: uncomment and update with proper link when the report is ready. | ||
49 | |||
50 | = Tested Browsers & Databases = | ||
51 | |||
52 | {{include reference="TestReports.<test report page>"/}} | ||
53 | {{/comment}} | ||
54 | |||
55 | {{comment}} | ||
56 | TODO: uncomment and update with proper links when the report is ready. | ||
57 | |||
58 | = Performances tests compared to <last super stable version> = | ||
59 | |||
60 | <a summary of the comparison with latest super stable version> | ||
61 | |||
62 | More details on <link to the test report>. | ||
63 | {{/comment}} | ||
64 | |||
65 | = Known issues = | ||
66 | |||
67 | * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]] | ||
68 | |||
69 | = Backward Compatibility and Migration Notes = | ||
70 | |||
71 | == General Notes == | ||
72 | |||
73 | * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added: | ||
74 | ** ##xwiki.cfg## | ||
75 | ** ##xwiki.properties## | ||
76 | ** ##web.xml## | ||
77 | ** ##hibernate.cfg.xml## | ||
78 | * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything. | ||
79 | |||
80 | == Issues specific to XWiki <version> == | ||
81 | |||
82 | <issues specific to the project> | ||
83 | |||
84 | == API Breakages == | ||
85 | |||
86 | The following APIs were modified since <project> <version - 1>: | ||
87 | |||
88 | {{comment}} | ||
89 | Remove! | ||
90 | {{backwardCompatiblityReport version="<version>"/}} | ||
91 | {{/comment}} | ||
92 | |||
93 | = Credits = | ||
94 | |||
95 | The following people have contributed code and translations to this release (sorted alphabetically): | ||
96 | |||
97 | <code contributors> |