Last modified by Thomas Mortagne on 2017/03/24

<
From version < 31.1 >
edited by Marius Dumitru Florea
on 2016/07/12
To version < 32.1 >
edited by Marius Dumitru Florea
on 2016/07/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,12 @@
16 16  
17 17  {{image reference="step4.png" width="600px;"/}}
18 18  
19 +== CKEditor Becomes the Default WYSIWYG Editor ==
20 +
21 +Starting with this version we have a new WYSIWYG editor: the [[CKEditor>>extensions:Extension.CKEditor Integration]]. The integration with CKEditor was already available as an extension and now this extension is bundled with the standard XWiki distribution. The old WYSIWYG editor is still available and if you want to switch back to it you can do it from the "Edit Mode Settings" section in the wiki administration.
22 +
23 +{{image reference="defaultWysiwygEditorConfig.png" /}}
24 +
19 19  == Miscellaneous ==
20 20  
21 21  * Removed ##Main.Welcome## page from the Dashboard since we now have a new Homepage that contains the welcome messages
... ... @@ -60,7 +60,7 @@
60 60  * new ##org.xwiki.rendering.listener.SectionGeneratorListener## to generate section events from headers events
61 61  * Instance Output filter now indicate the target syntax for Input filters producing rendering events
62 62  * The same relative file path supported for ##source## filter properties parameter is now supported for any InputSource filter properties parameter in the Filter test framework
63 -* ~{~{$regextool}} [[Velocity Tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has a new method to quote the replacement string in ~{~{String#replaceAll()}}. Here's how you can use it:(((
69 +* ##$regextool## [[Velocity Tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has a new method to quote the replacement string in ##String#replaceAll()##. Here's how you can use it:(((
64 64  {{code language="none"}}
65 65  #set ($out = $out.replaceAll(" (id|for)=('|"")$regextool.quote($oldId)",
66 66   " ${escapetool.d}1=${escapetool.d}2$regextool.quoteReplacement($newId)"))

Get Connected