Last modified by Thomas Mortagne on 2017/03/24

<
From version < 28.1 >
edited by Thomas Mortagne
on 2016/07/06
To version < 31.1 >
edited by Marius Dumitru Florea
on 2016/07/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +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  
... ... @@ -33,7 +33,8 @@
33 33  
34 34  == Instance Filter improvements ==
35 35  
36 -Instance Output Filter now support missing begin/end event on document locale and revision so input filter for which those two concept don't make sense don't have to send them anymore.
37 +* Instance Output Filter now support missing begin/end event on document locale and revision so input filter for which those two concept don't make sense don't have to send them anymore.
38 +* Instance Output Filter now use the context locale as default locale (used to be empty locale).
37 37  
38 38  == Deprecated and Retired projects ==
39 39  
... ... @@ -58,6 +58,12 @@
58 58  * new ##org.xwiki.rendering.listener.SectionGeneratorListener## to generate section events from headers events
59 59  * Instance Output filter now indicate the target syntax for Input filters producing rendering events
60 60  * 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 +)))
61 61  
62 62  = Translations =
63 63  

Get Connected