Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -70,10 +70,8 @@
70 70  
71 71  * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details.
72 72  * Make possible to directly return the Block based result of a script macro. It's supported for all JSR 223 macro which means all script macro script Velocity macro for now. See [[Script Macro>>code:Macros.ScriptMacro]] for more details.
73 -* Prevent nested script macros by default: it's now impossible to generate a script macro with another in another one for security reasons. You can force to enable it by setting ##rendering.macro.script.nestedscripts.enabled = true## in ##xwiki.properties## file.
73 +* Prevent nested script macros by default: it's now impossible to generate a script macro with another in another one for security reasons. You can force to enable it by setting ##rendering.macro.script.nestedscripts.enabled = true## in ##xwiki.properties## file. See [[Script Macro>>code:Macros.ScriptMacro]] for more details.
74 74  
75 -{{todo/}}
76 -
77 77  == Javascript improvements ==
78 78  
79 79  * Start writing a Javascript mirror of the XWiki data model: Document.getURL

Get Connected