Last modified by Thomas Mortagne on 2017/03/24

Hide last authors
Thomas Mortagne 6.1 1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "4" "")
4 #endfloatingbox()
Thomas Mortagne 2.1 5
Thomas Mortagne 6.1 6 1 Release Notes for XWiki Enterprise 2.0 Milestone 3
Thomas Mortagne 2.1 7
Vincent Massol 20.2 8 Third (and last) milestone of the XWiki Enterprise 2.0 version ([Roadmap>enterprise:Main.Roadmap]).
Thomas Mortagne 3.1 9
Thomas Mortagne 6.1 10 1.1 New and Noteworthy (since XWiki Enterprise 2.0 Milestone 2)
Thomas Mortagne 3.1 11
Thomas Mortagne 2.1 12 At a glance (see below for details):
Vincent Massol 20.3 13 * Improvements and bug fixes in the GWT WYSIWYG editor
14 * Improvements and bugfixes in the rendering engine and the syntax converter
Vincent Massol 21.1 15 * New macros
Thomas Mortagne 8.1 16 * Upgrade to SmartGWT 1.2
Vincent Massol 20.3 17 * New experimental network event distribution module (to be used for clustering XWiki caches)
18 * Several Blog application improvements
19 * Several Tag application bug fixes
Thomas Mortagne 20.1 20 * Translations updated for de, fr, lv, nl, ru
Thomas Mortagne 2.1 21
Thomas Mortagne 14.1 22 1.1.1 WYSIWYG improvements
Thomas Mortagne 2.1 23
Thomas Mortagne 14.1 24 1.1.1.1 Double click to edit a macro
Thomas Mortagne 8.1 25
Thomas Mortagne 15.1 26 User can now double click on a macro to edit it and double click in the list of macro to insert it.
27
Thomas Mortagne 14.1 28 1.1.1.1 Nicer macro names in the list of macros
Thomas Mortagne 8.1 29
Thomas Mortagne 14.1 30 WYSIWYG does not expose macro identifier anymore but human readable names provided by the different macros.
Thomas Mortagne 8.1 31
Thomas Mortagne 14.1 32 1.1.1 Rendering improvements
Thomas Mortagne 8.1 33
Thomas Mortagne 14.1 34 1.1.1.1 Footnote macro
Thomas Mortagne 8.1 35
Vincent Massol 21.4 36 {image:footnote1.png|document=extensions:Extension.Footnote Macro}
Thomas Mortagne 17.1 37
Vincent Massol 21.4 38 See [Footnote macro documentation>extensions:Extension.Footnote Macro].
Thomas Mortagne 8.1 39
Vincent Massol 21.1 40 1.1.1.1 Formula macro
41
Vincent Massol 21.4 42 Ability to render Mathematical Formulas using the \{\{formula\}\} macro (see [documentation page>extensions:Extension.Formula Macro]).
Vincent Massol 21.1 43
44 You can check for examples on the [Wikipedia Math Markup page>http://en.wikipedia.org/wiki/Math_markup].
45
Thomas Mortagne 14.1 46 1.1.1.1 Smaller XHTML output
Thomas Mortagne 8.1 47
Thomas Mortagne 14.1 48 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.
Thomas Mortagne 8.1 49
Thomas Mortagne 14.1 50 1.1.1.1 Renderers are now real components
Thomas Mortagne 8.1 51
Thomas Mortagne 9.1 52 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.
53
Vincent Massol 21.4 54 See [extensions:Extension.Rendering Module].
Thomas Mortagne 9.1 55
Thomas Mortagne 14.1 56 1.1.1.1 New plain text parser
Thomas Mortagne 10.1 57
58 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.
59
Thomas Mortagne 14.1 60 1.1.1 Remote Observation Manager
61
62 It's now possible to make different instances of XWiki or other programs shares events.
63
64 The main use cases for this are:
65 - clustering
66 - external monitoring of XWiki
67
68 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.
69
Thomas Mortagne 16.1 70 1.1.1 Translations updated
71
72 * de: Helmut Lehner
73 * fr: Guillaume Lerouge
74 * lv: Valdis Vitolins
75 * nl: Hank Schouten
76 * ru: Ivan Podgorny
77
Thomas Mortagne 6.1 78 1.1.1 Important bugs fixed
Thomas Mortagne 2.1 79
Thomas Mortagne 8.1 80 * XWIKI-4140 - Wiki macros are evaluating programming rights on wrong (local) documents when executed in virtual wikis
81 * XWIKI-4114 - Not possible to put content in info, warning and error macro from the WYSIWYG
Thomas Mortagne 3.1 82
Thomas Mortagne 6.1 83 1.1 Known issues
Thomas Mortagne 3.1 84
Thomas Mortagne 23.1 85 * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]
Thomas Mortagne 3.1 86
Thomas Mortagne 6.1 87 1.1 Backward Compatibility and Migration Notes
Thomas Mortagne 2.1 88
Thomas Mortagne 6.1 89 1.1.1 General Notes
Thomas Mortagne 2.1 90
Thomas Mortagne 6.1 91 #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.")
Thomas Mortagne 2.1 92
Thomas Mortagne 6.1 93 You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
Thomas Mortagne 3.1 94
Thomas Mortagne 6.1 95 #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.")
Thomas Mortagne 3.1 96
Thomas Mortagne 6.1 97 1.1.1 API Breakages
98
Thomas Mortagne 9.1 99 The following APIs were modified since XWiki Enterprise 2.0M2:
Thomas Mortagne 6.1 100
Thomas Mortagne 2.1 101 * Rendering Module
Thomas Mortagne 9.1 102 ** Macro have to provide a human readable name in various AbstractMacro helpers constructors
103 ** Big refactor around renderers and the way to use them since they are real components now
Thomas Mortagne 12.1 104 ** Details:\\{code:none}[ERROR] org.xwiki.rendering.block.MacroBlock: Method 'public java.lang.String getName()' has been removed
Thomas Mortagne 13.1 105 [ERROR] org.xwiki.rendering.block.PlainTextBlockFilter: In method 'public PlainTextBlockFilter(org.xwiki.rendering.renderer.LinkLabelGenerator)' the number of arguments has changed
Thomas Mortagne 12.1 106 [ERROR] org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.Properties getMacroCategories()' has been added to an interface
107 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public AbstractChainingListener(org.xwiki.rendering.listener.chaining.ListenerChain)' the number of arguments has changed
108 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Parameter 2 of 'public AbstractMacro(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor)' has changed its type to java.lang.String
109 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Parameter 2 of 'public AbstractMacro(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' has changed its type to java.lang.String
110 [ERROR] org.xwiki.rendering.macro.AbstractMacro: In method 'public AbstractMacro(java.lang.String, java.lang.Class)' the number of arguments has changed
111 [ERROR] org.xwiki.rendering.macro.MacroManager: Parameter 1 of 'public boolean exists(java.lang.String)' has changed its type to org.xwiki.rendering.macro.MacroId
112 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public boolean exists(java.lang.String, org.xwiki.rendering.parser.Syntax)' has been removed
113 [ERROR] org.xwiki.rendering.macro.MacroManager: Parameter 1 of 'public org.xwiki.rendering.macro.Macro getMacro(java.lang.String)' has changed its type to org.xwiki.rendering.macro.MacroId
114 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public org.xwiki.rendering.macro.Macro getMacro(java.lang.String, org.xwiki.rendering.parser.Syntax)' has been removed
115 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds()' has been added to an interface
116 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds(org.xwiki.rendering.parser.Syntax)' has been added to an interface
117 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroNames(org.xwiki.rendering.parser.Syntax)' has been removed
118 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: In method 'public AbstractMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, org.xwiki.properties.BeanDescriptor)' the number of arguments has changed
119 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor)' has changed its type to java.lang.String
120 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, org.xwiki.properties.BeanDescriptor)' has changed its type to java.lang.String
121 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 3 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, org.xwiki.properties.BeanDescriptor)' has changed its type to org.xwiki.rendering.macro.descriptor.ContentDescriptor
122 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getDefaultCategory()' has been added to an interface
123 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getName()' has been added to an interface
124 [ERROR] org.xwiki.rendering.parser.SyntaxType: Method 'public org.xwiki.rendering.parser.SyntaxType getSyntaxType(java.lang.String)' has been removed
125 [ERROR] org.xwiki.rendering.renderer.EventsRenderer: Class org.xwiki.rendering.renderer.EventsRenderer removed
126 [ERROR] org.xwiki.rendering.renderer.PlainTextRenderer: Class org.xwiki.rendering.renderer.PlainTextRenderer removed
127 [ERROR] org.xwiki.rendering.renderer.PrintRenderer: Method 'public void setPrinter(org.xwiki.rendering.renderer.printer.WikiPrinter)' has been added to an interface
128 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: In method 'public org.xwiki.rendering.renderer.PrintRenderer createRenderer(org.xwiki.rendering.parser.Syntax, org.xwiki.rendering.renderer.printer.WikiPrinter)' the number of arguments has changed
129 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public java.util.List getAvailableSyntaxes()' has been removed
130 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been added to an interface
131 [ERROR] org.xwiki.rendering.renderer.TexRenderer: Class org.xwiki.rendering.renderer.TexRenderer removed
132 [ERROR] org.xwiki.rendering.renderer.XHTMLRenderer: Class org.xwiki.rendering.renderer.XHTMLRenderer removed
133 [ERROR] org.xwiki.rendering.renderer.XWikiSyntaxRenderer: Class org.xwiki.rendering.renderer.XWikiSyntaxRenderer removed
134 [ERROR] org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer: Class org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer removed
135 [ERROR] org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter: Class org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter removed
136 [ERROR] org.xwiki.rendering.renderer.xhtml.DefaultXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.DefaultXHTMLImageRenderer removed
137 [ERROR] org.xwiki.rendering.renderer.xhtml.DefaultXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.DefaultXHTMLLinkRenderer removed
138 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLImageRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
139 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLLinkRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
140 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLRendererFactory: Class org.xwiki.rendering.renderer.xhtml.XHTMLRendererFactory removed
Thomas Mortagne 13.1 141 [ERROR] org.xwiki.rendering.util.ParserUtils: Method 'public java.util.List parsePlainText(java.lang.String)' has been removed
Thomas Mortagne 12.1 142 [ERROR] org.xwiki.rendering.util.RenderersUtils: Class org.xwiki.rendering.util.RenderersUtils removed{code}

Get Connected