Last modified by Thomas Mortagne on 2017/03/24

<
From version < 13.1 >
edited by Thomas Mortagne
on 2009/08/12
To version < 14.1 >
edited by Thomas Mortagne
on 2009/08/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,46 +12,47 @@
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 Smaller XHTML output
18 +1.1.1 WYSIWYG improvements
24 24  
25 -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.
20 +1.1.1.1 Double click to edit a macro
26 26  
27 -1.1.1 Footnote macro
22 +1.1.1.1 Nicer macro names in the list of macros
28 28  
29 -See [Footnote macro documentation>code:Macros.Footnote20Macro].
24 +WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros.
30 30  
31 -1.1.1 Remote Observation Manager
26 +1.1.1 Rendering improvements
32 32  
33 -It's now possible to make different instances of XWiki or other programs shares events.
28 +1.1.1.1 Footnote macro
34 34  
35 -The main use cases for this are:
36 -- clustering
37 -- external monitoring of XWiki
30 +See [Footnote macro documentation>code:Macros.Footnote20Macro].
38 38  
39 -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.
32 +1.1.1.1 Smaller XHTML output
40 40  
41 -1.1.1 Nicer macro names
34 +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.
42 42  
43 -WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros.
36 +1.1.1.1 Renderers are now real components
44 44  
45 -1.1.1 Renderers are now real components
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
42 +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  
46 +1.1.1 Remote Observation Manager
47 +
48 +It's now possible to make different instances of XWiki or other programs shares events.
49 +
50 +The main use cases for this are:
51 +- clustering
52 +- external monitoring of XWiki
53 +
54 +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.
55 +
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

Get Connected