Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,46 +12,49 @@ 12 12 At a glance (see below for details): 13 13 * Lots of improvements and new features in the new WYSIWYG editor 14 14 * Lots of improvements and bugfixes in the rendering engine and the syntax converter 15 - * Smaller XHTML output 16 16 * Upgrade to SmartGWT 1.2 17 - * New footnote macro 18 18 * New experimental network event distribution module 19 - * Macros can expose nicer human readable names 20 - * It's now possible to add renderers easily 21 - * New plain text parser 22 22 23 -1.1.1 Sm allerXHTMLoutput18 +1.1.1 WYSIWYG improvements 24 24 25 - Weintroducedalight XHTML renderer whichavoidhaving allextradatas needed by the WYSIWYG. You will notgetanyweird XHTML commentanymore in the rendered page.20 +1.1.1.1 Double click to edit a macro 26 26 27 - 1.1.1Footnote macro22 +User can now double click on a macro to edit it and double click in the list of macro to insert it. 28 28 29 - See[Footnote macrodocumentation>code:Macros.Footnote20Macro].24 +1.1.1.1 Nicer macro names in the list of macros 30 30 31 - 1.1.1RemoteObservationManager26 +WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros. 32 32 33 - It'snow possibleto makedifferentinstancesof XWiki or otherprograms shares events.28 +1.1.1 Rendering improvements 34 34 35 -The main use cases for this are: 36 -- clustering 37 -- external monitoring of XWiki 30 +1.1.1.1 Footnote macro 38 38 39 - This releaseinclude documents events supportfor codeusing new Observation Managerand remoteevents support indocumentcache sothat'sit's possible to do basic clustering already. The oldcodeusing old notification system will be upgraded during the RC process before the final 2.0 version and supportwill be added for other types of events. Notethat Remote ObservationManageralready support any kind of fully Serializable events.32 +See [Footnote macro documentation>code:Macros.Footnote20Macro]. 40 40 41 -1.1.1 Nicermacronames34 +1.1.1.1 Smaller XHTML output 42 42 43 -W YSIWYG doesnotexposemacroidentifier anymorebuthumanreadablenamesprovided by thedifferentmacros.36 +We introduced a light XHTML renderer which avoid having all extra datas needed by the WYSIWYG. You will not get any weird XHTML comment anymore in the rendered page. 44 44 45 -1.1.1 Renderers are now real components 38 +1.1.1.1 Renderers are now real components 46 46 47 47 The same way it's possible to add any parser it's not possible to add any renderer for a specific output simply by registering it as a component. 48 48 49 49 See [code:Modules.RenderingModule]. 50 50 51 -1.1.1 New plain text parser 44 +1.1.1.1 New plain text parser 52 52 53 53 Plain text parser make possible to put in a page some plain text to render it exactly as it. The syntax name of plain text renderer is <tt>plain/1.0</tt>, you can enable it in xwiki.cfg. 54 54 48 +1.1.1 Remote Observation Manager 49 + 50 +It's now possible to make different instances of XWiki or other programs shares events. 51 + 52 +The main use cases for this are: 53 +- clustering 54 +- external monitoring of XWiki 55 + 56 +This release include documents events support for code using new Observation Manager and remote events support in document cache so that's it's possible to do basic clustering already. The old code using old notification system will be upgraded during the RC process before the final 2.0 version and support will be added for other types of events. Note that Remote Observation Manager already support any kind of fully Serializable events. 57 + 55 55 1.1.1 Important bugs fixed 56 56 57 57 * XWIKI-4140 - Wiki macros are evaluating programming rights on wrong (local) documents when executed in virtual wikis