Wiki source code of Release Notes for XWiki 7.2
Version 7.1 by Guillaume Delhumeau on 2015/09/23
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 | |||
![]() |
2.1 | 9 | = New and Noteworthy (since XWiki 7.1) = |
![]() |
1.1 | 10 | |
11 | [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. | ||
12 | |||
![]() |
7.1 | 13 | == Nested Pages == |
![]() |
1.1 | 14 | |
![]() |
7.1 | 15 | It's now possible to create wiki pages inside other wiki pages. More specifically we've decided to drop the concept of Space in the UI (it's still there at the API/platform level) and instead, to replace it with the concept of Nested Pages. |
![]() |
1.1 | 16 | |
![]() |
7.1 | 17 | We've also decided to drop the concept of Parent/Child relationship since it was too complex for end users to have 2 hierarchies: the Space/Page hierarchy and the Parent/Child hierarchy. The Parent/Child hierarchy also had limitations: you couldn't inherit page permissions for example. Thus the idea is to have a single hierarchy based on Nested Pages. |
18 | |||
19 | Advantages of Nested Pages: | ||
20 | |||
21 | * The URL reflects the page hierarchy | ||
22 | * Finer-grained control: Ability to set permissions at each level | ||
23 | * Generally speaking, a nicer and simpler way to organize your content hierarchically | ||
24 | * Moving and Deleting pages updates the hierarchy | ||
25 | |||
26 | Terminology: | ||
27 | |||
28 | * **Nested Page** (a.k.a **Non-Terminal Page**): This is a wiki page that can have children pages. Technically a Nested Page is implemented as a Nested Space (i.e. a **WebHome** page). | ||
29 | * **Non-Nested Page** (a.k.a **Terminal Page**): This a wiki page that cannot have children pages. Applications and script can create Terminal Pages. Advanced Users will also be able to create Terminal Pages from the UI. Standard Users will only be able to create Nested Pages. | ||
30 | * **Nested Space**: A Space which has another Space as parent. As mentioned above, a Nested Page is technically implemented as a Nested Space. You will used the term Nested Space when speaking technically about XWiki APIs for example but when talking about UI you should favor using the term Nested Page instead. | ||
31 | |||
32 | For more information, see [[Content Organization>>platform:Features.ContentOrganization||anchor="HHistory"]]. | ||
33 | |||
![]() |
1.1 | 34 | == Miscellaneous == |
35 | |||
36 | <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!> | ||
37 | |||
![]() |
3.1 | 38 | * The [[Orphaned Pages>>extensions:Extension.Index Application||anchor="HAllorphanedDocuments"]] tab from the [[Document Index>>extensions:Extension.Index Application||anchor="HAccessingtheIndexes"]] is now displayed only when [[the Parent-Child Hierarchy Mode>>ReleaseNotesXWiki72M2||anchor="HHidingoftheParent-ChildRelationship"]] is enabled (which is not the case by default). |
39 | |||
![]() |
1.1 | 40 | 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. |
41 | |||
42 | = For Developers = | ||
43 | |||
44 | == <developer feature N> == | ||
45 | |||
46 | <description of developer feature N> | ||
47 | |||
48 | == Deprecated and Retired projects == | ||
49 | |||
50 | <description of deprecated and retired projects> | ||
51 | |||
52 | == Upgrades == | ||
53 | |||
54 | The following dependencies have been upgraded: | ||
55 | |||
56 | * <list libraries that have been upgraded> | ||
57 | |||
58 | == Miscellaneous == | ||
59 | |||
60 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
61 | |||
62 | = Translations = | ||
63 | |||
64 | The following translations have been updated: | ||
65 | |||
66 | {{language codes="none, none"/}} | ||
67 | |||
68 | = Tested Browsers & Databases = | ||
69 | |||
70 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
71 | |||
![]() |
6.1 | 72 | = Performances tests compared to 6.4.5 = |
![]() |
1.1 | 73 | |
![]() |
5.1 | 74 | There hasn't really been much performance work on this version so we get mostly the same result than in [[7.1 release note>>ReleaseNotesXWiki71]]. The important point here was to check if nested spaces ha much impact on performances. |
![]() |
1.1 | 75 | |
![]() |
5.1 | 76 | {{display reference="test:Performances.Jetty HSQLDB single wiki 645 to 72" section="HSummary"/}} |
![]() |
1.1 | 77 | |
![]() |
5.1 | 78 | More details on [[performance comparison on single wiki between 7.2 and 6.4.5>>test:Performances.Jetty HSQLDB single wiki 645 to 72]]. |
79 | |||
![]() |
1.1 | 80 | = Known issues = |
81 | |||
82 | * [[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]] | ||
83 | |||
84 | = Backward Compatibility and Migration Notes = | ||
85 | |||
86 | == General Notes == | ||
87 | |||
88 | 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. | ||
89 | |||
![]() |
2.1 | 90 | == Issues specific to XWiki 7.2 == |
![]() |
1.1 | 91 | |
92 | <issues specific to the project> | ||
93 | |||
94 | == API Breakages == | ||
95 | |||
![]() |
2.1 | 96 | The following APIs were modified since XWiki 7.1: |
![]() |
1.1 | 97 | |
98 | {{code language="none"}} | ||
99 | <clirr output here> | ||
100 | {{/code}} |