<
From version < 21.1 >
edited by Ecaterina Moraru (Valica)
on 2018/09/25
To version < 23.1 >
edited by Guillaume Delhumeau
on 2018/10/01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +XWiki.gdelhumeau
Content
... ... @@ -6,6 +6,15 @@
6 6  
7 7  In this version we have added a new tab in the user profile that displays the groups a user is part of. We've added auto-suggest for pages in several places and improved the startup speed on Tomcat. We've also replaced our CAPTCHA implementation with a new one and it's now very easy to change and preview, from Administration, the CAPTCHA type that it will be used in your wiki. The Menu application is now directly accessible through the Administration.
8 8  
9 +{{error}}
10 +Some important bugs have been discovered since XWiki 10.8 has been released:
11 +
12 +* [[The "WYSIWYG Editor" administration section is listed under the "Other" category rather than "Editing">>https://jira.xwiki.org/browse/XWIKI-15631]]
13 +* [[HTML code displayed on the Users administration section of a subwiki>>https://jira.xwiki.org/browse/XWIKI-15650]]
14 +
15 +You should wait for the next version of XWiki that will be released soon!
16 +{{/error}}
17 +
9 9  = New and Noteworthy (since XWiki 10.7) =
10 10  
11 11  [[Full list of issues fixed and Dashboard for 10.8>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14322]].
... ... @@ -91,6 +91,11 @@
91 91  Upgrades from prior versions are still supported and automated.
92 92  {{/warning}}
93 93  )))
103 +* **If you are doing un upgrade, don't forget to update the following configuration file: ##hibernate.cfg.xml##**. In particular, the following line must be present:(((
104 +{{code language="xml"}}
105 +<mapping resource=“notification-filter-preferences.hbm.xml”/>
106 +{{/code}}
107 +)))
94 94  * XWiki has been configured to increase startup speed by avoiding JAR scanning, especially on Tomcat. The following was done, which you can modify if you need JAR scanning for some reason (not used by XWiki Standard by default):
95 95  ** Addition of ##metadata-complete="true"## and ##<absolute-ordering />## in XWiki's ##web.xml##
96 96  ** Addition of a ##META-INF/context.xml## Tomcat-specific deployment file in XWiki's WAR to prevent Tomcat from doing JAR scanning completely and to avoid scanning for JSP and WebSocket.

Get Connected