Last modified by Ilie Andriuta on 2018/11/29

From version 9.1
edited by Marius Dumitru Florea
on 2018/11/21
Change comment: There is no comment for this version
To version 12.1
edited by Guillaume Delhumeau
on 2018/11/21
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.gdelhumeau
Content
... ... @@ -8,8 +8,10 @@
8 8  
9 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 10  
11 -To finish, it is now possible to make the content of a macro editable inline with the WYSIWYG editor.
11 +Among other things, Wiki Macros can now have typed parameters and it is now possible to make the content of a macro editable inline with the WYSIWYG editor.
12 12  
13 +To finish, more than 30 bugs have been fixed since XWiki 10.9.
14 +
13 13  = New and Noteworthy (since XWiki 10.9) =
14 14  
15 15  [[Full list of issues fixed and Dashboard for XWiki 10.10-rc-1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14340]].
... ... @@ -78,21 +78,31 @@
78 78  ** ##hibernate.cfg.xml##
79 79  * 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.
80 80  
81 -== Issues specific to XWiki <version> ==
82 -
83 -<issues specific to the project>
84 -
85 85  == API Breakages ==
86 86  
87 -The following APIs were modified since <project> <version - 1>:
85 +The following APIs were modified since XWiki 10.9:
88 88  
89 -{{comment}}
90 -Remove!
91 -{{backwardCompatiblityReport version="<version>"/}}
92 -{{/comment}}
87 +{{backwardCompatiblityReport version="10.10-rc-1"/}}
93 93  
89 +
94 94  = Credits =
95 95  
96 96  The following people have contributed code and translations to this release (sorted alphabetically):
97 97  
98 -<code contributors>
94 +* Adel Atallah
95 +* Alex Cotiugă
96 +* Anca Luca
97 +* Clemens Klein-Robbenhaar
98 +* Clément Aubin
99 +* Edvard
100 +* Guillaume Delhumeau
101 +* Mario-Hofstaetter
102 +* Marius Dumitru Florea
103 +* Paul Panțiru
104 +* Sergiu Dumitriu
105 +* Simon Urli
106 +* Thomas Mortagne
107 +* Vincent Massol
108 +* xrichard
109 +
110 +Thanks to them!

Get Connected