Last modified by Thomas Mortagne on 2023/10/13

<
From version < 41.1 >
edited by Vincent Massol
on 2016/02/04
To version < 42.1 >
edited by Vincent Massol
on 2016/02/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -108,7 +108,6 @@
108 108  
109 109  == Miscellaneous ==
110 110  
111 -* Replaced a few String based APIs by Locale based equivalent
112 112  * Generated URLs for document-based skin extensions (SSX and JSX) now contain the version of the document, so when a change is made to the extension the browser don't use an outdated version from its cache.
113 113  * Support for chaining uberspectors, first introduced in XWiki as an enhancement of Velocity 1.5, has been part of the official library since Velocity 1.6. As such, we're deprecating our custom classes that provide this functionality. If you have custom uberspectors that implement ##org.xwiki.velocity.introspection.ChainableUberspector## or extend ##org.xwiki.velocity.introspection.AbstractChainableUberspector##, update them to ##org.apache.velocity.util.introspection.ChainableUberspector## and ##org.apache.velocity.util.introspection.AbstractChainableUberspector##. If you have a custom list of uberspectors specified under ##runtime.introspector.uberspect.chainClasses##, just use the ##runtime.introspector.uberspect## property for defining the list.
114 114  * the [[XWiki Select Widget>>platform:DevGuide.XWikiSelect]] now offers a javascript API in the form of a jQuery plugin, to get the current value or clear the selection.
... ... @@ -116,6 +116,8 @@
116 116  {{code language="none"}}<textarea class="wysiwyg">$escapetool.xml($services.wysiwyg.render('Some.Content.Template'))</textarea>{{/code}}
117 117  The main difference between this API and the existing ##$doc.getRenderedContent()## is that it replaces [[the skin extension hooks>>extensions:Extension.Skin Extension Plugin]] with the corresponding resource includes (e.g. style sheets includes), allowing us to define a WYSIWYG editor content template in a wiki page.
118 118  )))
118 +* Replaced a few String-based APIs by Locale-based equivalents
119 +* All Document Events are now Cancelable and it's now possible for an ##EventListener## implementation to cancel saving a Document.
119 119  
120 120  = Translations =
121 121  

Get Connected