Last modified by Thomas Mortagne on 2017/03/24

<
From version < 11.2 >
edited by Vincent Massol
on 2009/06/25
To version < 13.1 >
edited by Thomas Mortagne
on 2009/06/25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -33,21 +33,30 @@
33 33  
34 34  {image:tagcloudpanel.png}
35 35  
36 -1.1.1 New output parameter for all scrip macros
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 events for XWiki startup/shutdown
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  
44 -1.1.1 Javascript and CSS files are now compressed
49 +{code}
50 +**not bold**
51 +{code}
45 45  
46 -#warning("TODO")
53 +1.1.1 New events for XWiki startup/shutdown
47 47  
55 +It's now possible for a component or a plugin to register to startup or shutdown events. It's very useful when some plugin need to start and stop an external service.
56 +
48 48  1.1.1 Velocity tools and Velocity properties can be easily changed
49 49  
50 -#warning("TODO")
59 +See <tt>velocity.tools</tt> and <tt>velocity.properties</tt> parameters in xwiki.properties.
51 51  
52 52  1.1 Known issues
53 53  

Get Connected