Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 -A lot of work has been done for the new Flamingo skin and we hope to make it the default in 6.2. This version also comes with many various improvements but also introduce many new APIs and tool for developpers like the integration of LESS preprocessor, a new authorization API taking care of the context and it's associated script service, a new experimental Mail API, the support of asynchronous jobs in job module, the possibility to log from any script, a new converter to make easier to manipulate XDOM in Velocity, and many others.7 +A lot of work has been done for the new Flamingo skin and we hope to make it the default in 6.2. This version also comes with many improvements but also introduce many new APIs and tool for developers like the integration of LESS preprocessor, a new authorization API taking care of the context and its associated script service, a new experimental Mail API, the support of grouped and asynchronous jobs in default job module executor, the possibility to log from any script, a new converter to make easier to manipulate XDOM in Velocity, and many others. 8 8 9 9 = New and Noteworthy (since XWiki 6.0.1) = 10 10 ... ... @@ -175,7 +175,7 @@ 175 175 176 176 In this second sample, the macro will fail with an AccessDeniedException if the right is not allowed. 177 177 178 -== AccesstoBlockMatchersfromvelocityscripts==178 +== Easier XDOM manipulation from Velocity == 179 179 180 180 To be able to use the ##Block.getBlocks(BlockMatcher, Block.Axes)## method on the rendering blocks in the documents XDOM from velocity, a converter has been introduced that maps string expressions to BlockMatcher objects. The current implementation only supports mapping to ClassBlockMatchers, and allows to get all blocks of a given type from the XDOM. 181 181