Wiki source code of Release Notes for XWiki 7.4
Version 10.1 by Guillaume Delhumeau on 2015/12/28
Show last authors
author | version | line-number | content |
---|---|---|---|
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.3) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for 7.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13590]]. | ||
12 | |||
13 | == Notifications & Watchlist == | ||
14 | |||
15 | * A new menu has been added to the top bar, on the right: the "notifications" menu (represented by a bell). In the future, it will be the place where you can find notifications about some events happening on the wiki (personal message, a page has been modified, etc...).((( | ||
16 | {{image reference="ReleaseNotesXWiki74M1@Notifications.png"/}} | ||
17 | ))) | ||
18 | * In this menu, we have moved the Watchlist icons (watch this page, watch this wiki, etc...). These actions can be triggered with the new switch buttons((( | ||
19 | {{image reference="ReleaseNotesXWiki74M1@WatchList-Notifications.png"/}} | ||
20 | ))) | ||
21 | * The livetable of the [[WatchList macro>>extensions:Extension.Watchlist Application]] have been updated to support Nested Pages.((( | ||
22 | {{image reference="WatchListTable.png"/}} | ||
23 | ))) | ||
24 | |||
25 | == App Within Minutes == | ||
26 | |||
27 | The application Code and Data pages are now being created. The Code page lists the application code pages. | ||
28 | |||
29 | {{image reference="ReleaseNotesXWiki74M1@awmCodeHomePage.png"/}} | ||
30 | |||
31 | The application Data page shows a live table with the application entries. The application home page has been modified to include the Data page. | ||
32 | |||
33 | {{image reference="ReleaseNotesXWiki74M1@awmDataHomePage.png"/}} | ||
34 | |||
35 | The application entries (custom) live table results page is not generated any more because it was used only to load the translations on demand and now they are loaded on the wiki or user scope, based on the user rights. | ||
36 | |||
37 | == Miscellaneous == | ||
38 | |||
39 | * Some [[bootswatch themes>>extensions:Extension.Bootswatch Themes for Flamingo]] have now a more accurate logo. | ||
40 | * When the search button on the top menu is clicked, it now closes all other menus. | ||
41 | * The Sandbox now uses XWiki Syntax 2.1. | ||
42 | * Non terminal pages are now exported with their corresponding ##WebPreferences## page | ||
43 | |||
44 | 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+%227.4%22&tempMax=1000]] fixed in this release. | ||
45 | |||
46 | = For Developers = | ||
47 | |||
48 | == <developer feature N> == | ||
49 | |||
50 | <description of developer feature N> | ||
51 | |||
52 | == Deprecated and Retired projects == | ||
53 | |||
54 | <description of deprecated and retired projects> | ||
55 | |||
56 | == Upgrades == | ||
57 | |||
58 | The following dependencies have been upgraded: | ||
59 | |||
60 | * <list libraries that have been upgraded> | ||
61 | |||
62 | == Miscellaneous == | ||
63 | |||
64 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
65 | |||
66 | = Translations = | ||
67 | |||
68 | The following translations have been updated: | ||
69 | |||
70 | {{language codes="none, none"/}} | ||
71 | |||
72 | = Tested Browsers & Databases = | ||
73 | |||
74 | {{warning}} | ||
75 | The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. | ||
76 | {{/warning}} | ||
77 | |||
78 | {{comment}} | ||
79 | TODO: uncomment and update with proper link when the report is ready. | ||
80 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
81 | {{/comment}} | ||
82 | |||
83 | = Performances tests compared to <last super stable version> = | ||
84 | |||
85 | <a summary of the comparison with latest super stable version> | ||
86 | |||
87 | More details on <link to the test report>. | ||
88 | |||
89 | = Known issues = | ||
90 | |||
91 | * [[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]] | ||
92 | |||
93 | = Backward Compatibility and Migration Notes = | ||
94 | |||
95 | == General Notes == | ||
96 | |||
97 | 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. | ||
98 | |||
99 | == Issues specific to XWiki <version> == | ||
100 | |||
101 | <issues specific to the project> | ||
102 | |||
103 | == API Breakages == | ||
104 | |||
105 | The following APIs were modified since <project> <version - 1>: | ||
106 | |||
107 | {{code language="none"}} | ||
108 | <clirr output here> | ||
109 | {{/code}} |