Changes for page Release Notes for XWiki Enterprise 1.9
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -310,3 +310,16 @@ 310 310 311 311 #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.") 312 312 313 +1.1.1 Escaping in parameters (Syntax XWiki 2.0) 314 + 315 +The syntax for escaping special characters in parameters changed from to ~ to follow the general XWiki 2.0 syntax rule. For example instead of writing 316 + 317 +{code} 318 +{{macro param="val\"ue"/}} 319 +{/code} 320 + 321 +to have a quote in the parameter value you will write 322 + 323 +{code} 324 +{{macro param="val~"ue"/}} 325 +{/code}