Changes for page XWiki Enterprise 2.6

Last modified by Thomas Mortagne on 2023/10/13

<
From version < 5.3 >
edited by Vincent Massol
on 2010/11/23
To version < 6.2 >
edited by Jean-Vincent Drean
on 2010/11/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.jvdrean
Content
... ... @@ -1,4 +1,6 @@
1 -{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
1 +{{box cssClass="floatinginfobox" title="**Contents**"}}
2 +{{toc/}}
3 +{{/box}}
2 2  
3 3  XWiki Enterprise 2.6 is a release mostly focused on stabilization but in which we've implemented a redesigned Activity Stream, Share Page by mail feature and Icon/Emoticon support (See the initial [[Roadmap>>enterprise:Main.Roadmap]]).
4 4  
... ... @@ -11,57 +11,52 @@
11 11  * Support for more events compared to the previous Recent Changes: annotations, comments, document deletion
12 12  * It's now called Recent Activity (was called Recent Changes)
13 13  
14 -[[image:Main.ReleaseNotesXWikiEnterprise26RC1@activityMacro||style="border: 1px solid black;"]]
16 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise26RC1@activityMacro||style="border: 1px solid black;"]]
15 15  )))
16 16  
17 17  == 2 Share Page by Mail ==
18 18  
19 -[[image:Main[email protected]||style="border: 1px solid #000;"]]
21 +[[image:ReleaseNotes[email protected]||style="border: 1px solid #000;"]]
20 20  
21 -[[image:Main[email protected]||style="border: 1px solid #000;"]]
23 +[[image:ReleaseNotes[email protected]||style="border: 1px solid #000;"]]
22 22  
23 -[[image:Main[email protected]||style="border: 1px solid #000;"]]
25 +[[image:ReleaseNotes[email protected]||style="border: 1px solid #000;"]]
24 24  
25 25  == 3 Icon/Emoticon Support ==
26 26  
27 27  * Added a syntax in the experimental XWiki Syntax 2.1 for inserting an icon from the [[XWiki Icon Set>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].(((
28 28  Usage:
29 -{{code language="none"}}
30 -image:icon:<icon name>
31 -{{/code}}
31 +{{code language="none"}}image:icon:<icon name>{{/code}}
32 32  Example:
33 -{{code language="none"}}
34 -image:icon:accept
35 -{{/code}}
33 +{{code language="none"}}image:icon:accept{{/code}}
36 36  )))
37 37  * Added the ability to map characters to an icon in any XWiki Syntax (edit ##xwiki.properties## to modify or add new mappings).(((
38 38  Default mappings:
37 +
39 39  |=Characters|=Result
40 -|##{{{:)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_smile.gif
41 -|##{{{:(}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_unhappy.gif
42 -|##{{{:P}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_tongue.gif
43 -|##{{{:D}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_grin.gif
44 -|##{{{;)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_wink.gif
45 -|##{{{(y)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/thumb_up.gif
46 -|##{{{(n)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/thumb_down.gif
47 -|##{{{(i)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/information.gif
48 -|##{{{(/)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/accept.gif
49 -|##{{{(x)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/cancel.gif
50 -|##{{{(!)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/error.gif
51 -|##{{{(+)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/add.gif
52 -|##{{{(-)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/delete.gif
53 -|##{{{(?)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/help.gif
54 -|##{{{(on)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/lightbulb.gif
55 -|##{{{(off)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/lightbulb_off.gif
56 -|##{{{(*)}}}##|image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/star.gif
39 +|##{{{:)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_smile.gif]]
40 +|##{{{:(}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_unhappy.gif]]
41 +|##{{{:P}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_tongue.gif]]
42 +|##{{{:D}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_grin.gif]]
43 +|##{{{;)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/emoticon_wink.gif]]
44 +|##{{{(y)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/thumb_up.gif]]
45 +|##{{{(n)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/thumb_down.gif]]
46 +|##{{{(i)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/information.gif]]
47 +|##{{{(/)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/accept.gif]]
48 +|##{{{(x)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/cancel.gif]]
49 +|##{{{(!)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/error.gif]]
50 +|##{{{(+)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/add.gif]]
51 +|##{{{(-)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/delete.gif]]
52 +|##{{{(?)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/help.gif]]
53 +|##{{{(on)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/lightbulb.gif]]
54 +|##{{{(off)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/lightbulb_off.gif]]
55 +|##{{{(*)}}}##|[[image:http://www.xwiki.org/xwiki/bin/skin/resources/icons/silk/star.gif]]
57 57  )))
58 58  * Box Macro's image parameter now support referencing an icon.(((
59 59  Example:
60 -{{code language="none"}}
61 -{{box image="icon:accept"}}
59 +{{code language="none"}}{{box image="icon:accept"}}
62 62  Some content
63 -{{/box}}
64 -{{/code}}
61 +{{/box}}{{/code}}
65 65  )))
66 66  
67 67  == 4 Auto linking of WikiWords ==
... ... @@ -68,7 +68,9 @@
68 68  
69 69  * Added ability to automatically create wiki links on WikiWords.
70 70  
71 -{{info}}Not enabled by default, to enable edit ##xwiki.properties##.{{/info}}
68 +{{info}}
69 +Not enabled by default, to enable edit ##xwiki.properties##.
70 +{{/info}}
72 72  
73 73  == 5 New Activity Macro ==
74 74  
... ... @@ -109,6 +109,10 @@
109 109  
110 110  == Notes specific to XWiki Enterprise 2.6 ==
111 111  
111 +* **The XWiki.XWikiPreferences page must be converted to the xwiki/2.0 syntax**:
112 +** Go to http://yourdomain/xwiki/bin/edit/XWiki/XWikiPreferences?editor=wiki
113 +** Put the following in the content field {{{ {{include document="XWiki.AdminSheet"/}} }}}
114 +** Change the syntax to xwiki/2.0 and press cancel (the automatic conversion would convert fields that must not be converted in the XWikiPreferences object)
112 112  * The Main.RecentChages page was removed and replaced by Main.Activity
113 113  * The configuration option controlling the experimental CSRF protection mechanism introduced in 2.5 was changed from ##core.csrf.enabled## to ##csrf.enabled##. If you are using CSRF protection, make sure to re-enable it by setting ##csrf.enabled = true## in ##xwiki.properties##.
114 114  * The configuration option to define macro categories was changed from ##rendering.macroCategories## to ##rendering.transformation.macro.categories##. If you're using this option make sure you modify its name in ##xwiki.properties##.

Get Connected