Last modified by Thomas Mortagne on 2023/10/13

<
From version < 41.1 >
edited by Marius Dumitru Florea
on 2010/06/29
To version < 44.1 >
edited by Thomas Mortagne
on 2010/06/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.ThomasMortagne
Content
... ... @@ -15,6 +15,7 @@
15 15  [[image:objecteditor.png||style="border:1px solid black;" width="500"]]
16 16  
17 17  Class editor also adds better refactoring capabilities:
18 +
18 18  * reorder class properties
19 19  * delete a class property
20 20  
... ... @@ -57,11 +57,11 @@
57 57  == WYSIWYG Improvements ==
58 58  
59 59  * Added the ability to insert macros with a single click from the tool bar
61 +[[image:insertMacroFromToolBar.png]]
60 60  * Added a 'paste with filtered styles' button on the tool bar
63 +[[image:pasteIconOnToolBar.png]]
61 61  * Wysiwyg editor import from office feature now filter style by default
62 62  
63 -{{todo/}}
64 -
65 65  == JMX Administration Console ==
66 66  
67 67  * XWiki is now using [[JMX to provide runtime Monitoring information>>platform:AdminGuide.Monitoring]].
... ... @@ -80,7 +80,7 @@
80 80  
81 81  * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details.
82 82  * 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.
83 -* 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.
84 +* Prevent nested script macros by default: it's now impossible to generate a script macro with another in another one for security reasons. See [[Script Macro>>code:Macros.ScriptMacro]] for more details.
84 84  
85 85  == Javascript improvements ==
86 86  
... ... @@ -125,6 +125,7 @@
125 125  
126 126  == Migration Notes ==
127 127  
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.
128 128  * 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 129  
130 130  == API Breakages ==

Get Connected