Last modified by Thomas Mortagne on 2023/10/13

From version 13.2
edited by Vincent Massol
on 2012/11/05
Change comment: fix link
To version 15.1
edited by Fabio Mancinelli
on 2012/11/07
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.fmancinelli
Content
... ... @@ -36,6 +36,15 @@
36 36  
37 37  {{image reference="userPicker-viewMultiple.png"/}}
38 38  
39 +== REST API Improvements ==
40 +
41 +Some improvements have been done to the REST API with respect to wiki management.
42 +
43 +* XARs can be imported in Wikis by POSTing it to the /wikis/{wikiName}
44 +* New wikis can be created using the /wikimanager resource. (This resource is only available with XWiki Enterprise Manager)
45 +
46 +For more information see [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]]
47 +
39 39  == Miscellaneous ==
40 40  
41 41  <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
... ... @@ -109,6 +109,7 @@
109 109  == Issues specific to XWiki 4.3 Milestone 2 ==
110 110  
111 111  * The methods setUrlPatternMatcher and getUrlPatternMatcher have been removed from the core class com.xpn.xwiki.XWiki. The underlying URLPatternMatcher could not really be used as a singleton instance and was causing irregular failures in the basic authentication method. Thus these methods cannot be meaningfully relied upon and have therefore been removed.
121 +* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to XWIKI-8398.
112 112  
113 113  == API Breakages ==
114 114  

Get Connected