Wiki source code of Release Notes for XWiki 7.2 Release Candidate 1
Version 43.4 by Eduard Moraru 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 | |||
![]() |
43.1 | 40 | {{image reference="searchResultLocation.png"/}} |
![]() |
40.1 | 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 | |||
![]() |
43.1 | 44 | {{image reference="searchLocationFacet.png"/}} |
![]() |
40.1 | 45 | |
![]() |
43.2 | 46 | 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. |
![]() |
43.1 | 47 | |
![]() |
1.1 | 48 | == Miscellaneous == |
49 | |||
![]() |
13.1 | 50 | * It's now possible create new FAQs in Nested Spaces. |
![]() |
16.1 | 51 | * A memory dump is automatically created in the ##data/## folder when an ##Out Of Memory## error is throw in the Jetty package. |
![]() |
33.1 | 52 | * The Activity Stream now also displays activity for Nested Spaces. |
![]() |
39.1 | 53 | * Skin editor now properly works for a nested skin document |
![]() |
1.1 | 54 | |
55 | 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. | ||
56 | |||
57 | = For Developers = | ||
58 | |||
![]() |
22.1 | 59 | == XWiki Select Widget == |
![]() |
1.1 | 60 | |
![]() |
22.1 | 61 | A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box: |
![]() |
1.1 | 62 | |
![]() |
19.1 | 63 | {{image reference="xwiki-select.png"/}} |
64 | |||
![]() |
1.1 | 65 | == Deprecated and Retired projects == |
66 | |||
67 | <description of deprecated and retired projects> | ||
68 | |||
69 | == Upgrades == | ||
70 | |||
71 | The following dependencies have been upgraded: | ||
72 | |||
![]() |
37.1 | 73 | * [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]] |
![]() |
35.1 | 74 | * [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]] |
![]() |
38.1 | 75 | * [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]] |
![]() |
1.1 | 76 | |
77 | == Miscellaneous == | ||
78 | |||
![]() |
26.1 | 79 | * The URL parameters ##?viewer=children## and ##?viewer=backlinks## have been added. |
![]() |
34.2 | 80 | * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##. |
![]() |
34.1 | 81 | * 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 | 82 | |
83 | = Translations = | ||
84 | |||
85 | The following translations have been updated: | ||
86 | |||
87 | {{language codes="none, none"/}} | ||
88 | |||
89 | = Tested Browsers & Databases = | ||
90 | |||
91 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
92 | |||
93 | = Known issues = | ||
94 | |||
95 | * [[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]] | ||
96 | |||
97 | = Backward Compatibility and Migration Notes = | ||
98 | |||
99 | == General Notes == | ||
100 | |||
101 | 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. | ||
102 | |||
103 | == Issues specific to XWiki <version> == | ||
104 | |||
105 | <issues specific to the project> | ||
106 | |||
107 | == API Breakages == | ||
108 | |||
![]() |
43.3 | 109 | The following APIs were modified since XWiki 7.1.2: |
![]() |
1.1 | 110 | |
![]() |
43.3 | 111 | * New configuration option to change the size of the Job statuses cache:((( |
![]() |
1.1 | 112 | {{code language="none"}} |
![]() |
43.3 | 113 | org.xwiki.job.JobManagerConfiguration: Method 'public int getJobStatusCacheSize()' has been added to an interface |
![]() |
1.1 | 114 | {{/code}} |
![]() |
43.3 | 115 | ))) |
116 | |||
117 | * Added missing methods to the ##DocumentModelBridge## class, which are already implemented by XWikiDocument:((( | ||
118 | {{code language="none"}} | ||
119 | org.xwiki.bridge.DocumentModelBridge: Method 'public org.xwiki.model.reference.DocumentReference getContentAuthorReference()' has been added to an interface | ||
120 | {{/code}} | ||
121 | ))) | ||
122 | |||
123 | * AbstractWrappingObject, AbstractSafeObject and ScriptSafeProvider have been moved to xwiki-commons-script:((( | ||
124 | {{code language="none"}} | ||
125 | org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.internal.safe.AbstractSafeObject from the list of superclasses | ||
126 | org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.wrap.AbstractWrappingObject from the list of superclasses | ||
127 | org.xwiki.extension.wrap.WrappingIterableResult: Parameter 2 of 'public WrappingIterableResult(org.xwiki.extension.repository.result.IterableResult, org.xwiki.extension.internal.safe.ScriptSafeProvider)' has changed its type to org.xwiki.script.internal.safe.ScriptSafeProvider | ||
128 | org.xwiki.filter.script.AbstractFilterScriptService: Changed type of field scriptProvider from org.xwiki.extension.internal.safe.ScriptSafeProvider to org.xwiki.script.internal.safe.ScriptSafeProvider | ||
129 | org.xwiki.extension.script.AbstractExtensionScriptService: Changed type of field scriptProvider from org.xwiki.extension.internal.safe.ScriptSafeProvider to org.xwiki.script.internal.safe.ScriptSafeProvider | ||
130 | {{/code}} | ||
131 | ))) | ||
132 | |||
133 | * com.xpn.xwiki.XWiki#localStringEntityReferenceSerializer now exists in oldcore, we do not need it in the aspect anymore:((( | ||
134 | {{code language="none"}} | ||
135 | com.xpn.xwiki.XWikiCompatibilityAspect: Method 'public org.xwiki.model.reference.EntityReferenceSerializer ajc$interFieldGetDispatch$com_xpn_xwiki_XWikiCompatibilityAspect$com_xpn_xwiki_XWiki$localStringEntityReferenceSerializer(com.xpn.xwiki.XWiki)' has been removed | ||
136 | com.xpn.xwiki.XWikiCompatibilityAspect: Method 'public void ajc$interFieldInit$com_xpn_xwiki_XWikiCompatibilityAspect$com_xpn_xwiki_XWiki$localStringEntityReferenceSerializer(com.xpn.xwiki.XWiki)' has been removed | ||
137 | com.xpn.xwiki.XWikiCompatibilityAspect: Method 'public void ajc$interFieldSetDispatch$com_xpn_xwiki_XWikiCompatibilityAspect$com_xpn_xwiki_XWiki$localStringEntityReferenceSerializer(com.xpn.xwiki.XWiki, org.xwiki.model.reference.EntityReferenceSerializer)' has been removed | ||
138 | {{/code}} | ||
139 | ))) | ||
140 | |||
141 | * Not a breakage. The legacy method was not in the right place (which mean that it was not available so it actually fix a breakage):((( | ||
142 | {{code language="none"}} | ||
143 | com.xpn.xwiki.XWikiCompatibilityAspect: Method 'public java.lang.Object getRenderingEngine()' has been removed | ||
144 | {{/code}} | ||
145 | ))) | ||
146 | |||
147 | * Young API. ExportURLFactoryContext been renamed to FilesystemExportContext and moved to the Filesystem URL scheme module | ||
148 | {{comment}}Eduard @ 7.2RC1: | ||
![]() |
43.4 | 149 | I have found 3 differences in xwiki-platform that have not generated a clirr error, maybe they are leftovers or the clirr report did not catch them for some reason. See https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/pom.xml#L493:L510{{/comment}} |