Last modified by Thomas Mortagne on 2017/03/24

<
From version < 8.1 >
edited by Thomas Mortagne
on 2009/08/12
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
... ... @@ -17,6 +17,8 @@
17 17   * New footnote macro
18 18   * New experimental network event distribution module
19 19   * Macros can expose nicer human readable names
20 + * It's now possible to add renderers easily
21 + * New plain text parser
20 20  
21 21  1.1.1 Smaller XHTML output
22 22  
... ... @@ -40,6 +40,16 @@
40 40  
41 41  WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros.
42 42  
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 +
43 43  1.1.1 Important bugs fixed
44 44  
45 45  * XWIKI-4140 - Wiki macros are evaluating programming rights on wrong (local) documents when executed in virtual wikis
... ... @@ -61,9 +61,9 @@
61 61  
62 62  1.1.1 API Breakages
63 63  
64 -The following APIs were modified since XWiki Enterprise 2.0M1:
76 +The following APIs were modified since XWiki Enterprise 2.0M2:
65 65  
66 66  * Rendering Module
67 -** #error("TODO")
68 -** Details:\\{code:none}#error("TODO")
69 -{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