Changes for page Release Notes for XWiki 5.4 Release Candidate 1
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,6 +23,7 @@ 23 23 ))) 24 24 * The user/group picker now takes into account [[the User Scope specified when you create a new wiki>>extensions:Extension.Wiki Application||anchor="HCreateanewwiki"]]. If the current wiki supports only global users then the user picker will suggest global users. If the current wiki supports both local and global users then the user picker has a toggle that lets you choose whether to get local or global suggestions. 25 25 * Increased the size of the security cache to improve performances from 500 entries to 10000 entries. This setting could still be overwritten in the infinispan configuration of the cache named ##platform.security.authorization.cache##. This new setting should be sufficient for most usages while the previous default were only valid for small single wiki. 26 +* Improvement in the wiki descriptor pages. It is now consistent with our [[vertical forms standard>>platform:DevGuide.VerticalForms]]. 26 26 27 27 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release. 28 28 ... ... @@ -101,6 +101,4 @@ 101 101 <clirr output here> 102 102 {{/code}} 103 103 104 -* {{code}}$services.wiki.lastException{{/code}}, {{code}}$services.wiki.user.lastException{{/code}}, {{code}}$services.wiki.template.lastException{{/code}} are deprecated now. Please use the corresponding {{code}}lastError{{/code}} function instead. 105 - 106 - 105 +* {{code language="none"}}$services.wiki.lastException{{/code}}, {{code language="none"}}$services.wiki.user.lastException{{/code}}, {{code language="none"}}$services.wiki.template.lastException{{/code}} are deprecated now. Please use the corresponding {{code language="none"}}lastError{{/code}} function instead.