Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a busenius1 +XWiki.ThomasMortagne - Content
-
... ... @@ -58,11 +58,11 @@ 58 58 == WYSIWYG Improvements == 59 59 60 60 * Added the ability to insert macros with a single click from the tool bar 61 +[[image:insertMacroFromToolBar.png]] 61 61 * Added a 'paste with filtered styles' button on the tool bar 63 +[[image:pasteIconOnToolBar.png]] 62 62 * Wysiwyg editor import from office feature now filter style by default 63 63 64 -{{todo/}} 65 - 66 66 == JMX Administration Console == 67 67 68 68 * XWiki is now using [[JMX to provide runtime Monitoring information>>platform:AdminGuide.Monitoring]]. ... ... @@ -81,7 +81,7 @@ 81 81 82 82 * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details. 83 83 * 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. 84 -* 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. 85 85 86 86 == Javascript improvements == 87 87