Last modified by Thomas Mortagne on 2023/10/13

<
From version < 18.1 >
edited by Guillaume Delhumeau
on 2015/09/23
To version < 21.1 >
edited by Guillaume Delhumeau
on 2015/09/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -101,7 +101,7 @@
101 101  * For Terminal Pages, a new "siblings" viewer is present, which replaces the old "space index" feature.
102 102  
103 103  {{gallery}}
104 -image:ReleaseNotesXWiki72M3@homepage.png
104 +image:ReleaseNotesXWiki72RC1@flamingo.png
105 105  image:[email protected]
106 106  image:ReleaseNotesXWiki72M3@more_actions.png
107 107  image:[email protected]
... ... @@ -118,7 +118,6 @@
118 118  image:[email protected]
119 119  image:[email protected]
120 120  image:[email protected]
121 -image:[email protected]
122 122  image:[email protected]
123 123  image:[email protected]
124 124  image:[email protected]
... ... @@ -133,6 +133,18 @@
133 133  
134 134  It's now possible to disable subgroups resolution using ##xwiki.authentication.ldap.group_sync_resolve_subgroups## property in ##xwiki.cfg## configuration file. Resolving each member to check if it's a group might be very expensive with big groups so if you know there is no subgroup you should really disable it.
135 135  
135 +== Solr Search ==
136 +
137 +You can now search for nested documents using the [[Solr Search Application>>extensions:Extension.Solr Search Application]]. The display of the search result location has been updated to support nested documents.
138 +
139 +{{image reference="[email protected]"/}}
140 +
141 +The "Space" facet has been replaced with a "Location" facet that supports nested documents. This allows you to search in a specific location in the page hierarchy.
142 +
143 +{{image reference="[email protected]"/}}
144 +
145 +The "Page" facet has been removed by default because it doesn't bring value in the context of the nested documents: all non-terminal documents have the same name 'WebHome'. The "Wiki" facet is displayed by default only on the main wiki and only if you have multiple wikis.
146 +
136 136  == Miscellaneous ==
137 137  
138 138  <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
... ... @@ -159,7 +159,18 @@
159 159  * The Administration mode no longer features a select input on the right side for navigation between spaces since that input does no longer scale in the context of Nested Spaces. Thus, the breadcrumbs should be used instead and the future UI improvements that will soon become available in this direction.
160 160  * It's now possible to create Skins in Nested Spaces.
161 161  * Changed the exception message displayed when a script execution fails due to lack of rights to make it clearer that it's not a problem with the current user, but with the script.
173 +* When [[creating, copying or renaming a page>>platform:Features.DocumentLifecycle]] you can now select a top level location from the tree picker (e.g. copy as top level page) even if you have a single wiki (i.e. only the main wiki). You do this by selecting the root of the tree (i.e. the wiki node).
174 +* The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] is now displaying a message when the tree is empty.(((
175 +{{image reference="[email protected]"/}}
162 162  
177 +With the new ##showRoot## parameter you can force the document tree to show the actual root node (either the one specified by the ##root## parameter or the default root node).
178 +)))
179 +* A couple of bugs in the [[App Within Minutes Application>>extensions:Extension.App Within Minutes Application]], that were caused by the introduction of the Nested Documents feature, have been fixed.
180 +* It's now possible create new FAQs in Nested Spaces.
181 +* When using the XWiki Jetty distribution, a memory dump is automatically created in XWiki's ##data/## folder when an ##Out Of Memory## error occurs.
182 +* The Activity Stream now also displays activity for Nested Spaces.
183 +* Skin editor now properly works for a nested skin document
184 +
163 163  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+%22<version>%22&tempMax=1000]] fixed in this release.
164 164  
165 165  = For Developers =
... ... @@ -529,6 +529,20 @@
529 529  * [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
530 530  * [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
531 531  
554 +== XWiki Select Widget ==
555 +
556 +A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
557 +
558 +{{image reference="[email protected]"/}}
559 +
560 +== Document Picker ==
561 +
562 +Two new Velocity macros has been added to allow selecting a document from a tree picker and to display the path (breadcrumbs) to the selected document.
563 +
564 +{{image reference="[email protected]"/}}
565 +
566 +Check the [[Document Picker documentation>>extensions:Extension.Document Picker]] for more details.
567 +
532 532  == Miscellaneous ==
533 533  
534 534  * Objects, attachments and the document's class are now clearly not considered content, but metadata. Thus, any change in these will set the document's (XWikiDocument) metadataDirty flag to true and not touch the document's contentDirty flag unless there is an actual change in the document's content or title fields. This is also in line with the original intent of the contentAuthor document field. The direct impact of this is that the contentAuthor field will be updated only when the content is changed and thus the programming/script rights of a document will be changed much less often than before and much less by accident.
... ... @@ -561,6 +561,9 @@
561 561  )))
562 562  * Better support of non-DOCUMENT ##EntityReferences## in ##DocumentReferenceConverter##. It now behaves like ##XWiki#getDocument(EntityReference)##
563 563  * The Copy/Rename/Delete UI actions are now using the [[Refactoring Module's Script Services>>extensions:Extension.Refactoring Module]].
600 +* The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added.
601 +* A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
602 +* For ##?viewer=children##, ##?xpage=children##, ##?viewer=siblings## and ##?xpage=siblings## a new ##displayHidden## parameter has been added. By default, the hidden pages are not displayed unless the user's configuration overwrites this.
564 564  
565 565  = Translations =
566 566  

Get Connected