Changes for page Release Notes for XWiki 4.3
Last modified by Manuel Leduc on 2023/10/13
From version 2.1
edited by Vincent Massol
on 2012/11/21
on 2012/11/21
Change comment:
There is no comment for this version
To version 3.1
edited by Vincent Massol
on 2012/11/22
on 2012/11/22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -68,6 +68,10 @@ 68 68 69 69 == Extension Manager improvements == 70 70 71 +{{error}} 72 +If you're migrating from a pre XWiki 4.2 version to XWiki 4.3 you'll notice that the new Applications Panels is not visible by default. This is caused by [[this issue>>http://jira.xwiki.org/browse/XWIKI-8461]] which will be fixed in XWiki 4.4. More specifically the XWiki Object Property for the Panels list in ##XWiki.XWikiPreferences## isn't merged properly and your old value is kept. You thus need to manually go the the Administration and add the ##Panels.Applications## name to the Panels list. 73 +{{/error}} 74 + 71 71 === UI === 72 72 73 73 When you click on "Show details" to get more information about an extension, the extension manager tries to resolve all the dependencies of that extension by making requests to the configured remote extension repositories. These requests slow down considerably the time needed to display the extension details. We fixed this by resolving only the local dependencies at first and then making consecutive AJAX requests to resolve the remote dependencies.