Last modified by Thomas Mortagne on 2017/03/24

<
From version < 20.1 >
edited by Marius Dumitru Florea
on 2013/05/29
To version < 21.1 >
edited by Marius Dumitru Florea
on 2013/05/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,9 +28,6 @@
28 28  
29 29  = For Developers =
30 30  
31 -* All REST responses now specify the version of XWiki running on the server in the ##XWiki-Version## HTTP header, and the current user in the ##XWiki-User## header.
32 -* We added a new [[special CSS class name>>doc:platform:DevGuide.SpecialCSSClasses]], 'useTitleAsTip', that, combined with 'withTip', will allow you to have a tip (place-holder) different than the initial value of the text input.
33 -
34 34  == Upgrades ==
35 35  
36 36  The following dependencies have been upgraded:
... ... @@ -46,10 +46,12 @@
46 46  
47 47  == Miscellaneous ==
48 48  
46 +* All REST responses now specify the version of XWiki running on the server in the ##XWiki-Version## HTTP header, and the current user in the ##XWiki-User## header.
47 +* You can now provide a version summary (comment) when updating a page using REST. You can retrieve the version summary either by getting the page or by getting the page history, in which case you get the summary for each page revision.
48 +* We added a new [[special CSS class name>>doc:platform:DevGuide.SpecialCSSClasses]], 'useTitleAsTip', that, combined with 'withTip', will allow you to have a tip (place-holder) different than the initial value of the text input.
49 49  * A new URL parameter has been added to reference non aggregated JavaScript files: ##?minify=false##. See the [[Debugging Guide>>dev:Community.Debugging||anchor="HDebuggingJavaScript"]].
50 50  * Added API to easily create a DocumentReference from a LocalDocumentReference
51 51  {{code language="java"}}DocumentReference documentReference = new DocumentReference(localReference, wikiReference);{{/code}}
52 -* You can now provide a version summary (comment) when updating a page using REST. You can retrieve the version summary either by getting the page or by getting the page history, in which case you get the summary for each page revision.
53 53  
54 54  = Translations =
55 55  

Get Connected