Last modified by Thomas Mortagne on 2023/10/13

From version 14.1
edited by Silvia Macovei
on 2010/07/21
Change comment: Added "Rendering cache", "New Code macro configuration" and the improvement sections to "New and Noteworthy"
To version 15.1
edited by Silvia Macovei
on 2010/07/21
Change comment: Added info from RC1 to "Script improvements"

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,8 @@
1 1  = XWiki Enterprise 2.4 Release Notes =
2 2  
3 -{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
3 +{{box cssClass="floatinginfobox" title="**Contents**"}}
4 +{{toc/}}
5 +{{/box}}
4 4  
5 5  = New and Noteworthy =
6 6  
... ... @@ -134,6 +134,8 @@
134 134  * Make the Query Manager use the Script Service to expose services to scripts. See [[Query Guide>>platform:DevGuide.QueryGuide]] for more details.
135 135  * 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.
136 136  * Prevent nested script macros by default: It's now impossible for the output of a script macro to become another script macro for security reasons. See [[Script Macro>>code:Macros.ScriptMacro]] for more details.
139 +* Provide a way to escape regexp literal string from velocity
140 +{{code language="none"}}$regextool.quote("some[literal]text"){{/code}}
137 137  
138 138  == Javascript improvements ==
139 139  
... ... @@ -153,11 +153,15 @@
153 153  
154 154  == Important non-compatible changes ==
155 155  
156 -{{warning}}TODO{{/warning}}
160 +{{warning}}
161 +TODO
162 +{{/warning}}
157 157  
158 158  == General Notes ==
159 159  
160 -{{warning}}Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.{{/warning}}
166 +{{warning}}
167 +Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
168 +{{/warning}}
161 161  
162 162  == Migration Notes ==
163 163  

Get Connected