Change comment:
Made script order and nested script information clearer.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +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