Last modified by Thomas Mortagne on 2023/10/13

<
From version < 14.1 >
edited by Thomas Mortagne
on 2010/06/23
To version < 16.1 >
edited by Thomas Mortagne
on 2010/06/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,7 @@
42 42  
43 43  * Make possible to select wikis where to search in LuceneSearch page when in main wiki of a farm
44 44  
45 -[[image:wikiselection.png||style="border:1px solid black;]]
45 +[[image:wikiselection.png||style="border:1px solid black;"]]
46 46  
47 47  == WYSIWYG Improvements ==
48 48  
... ... @@ -62,9 +62,16 @@
62 62  == Script improvements ==
63 63  
64 64  * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details.
65 +* 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.
66 +* Prevent nested script macros by default: it's now impossible to generate a scrip macro with another in another one for security reasons. You can force to enable by setting ##rendering.macro.script.nestedscripts.enabled = true## in ##xwiki.properties## file
65 65  
66 66  {{todo/}}
67 67  
70 +== Javascript improvements ==
71 +
72 +* Start writing a Javascript mirror of the XWiki data model: Document.getURL
73 +* New "suggestDocuments" behavior for input fields
74 +
68 68  == Dependencies upgrade ==
69 69  
70 70  * Doxia 1.1.3

Get Connected