Last modified by Thomas Mortagne on 2023/10/13

<
From version < 19.1 >
edited by Eduard Moraru
on 2015/12/15
To version < 19.4 >
edited by Vincent Massol
on 2015/12/16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.enygma
1 +XWiki.VincentMassol
Content
... ... @@ -10,6 +10,16 @@
10 10  
11 11  [[Full list of issues fixed and Dashboard for 7.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13590]].
12 12  
13 +== Support for template hierarchies ==
14 +
15 +When creating a new document from template, if the template has descendent documents under its path, those documents will also be copied over to the new document's location, preserving the hierarchy, as it was under the template document.
16 +
17 +The save operation will display progress and if it was a Save&View operation, the form will be disabled until the operation is complete.
18 +
19 +More details on the [[documentation page on document templates>>extensions:Extension.Administration Application||anchor="HUsingahierarchyofNestedDocumentsastemplate"]].
20 +
21 +{{image reference="savingNewDocumentWithTemplateHierarchy.png" width="50%" /}}
22 +
13 13  == Miscellaneous ==
14 14  
15 15  * The "annotations" button in the "More Actions" menu has been moved in the same menu but with other actions and renamed "Annotate".(((
... ... @@ -37,22 +37,12 @@
37 37  
38 38  [[Cache Macro>>extensions:Extension.Cache Macro]] and [[Rendering Cache>>platform:AdminGuide.Performances||anchor="HRenderingcache"]] are now based on this behavior.
39 39  
40 -== Deprecated and Retired projects ==
41 -
42 -* XML-RPC module have been moved to https://github.com/xwiki-contrib/xwiki-platform-xmlrpc
43 -
44 -== Upgrades ==
45 -
46 -The following dependencies have been upgraded:
47 -
48 -* [[Batik 1.8>>http://jira.xwiki.org/browse/XWIKI-12904]]
49 -* [[FOP 2.0>>http://jira.xwiki.org/browse/XWIKI-12871]]
50 -* [[Jackson 2.6.4>>http://jira.xwiki.org/browse/XCOMMONS-893]]
51 -* [[guava 19>>http://jira.xwiki.org/browse/XCOMMONS-894]]
52 -* [[Less4j 1.15.4>>http://jira.xwiki.org/browse/XWIKI-12905]]
53 -
54 54  == VFS API ==
55 55  
52 +{{warning}}
53 +Right now the [[VFS API works as Guest only>>http://jira.xwiki.org/browse/XWIKI-12912]], meaning that you'll only be able to access archives that are viewable by Guest users in your wiki.
54 +{{/warning}}
55 +
56 56  Replacement of the [[Zip Explorer Plugin>>extensions:Extension.ZIP Explorer Plugin]]. API to access the content of archives files (zip, jar, gzip, tar, etc) located as attachments in wiki pages or elsewhere (external URLs, file system, et).
57 57  
58 58  In addition a new [[Velocity Tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] was added in order to be able to use a portion of the NIO2 API from Velocity: ##niotool##.
... ... @@ -94,6 +94,20 @@
94 94  
95 95  * [[WebJars URL format>>extensions:Extension.WebJars Integration||anchor="HURLFormat"]] now supports a ##wiki## query string parameter to specify the wiki in which the webjars resource is available. For example: {{code language="none"}}/xwiki/webjars/AjaxQ/0.0.2/ajaxq.js?wiki=mywiki{{/code}}
96 96  
97 +== Deprecated and Retired projects ==
98 +
99 +* XML-RPC module have been moved to https://github.com/xwiki-contrib/xwiki-platform-xmlrpc
100 +
101 +== Upgrades ==
102 +
103 +The following dependencies have been upgraded:
104 +
105 +* [[Batik 1.8>>http://jira.xwiki.org/browse/XWIKI-12904]]
106 +* [[FOP 2.0>>http://jira.xwiki.org/browse/XWIKI-12871]]
107 +* [[Jackson 2.6.4>>http://jira.xwiki.org/browse/XCOMMONS-893]]
108 +* [[guava 19>>http://jira.xwiki.org/browse/XCOMMONS-894]]
109 +* [[Less4j 1.15.4>>http://jira.xwiki.org/browse/XWIKI-12905]]
110 +
97 97  = Translations =
98 98  
99 99  The following translations have been updated:

Get Connected