Changes for page Release Notes for XWiki 8.2-rc-1
Last modified by Thomas Mortagne on 2017/03/24
From version 29.1
edited by Thomas Mortagne
on 2016/07/07
on 2016/07/07
Change comment:
There is no comment for this version
To version 31.1
edited by Marius Dumitru Florea
on 2016/07/12
on 2016/07/12
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. ThomasMortagne1 +XWiki.mflorea - Content
-
... ... @@ -26,6 +26,7 @@ 26 26 image:templateEdit.png 27 27 {{/gallery}} 28 28 ))) 29 +* events produced during Filter conversion job are now folded by default. This essentially means that they won't appear in Activity Stream anymore. 29 29 30 30 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%228.2-rc-1%22&tempMax=1000]] fixed in this release. 31 31 ... ... @@ -59,6 +59,12 @@ 59 59 * new ##org.xwiki.rendering.listener.SectionGeneratorListener## to generate section events from headers events 60 60 * Instance Output filter now indicate the target syntax for Input filters producing rendering events 61 61 * The same relative file path supported for ##source## filter properties parameter is now supported for any InputSource filter properties parameter in the Filter test framework 63 +* ~{~{$regextool}} [[Velocity Tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has a new method to quote the replacement string in ~{~{String#replaceAll()}}. Here's how you can use it:((( 64 +{{code language="none"}} 65 +#set ($out = $out.replaceAll(" (id|for)=('|"")$regextool.quote($oldId)", 66 + " ${escapetool.d}1=${escapetool.d}2$regextool.quoteReplacement($newId)")) 67 +{{/code}} 68 +))) 62 62 63 63 = Translations = 64 64