Version 1.5 by Sorin Burjan on 2010/12/21

Show last authors
1 {{toc/}}
2
3
4 = Top 10 Features introduced in 2.x cycle =
5
6 == 1.User Interface ==
7
8 === Colibri skin ===
9
10 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.
11
12 [[[[image:home-small.png||style="border: 1px solid rgb(0, 0, 0);"]]>>http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise20/home.png]]
13
14 See [[Colibri skin documentation>>extensions:Extension.Colibri Skin]] for more details.
15
16 === Color Theme Editor ===
17
18 The new editor allows fast and easy modifications for the look and feel of the wiki. You'll find in this editor
19
20 * A new way of displaying themes on the "Color Themes" space home(((
21 image:[email protected]
22 )))
23 * The ability to create a new theme from the "Color Theme" space home(((
24 image:[email protected]
25 )))
26 * A palette for each area you are editing with a popup listing everything you can customize at this level(((
27 image:[email protected]
28 )))
29 * A dialog where you can make the desired changes(((
30 image:[email protected]
31 )))
32 * The possibility to undo the latest modifications or reset all changes
33
34 Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]].
35 === New Search Interface ===
36
37 The default search page UI has been improved to be easier to understand and use.
38
39 [[image:[email protected]||style="border: 1px solid rgb(0, 0, 0); width: 600px;"]]
40
41
42 == 2.Annotations ==
43
44 The scope of this feature is to allow users to annotate text in a XWiki document. With the new feature you can:
45
46 * Make annotations by selecting the text and pressing(((
47 Ctrl + M (Meta + M)image:[email protected]
48 )))
49 * Show annotations on your page(((
50 image:[email protected]
51 )))
52 * See an annotation for a text item by hovering over the yellow icon next to it(((
53 image:[email protected]
54 )))
55 * Edit and delete annotations straight from the page(((
56 image:[email protected]
57 )))
58 * Manage annotations from the "Annotations" tab(((
59 image:[email protected]
60 )))
61
62 You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]].
63
64 == 3.Improvements to Action Menus ==
65
66 * New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.(((
67 [[image:AddMenu.png||style="border: 1px solid black;"]]
68 )))
69 * Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.(((
70 [[image:WikiMenu.png||style="border: 1px solid black;"]] [[image:SpaceMenu.png||style="border: 1px solid black;"]]
71 )))
72 * New Page menu: Integrates the Watch, Copy, Rename and Delete actions.(((
73 [[image:PageMenu.png||style="border: 1px solid black;"]]
74 )))
75 * The Edit, Export, More actions and Profile menus also benefited from a refresh.
76
77 === Visible content menu when scrolling down ===
78
79 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.
80
81 [[image:ActionMenu.png||style="border: 1px solid black;"]]
82
83 == 4.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]].

Get Connected