Version 13.2 by Silvia Macovei on 2010/03/25

Hide last authors
Thomas Mortagne 6.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Jean-Vincent Drean 1.1 4
5 First milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6
Jean-Vincent Drean 10.2 7 The highlights of this release are: new annotation feature, new colibri color theme editor, anonymous commenting with captcha.
Jean-Vincent Drean 1.1 8
9 = New and Noteworthy (since XWiki Enterprise 2.2.3) =
10
11 == Annotations ==
12
Silvia Macovei 4.1 13 The scope of this feature is to allow users to annotate text in an XWiki document. With the new feature you can:
14
15 * Make annotations by selecting the text and pressing ##Ctrl + M (Meta + M)##
16 (((
17 image:NewAnnotation.png
18 )))
19 * Show annotations on your page
20 (((
Silvia Macovei 4.2 21 image:ShowAnnotation.png
Silvia Macovei 4.1 22 )))
Silvia Macovei 5.2 23 * See an annotation for a text item by hovering over the yellow icon next to it
Silvia Macovei 4.1 24 (((
25 image:HoverAnnotation.png
26 )))
27 * Edit and delete annotations straight from the page
28 (((
29 image:EditAnnotation.png
30 )))
31 * Manage annotations from the "Annotations" tab
32 (((
33 image:AnnotationsTab.png
34 )))
Thomas Mortagne 6.1 35
Silvia Macovei 7.1 36 You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]].
37
Jean-Vincent Drean 1.1 38 == Color Theme Editor ==
39
Silvia Macovei 3.1 40 The new editor allows fast and easy modifications for the look and feel of the wiki. You'll find in this editor
41
42 * A new way of displaying themes on the "Color Themes" space home
Silvia Macovei 4.1 43 (((
Silvia Macovei 3.1 44 image:AvailableThemes.png
Silvia Macovei 4.1 45 )))
Silvia Macovei 3.1 46 * The ability to create a new theme from the "Color Theme" space home
Silvia Macovei 4.1 47 (((
Silvia Macovei 3.1 48 image:CreateNewTheme.png
Silvia Macovei 4.1 49 )))
Silvia Macovei 3.1 50 * A palette for each area you are editing with a popup listing everything you can customize at this level
Silvia Macovei 4.1 51 (((
Silvia Macovei 3.1 52 image:EditMenu.png
Silvia Macovei 4.1 53 )))
Silvia Macovei 3.1 54 * A dialog where you can make the desired changes
Silvia Macovei 4.1 55 (((
Silvia Macovei 3.1 56 image:EditMenu1.png
Silvia Macovei 4.1 57 )))
Silvia Macovei 3.1 58 * The possibility to undo the latest modifications or reset all changes
59
Silvia Macovei 7.1 60 Read more about Color Themes on the dedicated [[application page>>code:Applications.ColorThemeApplication]].
61
Jean-Vincent Drean 10.2 62 == Anonymous commenting with Captcha ==
Jean-Vincent Drean 8.1 63
Caleb James DeLisle 10.1 64 Now thanks to the [[captcha module>>code:Modules.CaptchaModule]] 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>>code:Applications.AdministrationApplication]] 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.
65 [[This feature is documented here.>>platform:AdminGuide.Configuration]]
66 Sample:
Jean-Vincent Drean 8.1 67
Silvia Macovei 13.2 68 [[image:CommentCaptcha.png||width=550px; style="border:1px solid black;]]
69
Caleb James DeLisle 13.1 70 == Easier development of configurable applications using [[XWiki.ConfigurableClass>>code:Applications.AdministrationApplication#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
71
72 If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>code:Applications.AdministrationApplication]] you are in luck because 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 and your application will be able to be configured in the administration interface.
73 Image of administration interface with additional applications to be configured. (You can customize the icon used)
Silvia Macovei 13.2 74
75 [[image:AdministrationPanelExtraIcons.png||width=550px; style="border:1px solid black;]]
76
Caleb James DeLisle 13.1 77 Note the current user does not have permission to edit one of the configurable applications.
78
Jean-Vincent Drean 8.1 79 == Translations ==
80
81 * Newly supported language: Vietnamese
82 * WYSIWYG newly supported language: Traditional Chinese
83 * All the translations have been updated
84
Jean-Vincent Drean 1.1 85 = Known issues =
86
87 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
88
Thomas Mortagne 11.1 89 {{error}}
90 There is a regression in this version: empty paragraph or paragraph containing only a macro is not parser properly. See http://jira.xwiki.org/jira/browse/XWIKI-5046 for more details.
91 {{/error}}
92
Jean-Vincent Drean 1.1 93 = Backward Compatibility and Migration Notes =
94
95 == General Notes ==
96
Thomas Mortagne 6.1 97 {{warning}}
98 If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...//.
99 {{/warning}}
Jean-Vincent Drean 1.1 100
101 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
102
Thomas Mortagne 6.1 103 {{warning}}
104 Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note 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.
105 {{/warning}}
Jean-Vincent Drean 1.1 106
107 == Migration Notes ==
108
Thomas Mortagne 6.1 109 * headers id generation changed a bit and allow more characters: hyphens ("-"), underscores ("_"), colons (":"), and periods (".") are not filtered anymore.

Get Connected