Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -33,14 +33,29 @@ 33 33 34 34 {image:tagcloudpanel.png} 35 35 36 -1.1.1 New outputparameter for all scrip macros36 +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 +{code} 41 +{{velocity}} 42 +#set($var = "**not bold**") 43 +$var 44 +{{/velocity}} 45 +{code} 46 + 47 +will render 48 + 49 +{code} 50 +**not bold** 51 +{code} 52 + 40 40 1.1.1 New events for XWiki startup/shutdown 41 41 42 - #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. 43 43 57 +#error("Add some doc") 58 + 44 44 1.1.1 Javascript and CSS files are now compressed 45 45 46 46 #warning("TODO") ... ... @@ -47,7 +47,7 @@ 47 47 48 48 1.1.1 Velocity tools and Velocity properties can be easily changed 49 49 50 - #warning("TODO")65 +See <tt>velocity.tools</tt> and <tt>velocity.properties</tt> parameters in xwiki.properties. 51 51 52 52 1.1 Known issues 53 53