Changes for page Release Notes XWiki 7.4 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,6 +25,7 @@ 25 25 * The "annotations" button in the "More Actions" menu has been moved in the same menu but with other actions and renamed "Annotate".((( 26 26 {{image reference="Annotate.png"/}} 27 27 ))) 28 +* The Create Page UI allows you to view and change the location of the new page (that is going to be create) even when you [[open directly the URL of the new page>>platform:Features.DocumentLifecycle||anchor="HByenteringdirectlytheURLofthenewpage"]]. 28 28 29 29 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.4-milestone-2%22&tempMax=1000]] fixed in this release. 30 30 ... ... @@ -93,7 +93,7 @@ 93 93 == Miscellaneous == 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 -* The default link behaviour can be disabled for a tree node, when you use the [[Tree Widget>>extensions:Extension.Tree Widget]], by using the 'jstree-no-link' CSS class on the node anchor, which can alsobe set from the node JSON:(((97 +* The default link behaviour can be disabled for a tree node, when you use the [[Tree Widget>>extensions:Extension.Tree Widget]], by using the 'jstree-no-link' CSS class on the node anchor, which can be set from the node JSON:((( 97 97 {{code language="none"}} 98 98 { 99 99 ... (node JSON) ...