Last modified by Thomas Mortagne on 2023/10/13

<
From version < 28.2 >
edited by Marius Dumitru Florea
on 2016/01/28
To version < 29.1 >
edited by Marius Dumitru Florea
on 2016/01/28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,6 +14,16 @@
14 14  
15 15  <description of feature N>
16 16  
17 +== Asynchronous Copy and Rename Page ==
18 +
19 +The copy and rename page operations are now performed asynchronously, in a background thread, when triggered from the UI. Clicking on the Copy/Rename button takes you to a status page where you can see the options that have been selected and the progress of the operation. The advanced users have access to the operation log.
20 +
21 +{{image reference="copyProgress.png" /}}
22 +
23 +The progress bar is replaced with the operation status at the end in order to let you know if the operation succeeded or failed. You can use the breadcrumbs to navigate to the new page or the old one.
24 +
25 +{{image reference="renameStatus.png" /}}
26 +
17 17  == Link syntax improvements for Nested Pages ==
18 18  
19 19  With the addition of Nested Pages, a discrepancy appeared between the UI and the wiki syntax. The UI always talks about (nested) pages and never about spaces, but in the wiki syntax you would still have to specify both the space and the name of a page when linking to it (e.g. writing ##~[~[Some.Nested.Page.WebHome]]## if you want to create a link to the nested page ##Some.Nested.Page##). The same applies to ##image~:## or ##attach~:## syntax. The technical reason for this was that, at the wiki syntax level, untyped links were always being resolved to ##doc:## type links.

Get Connected