Last modified by Thomas Mortagne on 2017/03/24

<
From version < 15.1 >
edited by Thomas Mortagne
on 2009/06/25
To version < 18.1 >
edited by Vincent Massol
on 2010/12/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.ReleaseNotes
1 +ReleaseNotes.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -19,11 +19,11 @@
19 19  
20 20  1.1.1 New Chart macro for XWiki 2.0 syntax
21 21  
22 -See [Chart macro documentation>code:Macros.ChartMacro].
22 +See [Chart macro documentation>extensions:Extension.Chart Macro].
23 23  
24 24  1.1.1 New info, warning and error macros
25 25  
26 -See [Message macro documentation>code:Macros.MessageMacro].
26 +See [Info>>extensions:Extension.Info Macro], [Warning>>extensions:Extension.Warning Macro] and [Error>>extensions:Extension.Error Macro] macro documentation.
27 27  
28 28  1.1.1 New Search Interface
29 29  
... ... @@ -37,12 +37,12 @@
37 37  
38 38  {image:tagcloudpanel.png}
39 39  
40 -1.1.1 New "wiki" parameter for all scrip macros
40 +1.1.1 New "wiki" parameter for all script macros
41 41  
42 -It's now possible to generated not content with velocity easily simply by setting wiki="false".
42 +It's now possible to not parse velocity macro content for wiki syntax by using the wiki="false" parameter. For example:
43 43  
44 44  {code}
45 -{{velocity}}
45 +{{velocity wiki="false"}}
46 46  #set($var = "**not bold**")
47 47  $var
48 48  {{/velocity}}

Get Connected