Wiki source code of Summary of the XWiki 9.x Cycle
Version 5.37 by Ecaterina Moraru (Valica) on 2018/01/05
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**" width="30%"}} | ||
2 | {{toc start="2"/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is a summary of the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]], for the whole 9.x cycle (i.e. the whole year 2017). They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | New Notifications (grouping, templates, by mail, filters, diff) | ||
8 | |||
9 | Administration reorganization | ||
10 | |||
11 | HTML export | ||
12 | |||
13 | Protection against accidental deletion of important pages | ||
14 | |||
15 | We continued improving the CKEditor integration | ||
16 | |||
17 | Attachment improvements like better handling of bigger attachments and preview. | ||
18 | |||
19 | == Work Done == | ||
20 | |||
21 | The work is organised using [[JIRA>>http://jira.wiki.org]] and here are some [[JIRA stats of what happened during the 9.x cycle>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13907]]: | ||
22 | |||
23 | * 1003 issues were closed (See the [[full JIRA issue list>>https://jira.xwiki.org/issues/?filter=14607]]) | ||
24 | * 480 bugs closed, 254 improvements, 53 new features and more:((( | ||
25 | {{image reference="jira-issue-types-9x.png" width="500px"/}} | ||
26 | ))) | ||
27 | * And the top JIRA participants (those contributing to more than 1% of the total jira issue number):((( | ||
28 | {{image reference="jira-assignees-9x.png" width="500px"/}} | ||
29 | ))) | ||
30 | |||
31 | Congrats to all who participated! | ||
32 | |||
33 | === Top 10 Features === | ||
34 | |||
35 | Here are the top 10 features that we wish to highlight (arbitrarily hand-picked; it's hard to pick 10 out of 307 improvements and new features): | ||
36 | |||
37 | {{toc depth="4" start="4" numbered="true"/}} | ||
38 | |||
39 | (% class="row" %) | ||
40 | ((( | ||
41 | (% class="col-xs-12 col-sm-6" %) | ||
42 | ((( | ||
43 | ==== Flavors ==== | ||
44 | |||
45 | We switched from the old "XWiki Enterprise" package and we now provide the "[[XWiki Standard>>extensions:Extension.XWiki Standard Flavor]]" flavor. When creating a new wiki, Administrators can choose which flavor they want. | ||
46 | |||
47 | In XWiki, a [[flavor>>platform:Features.Applications||queryString="#HFlavors"]] is simply a bundle of extensions that serve a particular usage. We expect in the future that the community members will provide additional flavors built on top of XWiki. Imagine a flavor for application development, one for documentation, one for procedures or even a flavor created especially for your team. Using flavors you can customize your XWiki to the smallest details. | ||
48 | ))) | ||
49 | |||
50 | (% class="col-xs-12 col-sm-6" %) | ||
51 | ((( | ||
52 | {{gallery}} | ||
53 | image:flavors.png | ||
54 | {{/gallery}} | ||
55 | ))) | ||
56 | ))) | ||
57 | |||
58 | |||
59 | (% class="row" %) | ||
60 | ((( | ||
61 | (% class="col-xs-12 col-sm-6" %) | ||
62 | ((( | ||
63 | ==== Notifications ==== | ||
64 | ))) | ||
65 | |||
66 | (% class="col-xs-12 col-sm-6" %) | ||
67 | ((( | ||
68 | {{gallery}} | ||
69 | image: | ||
70 | {{/gallery}} | ||
71 | ))) | ||
72 | ))) | ||
73 | |||
74 | == Top User Features == | ||
75 | |||
76 | For our users, here are the top features that we wish to highlight: | ||
77 | |||
78 | {{toc scope="local" depth="3"/}} | ||
79 | |||
80 | {{getChanges products="XWiki" versions="9.%" importance="High, Medium, Low" audience="user" contextVariable="userChanges"/}} | ||
81 | |||
82 | {{displayChanges displayer="flow" contextVariable="userChanges"/}} | ||
83 | |||
84 | == Top Admin Features == | ||
85 | |||
86 | For our admins, here are the top features that we wish to highlight: | ||
87 | |||
88 | {{toc scope="local" depth="3"/}} | ||
89 | |||
90 | {{getChanges products="XWiki" versions="9.%" importance="High, Medium, Low" audience="administrator" contextVariable="adminChanges"/}} | ||
91 | |||
92 | {{displayChanges displayer="flow" contextVariable="adminChanges"/}} | ||
93 | |||
94 | == Top Developer Features == | ||
95 | |||
96 | For our developers, here are the top features that we wish to highlight: | ||
97 | |||
98 | {{toc scope="local" depth="3"/}} | ||
99 | |||
100 | {{getChanges products="XWiki" versions="9.%" importance="High, Medium, Low" audience="developer" contextVariable="developerChanges"/}} | ||
101 | |||
102 | {{displayChanges displayer="flow" contextVariable="developerChanges"/}} | ||
103 | |||
104 | == Detailed Release Notes == | ||
105 | |||
106 | If you wish to see the full details of all features and improvements you can check each release note. | ||
107 | |||
108 | {{include reference="ReleaseNotes.ReleaseNotesXWiki9x.WebHome"/}} |