Last modified by Thomas Mortagne on 2017/03/24

<
From version < 14.1 >
edited by Thomas Mortagne
on 2009/06/25
To version < 17.1 >
edited by Thomas Mortagne
on 2009/06/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,7 @@
7 7  
8 8  First milestone of the XWiki Enterprise 2.0 version ([Roadmap>enterprise:Main.Roadmap]).
9 9  
10 -1.1 New and Noteworthy (since XWiki Enterprise 1.9.1)
10 +1.1 New and Noteworthy (since XWiki Enterprise 1.9)
11 11  
12 12  At a glance (see below for details):
13 13   * Lots of improvements and new features in the new WYSIWYG editor
... ... @@ -19,7 +19,7 @@
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>code:Macros.ChartMacro20].
23 23  
24 24  1.1.1 New info, warning and error macros
25 25  
... ... @@ -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}}
... ... @@ -62,6 +62,7 @@
62 62  
63 63  See <tt>velocity.tools</tt> and <tt>velocity.properties</tt> parameters in xwiki.properties.
64 64  
65 +
65 65  1.1 Known issues
66 66  
67 67  * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]

Get Connected