Last modified by Thomas Mortagne on 2017/03/24

<
From version < 8.1 >
edited by Thomas Mortagne
on 2009/06/24
To version < 12.1 >
edited by Thomas Mortagne
on 2009/06/25
>
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
10 +1.1 New and Noteworthy (since XWiki Enterprise 1.9.1)
11 11  
12 12  At a glance (see below for details):
13 13   * Lots of improvements and new features in the new WYSIWYG editor
... ... @@ -27,24 +27,35 @@
27 27  
28 28  1.1.1 New Search Interface
29 29  
30 -#warning("TODO")
30 +{image:newsearchui.png|width=600}
31 31  
32 -1.1.1 Better aspect for the RSS feed on the user profile
32 +1.1.1 New Tag Cloud Panel
33 33  
34 -#warning("TODO")
34 +{image:tagcloudpanel.png}
35 35  
36 -1.1.1 New Tag Cloud Panel
36 +1.1.1 New "wiki" parameter for all scrip macros
37 37  
38 -#warning("TODO")
38 +It's now possible to generated not content with velocity easily simply by setting wiki="false".
39 39  
40 -1.1.1 New output parameter for all scrip macros
40 +{code}
41 +{{velocity}}
42 +#set($var = "**not bold**")
43 +$var
44 +{{/velocity}}
45 +{code}
41 41  
42 -#warning("TODO")
47 +will render
43 43  
49 +{code}
50 +**not bold**
51 +{code}
52 +
44 44  1.1.1 New events for XWiki startup/shutdown
45 45  
46 -#warning("TODO")
55 +It's now possible for a component or a plugin to register to statup or shutdown events. It's very useful when some plugin need to start and stop an external service.
47 47  
57 +#error("Add some doc")
58 +
48 48  1.1.1 Javascript and CSS files are now compressed
49 49  
50 50  #warning("TODO")
... ... @@ -51,7 +51,7 @@
51 51  
52 52  1.1.1 Velocity tools and Velocity properties can be easily changed
53 53  
54 -#warning("TODO")
65 +See <tt>velocity.tools</tt> and <tt>velocity.properties</tt> parameters in xwiki.properties.
55 55  
56 56  1.1 Known issues
57 57  

Get Connected