Last modified by Thomas Mortagne on 2023/10/13

<
From version < 6.1 >
edited by Vincent Massol
on 2014/09/15
To version < 7.1 >
edited by Thomas Mortagne
on 2014/09/16
>
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
... ... @@ -18,7 +18,6 @@
18 18  
19 19  * The RTF export is now only supported when an Office Server is connected to XWiki (we used to default to using FOP when no Office Server is connected but the quality of the export was too low to consider this a viable solution).
20 20  * When using the Standalone distribution, the format has changed when passing parameters. The shell used has also been changed from ##sh## to ##bash## The new format is:(((
21 -
22 22  start_xwiki.sh:
23 23  
24 24  {{code language="none"}}
... ... @@ -118,6 +118,7 @@
118 118  
119 119  * The ##auto## value has been added to the ##align## option of the ##[[Auto Suggest Widget>>platform:DevGuide.AutoSuggestWidget]]##.
120 120  * 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 +* 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 121  
122 122  = Translations =
123 123  

Get Connected