Last modified by Thomas Mortagne on 2023/10/13

<
From version < 8.1 >
edited by Manuel Smeria
on 2014/09/17
To version < 10.1 >
edited by Thomas Mortagne
on 2014/09/17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.ThomasMortagne
Content
... ... @@ -95,7 +95,7 @@
95 95  {{/code}}
96 96  )))
97 97  
98 -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+%22<version>%22&tempMax=1000]] fixed in this release.
98 +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+%226.2%22&tempMax=1000]] fixed in this release.
99 99  
100 100  = For Developers =
101 101  
... ... @@ -118,6 +118,7 @@
118 118  * The ##auto## value has been added to the ##align## option of the ##[[Auto Suggest Widget>>platform:DevGuide.AutoSuggestWidget]]##.
119 119  * A new parameter ##targetQueryString## has been added to the UI Extension points [[##org.xwiki.platform.panels.Applications##>>platform:ExtensionPoint.AddApplicationUIX]] and [[##org.xwiki.platform.panels.Applications.more##>>platform:ExtensionPoint.MoreApplicationUIX]].
120 120  * New ##com.xpn.xwiki.api.Collection#getValue(String name)##. That means you can write directly ##$myobject.getValue('fieldname')## instead of ##$myobject.getProperty('fieldname').value##. Who knows, maybe we well get a bit less missuses of ## com.xpn.xwiki.api.Object#get(String name)##.
121 +* New org.xwiki.text.StringUtils which extends org.apache.commons.lang3.StringUtils with new useful methods. See [[http://extensions.xwiki.org/xwiki/bin/view/Extension/Text+Module#HFeatures]].
121 121  
122 122  = Translations =
123 123  

Get Connected