Wiki source code of Release Notes for XWiki 7.2 Release Candidate 1
Version 42.1 by Marius Dumitru Florea on 2015/09/15
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | <insert description of release here> | ||
8 | |||
9 | = New and Noteworthy (since XWiki 7.2M3) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. | ||
12 | |||
![]() |
3.1 | 13 | == Flamingo == |
![]() |
1.1 | 14 | |
![]() |
3.1 | 15 | Following the introduction of the Nested Documents feature, we have made some modifications to the Flamingo skin: |
![]() |
1.1 | 16 | |
![]() |
9.1 | 17 | * 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: |
![]() |
10.1 | 18 | ** a section to set rights for the document only. |
19 | ** a section to set rights for the document and its children. | ||
![]() |
3.1 | 20 | * 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). |
![]() |
25.1 | 21 | * The create action has been relooked (with the introduction of the "page type" field) and proposes to import an office document. |
![]() |
28.1 | 22 | * A new "children" viewer is now accessible in the "more actions" menu, along with the other viewers. |
![]() |
34.2 | 23 | * For Terminal Pages, a new "siblings" viewer is present, which replaces the old "space index" feature. |
![]() |
3.1 | 24 | |
![]() |
8.1 | 25 | {{gallery}} |
26 | image:AdministerPageMenu.png | ||
27 | image:AdminPageAndChildrenRights.png | ||
28 | image:AdminPageRights.png | ||
29 | image:AdministerParentMenu.png | ||
![]() |
20.1 | 30 | image:create.png |
![]() |
24.1 | 31 | image:CreatePopUp.png |
![]() |
28.1 | 32 | image:menu-children.png |
33 | image:menu-siblings.png | ||
![]() |
8.1 | 34 | {{/gallery}} |
35 | |||
![]() |
40.1 | 36 | == Solr Search == |
37 | |||
38 | 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. | ||
39 | |||
40 | {{image reference="searchResultLocation.png" /}} | ||
41 | |||
42 | 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. | ||
43 | |||
44 | {{image reference="searchLocationFacet.png" /}} | ||
45 | |||
![]() |
1.1 | 46 | == Miscellaneous == |
47 | |||
![]() |
13.1 | 48 | * It's now possible create new FAQs in Nested Spaces. |
![]() |
16.1 | 49 | * A memory dump is automatically created in the ##data/## folder when an ##Out Of Memory## error is throw in the Jetty package. |
![]() |
33.1 | 50 | * The Activity Stream now also displays activity for Nested Spaces. |
![]() |
39.1 | 51 | * Skin editor now properly works for a nested skin document |
![]() |
1.1 | 52 | |
53 | 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. | ||
54 | |||
55 | = For Developers = | ||
56 | |||
![]() |
22.1 | 57 | == XWiki Select Widget == |
![]() |
1.1 | 58 | |
![]() |
22.1 | 59 | A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box: |
![]() |
1.1 | 60 | |
![]() |
19.1 | 61 | {{image reference="xwiki-select.png"/}} |
62 | |||
![]() |
1.1 | 63 | == Deprecated and Retired projects == |
64 | |||
65 | <description of deprecated and retired projects> | ||
66 | |||
67 | == Upgrades == | ||
68 | |||
69 | The following dependencies have been upgraded: | ||
70 | |||
![]() |
37.1 | 71 | * [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]] |
![]() |
35.1 | 72 | * [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]] |
![]() |
38.1 | 73 | * [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]] |
![]() |
1.1 | 74 | |
75 | == Miscellaneous == | ||
76 | |||
![]() |
26.1 | 77 | * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added. |
![]() |
34.2 | 78 | * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##. |
![]() |
34.1 | 79 | * For ##?viewer=children##, ##?xpage=children##, ##?viewer=siblings## and ##?xpage=siblings## a new ##displayHidden## parameter has been added. By default, the hidden documents are not displayed unless the user's configuration overwrites this. |
![]() |
1.1 | 80 | |
81 | = Translations = | ||
82 | |||
83 | The following translations have been updated: | ||
84 | |||
85 | {{language codes="none, none"/}} | ||
86 | |||
87 | = Tested Browsers & Databases = | ||
88 | |||
89 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
90 | |||
91 | = Known issues = | ||
92 | |||
93 | * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] | ||
94 | |||
95 | = Backward Compatibility and Migration Notes = | ||
96 | |||
97 | == General Notes == | ||
98 | |||
99 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
100 | |||
101 | == Issues specific to XWiki <version> == | ||
102 | |||
103 | <issues specific to the project> | ||
104 | |||
105 | == API Breakages == | ||
106 | |||
107 | The following APIs were modified since <project> <version - 1>: | ||
108 | |||
109 | {{code language="none"}} | ||
110 | <clirr output here> | ||
111 | {{/code}} |