Changes for page Release Notes for XWiki 8.0 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.m florea1 +XWiki.ThomasMortagne - Content
-
... ... @@ -18,11 +18,11 @@ 18 18 19 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 20 21 -{{image reference="copyProgress.png" width="600" 21 +{{image reference="copyProgress.png" width="600"/}} 22 22 23 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 24 25 -{{image reference="renameStatus.png" width="600" 25 +{{image reference="renameStatus.png" width="600"/}} 26 26 27 27 See the [[Page Lifecycle documentation>>platform:Features.DocumentLifecycle]] for more information. 28 28 ... ... @@ -58,13 +58,13 @@ 58 58 59 59 === Namespace constraint === 60 60 61 -It's now possible to indicate a constraint on where an extension can be installe r(only root namespace, etc.).61 +It's now possible to indicate a constraint on where an extension can be installed (only root namespace, etc.). 62 62 63 -In Maven you can do that using ##xwiki.extension.namespaces## custom property. See [[Maven Connector>>extensions:Extension.XWiki Commons - Extension - Repository - Maven||anchor="HCustomproperties"]] for more details. 63 +In Maven you can do that using ##<xwiki.extension.namespaces>## custom property. See [[Maven Connector>>extensions:Extension.XWiki Commons - Extension - Repository - Maven||anchor="HCustomproperties"]] for more details. 64 64 65 65 === Compare Extensions === 66 66 67 -##org.xwiki.extension.Extension## and ##org.xwiki.extension.ExtensionId## now implement Comparable to make easier manipulate them (order lists, find out if we are doing an upgrade or a downgrade, etc.). 67 +##org.xwiki.extension.Extension## and ##org.xwiki.extension.ExtensionId## now implement ##Comparable## to make easier manipulate them (order lists, find out if we are doing an upgrade or a downgrade, etc.). 68 68 69 69 == Edit Action Events == 70 70