Version 1.6 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 == Further improvements to the edit UI ==
41
42 After the improvements to the object and class editors introduced in 1.8 and 2.4, the wiki and WYSIWYG editors also see some enhancements in this release, bringing in some of the proposed changes from [[an older proposal>>http://incubator.myxwiki.org/xwiki/bin/Improvements/ImprovedEdit]], with some additional improvements. Specifically:
43
44 * A new label for the content area in the wiki editor:(((
45 image:[email protected]
46 )))
47 * A more descriptive label for the version summary field
48 * Better positioning of the "minor edit" option
49 * Better positioning and display of the "autosave" option(((
50 image:[email protected]
51 )))
52
53 == Preliminary optional accessibility stylesheet ==
54
55 Moving further on the quest for better accessibility in the XWiki platform, we introduced a preliminary stylesheet which makes the skin slightly more accessible to people with visual disabilities: bigger fonts by default, and underlined links to make them more easily distinguished by colorblind people. This stylesheet can either be activated globally in a wiki, or individually from each user's preferences.
56
57 Enabling the special stylesheet:
58
59 image:[email protected]
60
61 Bigger fonts and underlined links:
62
63 image:[email protected]
64
65 == More consistent use of user avatars ==
66
67 Avatars now come in three default sizes:
68
69 * small avatars, 30px wide, used in secondary actions and where there's very little space available
70 * medium avatars, 50px wide, the preferred and most frequent display option for avatars
71 * large avatars,120px wide, to be used where a large version of the avatar must be displayed (for example in the user profile)
72
73 Accordingly, the wiki dashboard has been changed to use the medium avatars, and as a new feature user avatars are displayed in the comments area.
74
75 image:[email protected]
76
77 Four new velocity macros have been added for making it easier to display avatars:
78
79 * ###smallUserAvatar('XWiki.username')##
80 * ###mediumUserAvatar('XWiki.username')##
81 * ###largeUserAvatar('XWiki.username')##
82 * ###resizedUserAvatar('XWiki.username', 100)## which allows resizing an avatar to a custom size
83
84 User avatars are also displayed in annotations.
85
86 image:[email protected]
87
88 == 2.Annotations ==
89
90 The scope of this feature is to allow users to annotate text in a XWiki document. With the new feature you can:
91
92 * Make annotations by selecting the text and pressing(((
93 Ctrl + M (Meta + M)
94 image:[email protected]
95 )))
96 * Show annotations on your page(((
97 image:[email protected]
98 )))
99 * See an annotation for a text item by hovering over the yellow icon next to it(((
100 image:[email protected]
101 )))
102 * Edit and delete annotations straight from the page(((
103 image:[email protected]
104 )))
105 * Manage annotations from the "Annotations" tab(((
106 image:[email protected]
107 )))
108
109 You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]].
110
111 == 3.Improvements to Action Menus ==
112
113 * New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.(((
114 [[image:[email protected]||style="border: 1px solid black;"]]
115 )))
116 * Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.(((
117 [[image:[email protected]||style="border: 1px solid black;"]] [[image:[email protected]||style="border: 1px solid black;"]]
118 )))
119 * New Page menu: Integrates the Watch, Copy, Rename and Delete actions.(((
120 [[image:[email protected]||style="border: 1px solid black;"]]
121 )))
122 * The Edit, Export, More actions and Profile menus also benefited from a refresh.
123
124 === Visible content menu when scrolling down ===
125
126 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.
127
128 [[image:[email protected]||style="border: 1px solid black;"]]
129
130 == 4.Anonymous commenting with Captcha ==
131
132 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.
133 [[This feature is documented here.>>platform:AdminGuide.Configuration]]
134 Sample:
135
136 [[image:[email protected]||style="border: 1px solid black;" width="550px;"]]
137
138 == Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
139
140 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.
141 The following is an image of the administration interface with additional applications to be configured (you can customize the icon used).
142
143 [[image:ReleaseNotes.ReleaseNotesXWikiEnterprise23M1@AdministrationPanelExtraIcons.png||style="border: 1px solid black;" width="550px;"]]
144
145 Note the current user does not have permission to edit one of the configurable applications.

Get Connected