Last modified by Thomas Mortagne on 2023/10/13

<
From version < 53.1 >
edited by Thomas Mortagne
on 2010/06/29
To version < 55.1 >
edited by Thomas Mortagne
on 2010/06/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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  
... ... @@ -141,6 +141,7 @@
141 141  [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public void setMacroTransformation(org.xwiki.rendering.internal.transformation.MacroTransformation)' has been removed
142 142  [ERROR] org.xwiki.rendering.transformation.Transformation: Method 'public void transform(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface
143 143  [ERROR] org.xwiki.rendering.transformation.TransformationManager: Method 'public void performTransformations(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface
145 +[ERROR] org.xwiki.officeimporter.openoffice.OpenOfficeManager: Return type of method 'public net.sf.jodconverter.OfficeDocumentConverter getDocumentConverter()' has been changed to org.artofsolving.jodconverter.OfficeDocumentConverter
144 144  [ERROR] org.xwiki.model.ModelContext: Method 'public void setCurrentEntityReference(org.xwiki.model.reference.EntityReference)' has been added to an interface
145 145  [ERROR] org.xwiki.bridge.DocumentAccessBridge: Method 'public void setCurrentUser(java.lang.String)' has been added to an interface
146 146  [ERROR] org.xwiki.velocity.VelocityEngine: Method 'public void clearMacroNamespace(java.lang.String)' has been added to an interface

Get Connected