Version 6.2 by Jean-Vincent Drean on 2010/03/24

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 6.2 7 The highlights of this release are: new annotation feature, new colibri color theme editor, ability to require CAPTCHA completion for anonymous to comment on a page.
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
Jean-Vincent Drean 1.1 36 == Color Theme Editor ==
37
Silvia Macovei 3.1 38 The new editor allows fast and easy modifications for the look and feel of the wiki. You'll find in this editor
39
40 * A new way of displaying themes on the "Color Themes" space home
Silvia Macovei 4.1 41 (((
Silvia Macovei 3.1 42 image:AvailableThemes.png
Silvia Macovei 4.1 43 )))
Silvia Macovei 3.1 44 * The ability to create a new theme from the "Color Theme" space home
Silvia Macovei 4.1 45 (((
Silvia Macovei 3.1 46 image:CreateNewTheme.png
Silvia Macovei 4.1 47 )))
Silvia Macovei 3.1 48 * A palette for each area you are editing with a popup listing everything you can customize at this level
Silvia Macovei 4.1 49 (((
Silvia Macovei 3.1 50 image:EditMenu.png
Silvia Macovei 4.1 51 )))
Silvia Macovei 3.1 52 * A dialog where you can make the desired changes
Silvia Macovei 4.1 53 (((
Silvia Macovei 3.1 54 image:EditMenu1.png
Silvia Macovei 4.1 55 )))
Silvia Macovei 3.1 56 * The possibility to undo the latest modifications or reset all changes
57
Jean-Vincent Drean 1.1 58 = Known issues =
59
60 * [[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]]
61
62 = Backward Compatibility and Migration Notes =
63
64 == General Notes ==
65
Thomas Mortagne 6.1 66 {{warning}}
67 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,...//.
68 {{/warning}}
Jean-Vincent Drean 1.1 69
70 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
71
Thomas Mortagne 6.1 72 {{warning}}
73 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.
74 {{/warning}}
Jean-Vincent Drean 1.1 75
76 == Migration Notes ==
77
Thomas Mortagne 6.1 78 * headers id generation changed a bit and allow more characters: hyphens ("-"), underscores ("_"), colons (":"), and periods (".") are not filtered anymore.

Get Connected