Last modified by Thomas Mortagne on 2023/10/13

From version < 1.3 >
edited by Sorin Burjan
on 2010/12/21
To version 1.1 >
edited by Sorin Burjan
on 2010/12/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,123 +1,1 @@
1 -{{toc/}}
2 -
3 -
4 -== ==
5 -
6 -= Release Notes of XWiki Enterprise 2.x cycle =
7 -
8 -= Top 10 Features introduced in 2.x cycle =
9 -
10 -== User Interface ==
11 -
12 -=== Colibri skin ===
13 -
14 -XWiki 2.0 introduces a new, lightweight, easily customizable skin. The main goal of the Colibri skin is to provide the proper support for fast and easy modifications of the look and feel of the wiki.
15 -
16 -[[[[image:home-small.png||style="border: 1px solid rgb(0, 0, 0);"]]>>http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise20/home.png]]
17 -
18 -See [[Colibri skin documentation>>extensions:Extension.Colibri Skin]] for more details.
19 -
20 -=== Color Themes ===
21 -
22 -[[Color Themes>>extensions:Extension.Colibri Skin]] is an easy way to modify colors for your wiki:
23 -
24 -[[image:extensions:Extension.Colibri [email protected]]]
25 -
26 -We provide several predefined themes out of the box (and it's possible to create new ones):
27 -
28 -[[image:extensions:Extension.Colibri [email protected]]]
29 -
30 -{{info}}
31 -Themes are indepedent of skins. However currently only the new Colibri skin uses them. Future skins will be made to use Color Themes. In addition, the Class/Object editor has been modified to use the selected color theme.
32 -{{/info}}
33 -
34 -=== New Search Interface ===
35 -
36 -The default search page UI has been improved to be easier to understand and use.
37 -
38 -[[image:[email protected]||style="border: 1px solid rgb(0, 0, 0); width: 600px;"]]
39 -
40 -
41 -== Annotations ==
42 -
43 -The scope of this feature is to allow users to annotate text in a XWiki document. With the new feature you can:
44 -
45 -* Make annotations by selecting the text and pressing(((
46 -Ctrl + M (Meta + M)image:[email protected]
47 -)))
48 -* Show annotations on your page(((
49 -image:[email protected]
50 -)))
51 -* See an annotation for a text item by hovering over the yellow icon next to it(((
52 -image:[email protected]
53 -)))
54 -* Edit and delete annotations straight from the page(((
55 -image:[email protected]
56 -)))
57 -* Manage annotations from the "Annotations" tab(((
58 -image:[email protected]
59 -)))
60 -
61 -You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]].
62 -
63 -== Color Theme Editor ==
64 -
65 -The new editor allows fast and easy modifications for the look and feel of the wiki. You'll find in this editor
66 -
67 -* A new way of displaying themes on the "Color Themes" space home(((
68 -image:[email protected]
69 -)))
70 -* The ability to create a new theme from the "Color Theme" space home(((
71 -image:[email protected]
72 -)))
73 -* A palette for each area you are editing with a popup listing everything you can customize at this level(((
74 -image:[email protected]
75 -)))
76 -* A dialog where you can make the desired changes(((
77 -image:[email protected]
78 -)))
79 -* The possibility to undo the latest modifications or reset all changes
80 -
81 -Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]].
82 -
83 -== Anonymous commenting with Captcha ==
84 -
85 -Now thanks to the [[captcha module>>extensions:Extension.Captcha Module]] you can require unregistered users to solve a captcha in order to post comments. To require guests to solve a captcha simply go to the "Rights" section of the [[Administration Application>>extensions:Extension.Administration Application]] for the wiki or just the space, and check the box saying "Require unregistered users to solve a captcha when posting a comment on a page". **Note** This box does not give guests permission to comment, it only adds a requirement for commenting if they already have permission.
86 -[[This feature is documented here.>>platform:AdminGuide.Configuration]]
87 -Sample:
88 -
89 -[[image:[email protected]||style="border: 1px solid black;" width="550px;"]]
90 -
91 -== Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
92 -
93 -If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>extensions:Extension.Administration Application]] you are in luck. All you need to do is create a custom class holding all of the configuration for your application, then add an object of your custom configuration class and an object of ##XWiki.Configurable## class. You will be able to configure your application from the administration interface.
94 -The following is an image of the administration interface with additional applications to be configured (you can customize the icon used).
95 -
96 -[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise23M1@AdministrationPanelExtraIcons.png||style="border: 1px solid black;" width="550px;"]]
97 -
98 -Note the current user does not have permission to edit one of the configurable applications.
99 -
100 -== Introduced [[XWiki Cryptographic Module>>extensions:Extension.Cryptographic Module]] ==
101 -
102 -This module exposes high level APIs allowing developers to bolster their security using cryptography for both integrity and confidentiality.
103 -
104 -You can find more information about the cryptographic module including examples at the Extensions page for the [[XWiki Cryptographic Module>>extensions:Extension.Cryptographic Module]].
105 -
106 -== Improvements to Action Menus ==
107 -
108 -* New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.(((
109 -[[image:AddMenu.png||style="border: 1px solid black;"]]
110 -)))
111 -* Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.(((
112 -[[image:WikiMenu.png||style="border: 1px solid black;"]] [[image:SpaceMenu.png||style="border: 1px solid black;"]]
113 -)))
114 -* New Page menu: Integrates the Watch, Copy, Rename and Delete actions.(((
115 -[[image:PageMenu.png||style="border: 1px solid black;"]]
116 -)))
117 -* The Edit, Export, More actions and Profile menus also benefited from a refresh.
118 -
119 -=== Visible content menu when scrolling down ===
120 -
121 -When scrolling down on a document, the content menu will follow, so the user will not have to scroll up on top of the page in order to access it.
122 -
123 -[[image:ActionMenu.png||style="border: 1px solid black;"]]
1 +Release Notes of XWiki Enterprise 2.x cycle

Get Connected