Last modified by Thomas Mortagne on 2017/03/24

<
From version < 13.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  
... ... @@ -27,18 +27,22 @@
27 27  
28 28  1.1.1 New Search Interface
29 29  
30 +The default search page UI has been improved to be easier to understand and use.
31 +
30 30  {image:newsearchui.png|width=600}
31 31  
32 32  1.1.1 New Tag Cloud Panel
33 33  
36 +A panels containing the tag cloud is now provided by default and can be used like any other panel.
37 +
34 34  {image:tagcloudpanel.png}
35 35  
36 -1.1.1 New "wiki" parameter for all scrip macros
40 +1.1.1 New "wiki" parameter for all script macros
37 37  
38 -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:
39 39  
40 40  {code}
41 -{{velocity}}
45 +{{velocity wiki="false"}}
42 42  #set($var = "**not bold**")
43 43  $var
44 44  {{/velocity}}
... ... @@ -58,6 +58,7 @@
58 58  
59 59  See <tt>velocity.tools</tt> and <tt>velocity.properties</tt> parameters in xwiki.properties.
60 60  
65 +
61 61  1.1 Known issues
62 62  
63 63  * [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