Last modified by Thomas Mortagne on 2023/10/13

<
From version < 53.1 >
edited by Thomas Mortagne
on 2010/06/29
To version < 54.1 >
edited by Caleb James DeLisle
on 2010/06/29
>
Change comment: Made script order and nested script information clearer.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.Caleb_James_DeLisle
Content
... ... @@ -126,8 +126,9 @@
126 126  
127 127  == Migration Notes ==
128 128  
129 -* The default execution order of syntax 1.0 renderers was changed, now groovy scripts are executed before velocity. You can change the order using xwiki.render.renderingorder configuration option.
130 -* It's now impossible to generate a script macro with another in another one for security reasons. If you **really** need it, you can override the macro component.
129 +* The default execution order of syntax 1.0 renderers was changed, now groovy scripts are executed before velocity. You can change the order using ##xwiki.render.renderingorder## configuration option in [[xwiki.cfg>>platform:AdminGuide.Configuration#HSamplexwiki.cfg]].
130 +* It's now impossible for the output of a script macro to become another script macro. If you need this functionality, you can get it by opening xwiki/WEB-INF/lib/[[xwiki-core-rendering-macro-script-2.4.jar>>code:Macros.ScriptMacro]] and inside of the jar, editing /META-INF/[[components.txt>>code:Modules.ComponentModule]] and removing the line which says:
131 +##org.xwiki.rendering.internal.macro.script.NestedScriptMacroValidator##
131 131  
132 132  == API Breakages ==
133 133  

Get Connected