Last modified by Thomas Mortagne on 2023/10/13

<
From version < 19.1 >
edited by Vincent Massol
on 2014/09/19
To version < 20.1 >
edited by Thomas Mortagne
on 2014/09/23
>
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
... ... @@ -73,7 +73,7 @@
73 73  {{/velocity}}
74 74  {{/code}}
75 75  
76 -== New Velocity Tools =
76 +== New Velocity Tools ==
77 77  
78 78  * New URL Tool ##$urltool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has been added with one method to parse query string from the URL ##$urltool.parseQuery(String)##. The value returned by this is method is a ##Map<String, List<String>>## which maps parameter names to (possibly multiple) values, and can be passed e.g. directly into ##$escapetool.url(Map<String, ?>)## to convert it back to a string. This is useful e.g. in cases where one want to pass a complete query string around between requests, as it happend for the PDF export; the ##$urltool## allows for a sane deserialization of the value passed around.
79 79  * New Exception Tool ##$exceptiontool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] to manipulate Java Exceptions (get root cause, convert into String, etc).
... ... @@ -126,6 +126,7 @@
126 126  The following dependencies have been upgraded:
127 127  
128 128  * [[JGroups 3.5.0>>http://jira.xwiki.org/browse/XWIKI-10987]]
129 +* [[Tika 1.6>>http://jira.xwiki.org/browse/XWIKI-10956]]
129 129  
130 130  == Miscellaneous ==
131 131  

Get Connected