Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,6 +71,68 @@ 71 71 72 72 {{image reference="[email protected]"/}} 73 73 74 +== Flamingo == 75 + 76 +Following the introduction of the Nested Documents feature, we have changed a lot our default Flamingo skin: 77 + 78 +* The top menu has been removed and replaced by a drawer menu that you can expand by clicking on the top right icon 79 +* The add menu has been relocated near the edit one 80 +* The L&F of the Add, Edit, and "More Actions" menus has been changed 81 +* A lot of actions have been moved to the "More Actions" menu 82 +* The page breadcrumb has suffered some changes: 83 +** it is now also displayed on the wiki home page 84 +** the wiki home page is now included when it is part of the current document's hierarchy, i.e. for children and descendants of the wiki home page. See [[XWIKI-12423>>http://jira.xwiki.org/browse/XWIKI-12423]] for more details. 85 +** the sub-wiki pretty name is included between the home icon and the local page path 86 +* The actions menus (edit, create, more actions) are now available from the rename, copy and delete actions. 87 +* The create, copy and rename page actions have been modified to support nested documents: 88 +** The source and target documents are displayed using the breadcrumb 89 +** The target document can be selected using a document tree picker 90 +** For advanced users there is also the option to specify the target document using some text input fields (location advanced edit mode). This is useful especially if you want to create/move the page under a parent that doesn't exist yet (you cannot use the tree picker in this case because the parent would not be available in the tree). 91 +* The delete action proposes to delete the children of the document. 92 + 93 +* The welcome message from the main wiki home page has been updated. 94 +* The "Spaces" widget from the wiki dashboard has been replaced with "Pages" which shows the hierarchy of nested pages from that wiki. 95 +* For non terminal documents, we have introduced a "Page Administration", where you will find settings that concern the document and its children (it's actually the old space administration behind the scene). But we have also introduced 2 sections for setting rights on these pages: 96 +** a section to set rights for the document only. 97 +** a section to set rights for the document and its children. 98 +* For terminal documents, nothing changes, you can change the access rights of the page in the "edit" menu. The only addition is a "Administer Parent" link in the "More actions" menu to administer the parent page (which again is the space administration behind the scene). 99 +* The create action has been relooked (with the introduction of the "page type" field) and proposes to import an office document. 100 +* A new "children" viewer is now accessible in the "more actions" menu, along with the other viewers. 101 +* For Terminal Pages, a new "siblings" viewer is present, which replaces the old "space index" feature. 102 + 103 +{{gallery}} 104 +image:[email protected] 105 +image:[email protected] 106 +image:[email protected]_actions.png 107 +image:[email protected] 108 +image:[email protected] 109 +image:[email protected] 110 +image:[email protected] 111 +image:[email protected] 112 +image:[email protected] 113 +image:[email protected] 114 +image:[email protected] 115 +image:[email protected] 116 +image:[email protected] 117 +image:[email protected] 118 +image:[email protected] 119 +image:[email protected] 120 +image:[email protected] 121 +image:[email protected] 122 +image:[email protected] 123 +image:[email protected] 124 +image:[email protected] 125 +image:[email protected] 126 +image:[email protected] 127 +image:[email protected] 128 +image:[email protected]ng 129 +image:[email protected] 130 +{{/gallery}} 131 + 132 +== LDAP improvements == 133 + 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 + 74 74 == Miscellaneous == 75 75 76 76 <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!> ... ... @@ -86,6 +86,17 @@ 86 86 * The Spaces macro (which lists all Spaces) is now working fine when there are Nested Spaces (some links were failing). 87 87 * The LiveTable macro is now working fine when there are Nested Spaces (some links were failing). 88 88 * The Solr Search is now able to correctly find nested documents. The Search UI still needs to be fixed though (some links may be broken and the document location/paths are not correctly displayed) but otherwise the results should be accurate. 151 +* The Navigation panel displays nested pages:((( 152 +{{image reference="[email protected]"/}} 153 +))) 154 +* When renaming or copying a nested page the document title is updated to reflect the new page name if its previous value was equal the old page name. This was happening already for terminal pages. We extended the behaviour to nested pages. 155 +* Fixed various issues for several applications bundled in XE (such as WatchList and Annotations), which should now work well with Nested Spaces. 156 +* The Administration mode for spaces and wikis now uses the standard reference-based breadcrumbs instead of the previously custom section-based breadcrumbs.((( 157 +{{image reference="[email protected]"/}} 158 +))) 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 +* It's now possible to create Skins in Nested Spaces. 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. 89 89 90 90 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. 91 91