Changes for page Release Notes for XWiki 6.3-milestone-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
-
... ... @@ -130,7 +130,7 @@ 130 130 131 131 == Ability to catch Exceptions from Velocity == 132 132 133 -A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUne xpectedException()## velocity macro has also been added to nicely display an exception to the user.133 +A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUnhandledException()## velocity macro has also been added to nicely display an exception to the user. 134 134 135 135 For example: 136 136 ... ... @@ -155,7 +155,7 @@ 155 155 ... 156 156 <div id="xwikicontent"> 157 157 #if ("$!exception" != '') 158 - #displayUne xpectedException($exception)158 + #displayUnhandledException($exception) 159 159 #else 160 160 $renderedContent 161 161 #end ... ... @@ -275,5 +275,6 @@ 275 275 The following APIs were modified since XWiki 6.2: 276 276 277 277 {{code language="none"}} 278 -<clirr output here> 278 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionIssueManagement getIssueManagement()' has been added to an interface 279 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionScm getScm()' has been added to an interface 279 279 {{/code}}