Change comment:
Fixed image links problem due to rename
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. jvdrean1 +XWiki.VincentMassol - Content
-
... ... @@ -1,6 +1,4 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}} 2 -{{toc/}} 3 -{{/box}} 1 +{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} 4 4 5 5 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]]). 6 6 ... ... @@ -28,37 +28,42 @@ 28 28 29 29 * 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]].((( 30 30 Usage: 31 -{{code language="none"}}image:icon:<icon name>{{/code}} 29 +{{code language="none"}} 30 +image:icon:<icon name> 31 +{{/code}} 32 32 Example: 33 -{{code language="none"}}image:icon:accept{{/code}} 33 +{{code language="none"}} 34 +image:icon:accept 35 +{{/code}} 34 34 ))) 35 35 * Added the ability to map characters to an icon in any XWiki Syntax (edit ##xwiki.properties## to modify or add new mappings).((( 36 36 Default mappings: 37 - 38 38 |=Characters|=Result 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]]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 56 56 ))) 57 57 * Box Macro's image parameter now support referencing an icon.((( 58 58 Example: 59 -{{code language="none"}}{{box image="icon:accept"}} 60 +{{code language="none"}} 61 +{{box image="icon:accept"}} 60 60 Some content 61 -{{/box}}{{/code}} 63 +{{/box}} 64 +{{/code}} 62 62 ))) 63 63 64 64 == 4 Auto linking of WikiWords == ... ... @@ -65,9 +65,7 @@ 65 65 66 66 * Added ability to automatically create wiki links on WikiWords. 67 67 68 -{{info}} 69 -Not enabled by default, to enable edit ##xwiki.properties##. 70 -{{/info}} 71 +{{info}}Not enabled by default, to enable edit ##xwiki.properties##.{{/info}} 71 71 72 72 == 5 New Activity Macro == 73 73 ... ... @@ -108,10 +108,6 @@ 108 108 109 109 == Notes specific to XWiki Enterprise 2.6 == 110 110 111 -* **The XWiki.XWikiPreferences page must be converted to the xwiki/2.0 syntax. To do so**: 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) 115 115 * The Main.RecentChages page was removed and replaced by Main.Activity 116 116 * 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##. 117 117 * 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##.