Last modified by Thomas Mortagne on 2023/10/13

<
From version < 8.1 >
edited by Thomas Mortagne
on 2015/07/29
To version < 9.1 >
edited by Vincent Massol
on 2015/07/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -44,6 +44,14 @@
44 44  * checkCurrentAuthor: indicate if the current author right should be checked
45 45  * checkCurrentUser: indicate if the result should be filtered based on current user right (only implemented by SOLR right now)
46 46  
47 +== JS API changes for Nested Spaces ==
48 +
49 +* It's now possible to create a Nested Spaces Reference using XWik'is Javascript API. For example:(((
50 +{{code language="javascript"}}
51 +var reference = new XWiki.DocumentReference('wiki', ['space1', 'space2'], 'page');
52 +{{/code}}
53 +)))
54 +
47 47  == Deprecated and Retired projects ==
48 48  
49 49  <description of deprecated and retired projects>

Get Connected