Last modified by Thomas Mortagne on 2017/03/24

<
From version < 7.1 >
edited by Thomas Mortagne
on 2009/08/10
To version < 11.1 >
edited by Thomas Mortagne
on 2009/08/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,13 +12,50 @@
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 - * #error("TODO")
15 + * Smaller XHTML output
16 + * Upgrade to SmartGWT 1.2
17 + * New footnote macro
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
16 16  
17 -#error("TODO")
23 +1.1.1 Smaller XHTML output
18 18  
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.
26 +
27 +1.1.1 Footnote macro
28 +
29 +See [Footnote macro documentation>code:Macros.Footnote20Macro].
30 +
31 +1.1.1 Remote Observation Manager
32 +
33 +It's now possible to make different instances of XWiki or other programs shares events.
34 +
35 +The main use cases for this are:
36 +- clustering
37 +- external monitoring of XWiki
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.
40 +
41 +1.1.1 Nicer macro names
42 +
43 +WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros.
44 +
45 +1.1.1 Renderers are now real components
46 +
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 +
49 +See [code:Modules.RenderingModule].
50 +
51 +1.1.1 New plain text parser
52 +
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 +
19 19  1.1.1 Important bugs fixed
20 20  
21 -#error("TODO")
57 +* XWIKI-4140 - Wiki macros are evaluating programming rights on wrong (local) documents when executed in virtual wikis
58 +* XWIKI-4114 - Not possible to put content in info, warning and error macro from the WYSIWYG
22 22  
23 23  1.1 Known issues
24 24  
... ... @@ -36,9 +36,9 @@
36 36  
37 37  1.1.1 API Breakages
38 38  
39 -The following APIs were modified since XWiki Enterprise 2.0M1:
76 +The following APIs were modified since XWiki Enterprise 2.0M2:
40 40  
41 41  * Rendering Module
42 -** #error("TODO")
43 -** Details:\\{code:none}#error("TODO")
44 -{code}
79 +** Macro have to provide a human readable name in various AbstractMacro helpers constructors
80 +** Big refactor around renderers and the way to use them since they are real components now
81 +** Details:\\{code:none}{code}

Get Connected