Wiki source code of ReleaseNotesXWikiEnterprise201

Version 34.1 by Vincent Massol on 2009/09/24

Hide last authors
Vincent Massol 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc start="2"/}}{{/box}}
2
Thomas Mortagne 26.1 3 = Release Notes for XWiki Enterprise 2.0 =
Vincent Massol 1.1 4
Thomas Mortagne 26.1 5 == New and Noteworthy (since XWiki Enterprise 1.9.3) ==
Vincent Massol 1.1 6
Vincent Massol 34.1 7 === 1 User Interface ===
Vincent Massol 1.1 8
Vincent Massol 32.1 9 ==== Colibri skin ====
Thomas Mortagne 9.1 10
Vincent Massol 32.1 11 XWiki 2.0 introduces a new, lightweight, easily customizable skin. The main goal of the Colibri skin is to provide the proper support for fast and easy modifications of the look and feel of the wiki.
12
13 [[image:code:Skins.ColibriSkin@colibri.PNG]]
14
Thomas Mortagne 12.1 15 See [[Colibri skin documentation>>code:Skins.ColibriSkin]] for more details.
Thomas Mortagne 11.1 16
Vincent Massol 32.1 17 ==== Color Themes ====
Thomas Mortagne 9.1 18
Vincent Massol 32.1 19 [[Color Themes>>code:Skins.ColibriSkin]] is an easy way to modify colors for your wiki:
20
Thomas Mortagne 17.1 21 [[image:code:Skins.ColibriSkin@colibri1.png]]
Thomas Mortagne 9.1 22
Vincent Massol 33.1 23 We provide several predefined themes out of the box (and it's possible to create new ones):
Thomas Mortagne 9.1 24
Thomas Mortagne 16.1 25 [[image:code:Skins.ColibriSkin@colibri2.png]]
Thomas Mortagne 9.1 26
Vincent Massol 32.1 27 {{info}}Themes are indepedent of skins. However currently only the new Colibri skin uses them. Future skins will be made to use Color Themes. In addition, the Class/Object editor has been modified to use the selected color theme.{{/info}}
Thomas Mortagne 9.1 28
Vincent Massol 33.1 29 ==== New Title handling ====
Vincent Massol 32.1 30
Vincent Massol 33.1 31 The document title is now used as the top level header of pages. If no title is specified then it's extracted from the content of the page automatically.
Thomas Mortagne 28.1 32
Vincent Massol 33.1 33 This change has been done to all skins: Albatross, Toucan and Colibri.
Thomas Mortagne 28.1 34
Vincent Massol 33.1 35 {{warning}}In order not to break existing content we've introduced a title compatibility flag (##xwiki.title.compatibility## in ##xwiki.cfg##) which when active will remove title duplication if your document has a title and a top level header inside the content with the same name. If you upgrade make sure you modify your ##xwiki.cfg## to use that compatibility flag.{{/warning}}
36
37 {{info}}We recommend that you modify your pages to **always** use a title from now on{{/info}}
38
39 ==== New Search Interface ====
40
41 The default search page UI has been improved to be easier to understand and use.
42
43 [[image:ReleaseNotesXWikiEnterprise20M1@newsearchui.png||width="600"]]
44
45 ==== New Tag Cloud Panel ====
46
47 A panel containing the tag cloud is now provided by default and can be used like any other panel.
48
49 [[image:ReleaseNotesXWikiEnterprise20M1@tagcloudpanel.png]]
50
51 ==== General UI improvements ====
52
53 * The top level menu has been refactored in the Colibri skin:
54 ** More consistency
55 ** Addition of a Create action to create page, space and import office documents
56 * The Administration Import page now allows uploading several XARs at once
57 * Document footer now allows adding Tags
58 * Button order in preview mode has been modified for improved usability
59 * Reorganized editor buttons to be more intuitive and less prone to erros
60 * Section editing now works for any section level. You can configure it using the new property ##xwiki.section.depth## in ##xwiki.cfg## file. By default sections level 1 and 2 can be edited.
61 * Space Index, Document Index and Orphaned Page now use the generic Livetable
62 * "History" tab gas been removed from the right panel in edit mode
63 * Improved the Group creation form
Thomas Mortagne 9.1 64 * Diff UI improvement
Vincent Massol 33.1 65 * Improved the Rename form
Thomas Mortagne 9.1 66 * Nicer pagination of the document history
67 * Display a friendly message instead of an error when clicking on History after having created a new page
68 * The "Rights editor help" panels has been removed
69 * Improved document footer section
70 * Improved tag display and editing
Vincent Massol 33.1 71 * Several IE6/7 bugfixes
Vincent Massol 34.1 72 * Documents created internally for XWiki's needs are now created under the ##superadmin## user and are not visible to Simple Users by default (Advanced users and Admin see them though)
Thomas Mortagne 9.1 73
Vincent Massol 34.1 74 === 2 WYSIWYG ===
Thomas Mortagne 9.1 75
Thomas Mortagne 21.1 76 See [[WYSIWYG documentation>>platform:Features.WysiwygEditor]] for more details.
77
Vincent Massol 33.1 78 ==== Macro improvements ====
Thomas Mortagne 9.1 79
Vincent Massol 33.1 80 * User can now double click on a macro to edit it and double click in the list of macro to insert it.
81 * Macro names are now displayed instead of their internal IDs.
82 * Macros are now categorized and it's possible to override macro category through configuration:(((
83 image:ReleaseNotesXWikiEnterprise20M4@macro-category.png
84 )))
85 * The Insert Macro dialog box now has a live search for easily finding macros:(((
86 image:ReleaseNotesXWikiEnterprise20M4@macro-filter.png
87 )))
Thomas Mortagne 9.1 88
Vincent Massol 33.1 89 ==== Other improvements ====
Thomas Mortagne 9.1 90
Vincent Massol 33.1 91 * Added IE8 support (thanks to the [[GWT 1.7.0>>http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html#Release_Notes_Current]] upgrade)
92 * Faster navigation for image and link insertion with tabs provided for easily selecting recently viewed pages and the addition of a search box
93 * Added internationalization support and French translations
94 * Dialog boxes in the WYSIWYG editor have been aligned and are now following XWiki's usability guidelines
Thomas Mortagne 9.1 95
Vincent Massol 33.1 96 === 3 Macros ===
Thomas Mortagne 9.1 97
Vincent Massol 33.1 98 * New [[Formula macro>>code:Macros.FormulaMacro]] for displaying Mathematical formulas. For example:(((
99 [[image:code:Macros.FormulaMacro@inlineBlockFormula.png]]
100 )))
101 * New [[Info, Warning and Error macros>>code:Macros.MessageMacro]].
102 * New [[Chart macro>>code:Macros.ChartMacro20]].
103 * New [[Ruby macro>>code:Macros.RubyMacro]] to use JRuby for adding scripts into wiki pages (same binding as for the existing Velocity and Groovy macros).
104 * New [[Python macro>>code:Macros.PythonMacro]] to use Jython for adding scripts into wiki pages (same binding as for the existing Velocity and Groovy macros).
105 * New [[Footnote macro documentation>>code:Macros.Footnote20Macro]]. For example:(((
106 [[image:code:Macros.Footnote20Macro@footnote1.png]]
107 )))
108 * Added ability to transform any wiki content into a Macro. See the [[Wiki Macro tutorial>>platform:DevGuide.WikiMacroTutorial]] for more details.
109 * Improvements to the [[Script macros>>code:Macros.ScriptMacro]] (groovy, velocity, python, ruby)
110 ** It's now possible to add JARs attached to a page to the Script Macro class loader.
111 ** All the script macros in the same rendering process (a document and it's included documents) share the same class loader. For example this makes possible to declare a Groovy class in a document and use it in other documents which includes it.
112 ** It's now possible to not parse velocity macro content for wiki syntax by using the ##wiki="false"## parameter.
Vincent Massol 34.1 113 * The Table Of Content macro now starts at the first level by default (it used to start at the second level by default).
Thomas Mortagne 9.1 114
Vincent Massol 34.1 115 === 4 Rendering ===
Thomas Mortagne 9.1 116
Vincent Massol 34.1 117 ==== General improvements ====
Thomas Mortagne 9.1 118
Vincent Massol 34.1 119 * Section editing is now supported with XWiki Syntax 2.0
120 * Definition lists now support parameters
121 * Document syntax to use for new pages by default can now be configured on a per user level in user profiles
122 * Velocity Tools and Velocity configuration can now be specified in the ##xwiki.properties## configuration file
Thomas Mortagne 19.1 123
Vincent Massol 34.1 124 {{warning}}Not all the pages from the default XAR have been converted to the XWiki Syntax 2.0 yet.{{/warning}}
125
Thomas Mortagne 26.1 126 ==== Output syntax parameter ====
Thomas Mortagne 9.1 127
Vincent Massol 34.1 128 It's now possible to decide which renderer to use to print the document content. For example if you want to generate a JSON page you can use "?outputSyntax=plain&xpage=plain" to make sure only the content is printed and there is no HTML syntax printed, just a plain text of what exactly was generated by a velocity macro (without macro markers HTML comments etc.)
Thomas Mortagne 9.1 129
130 See [[URL parsing documentation>>platform:AdminGuide.URL resolution#HoutputSyntaxandoutputSyntaxVersion]].
131
Vincent Massol 34.1 132 === 5 Watchlist ===
Thomas Mortagne 9.1 133
134 * Add watch/unwatch wiki in the Watch menu
135 * Improve notification email readability by displaying icons for objects, classes and properties
136 * Watch List support registering for user activity
137 * Put document metadata modifications in diffs
138 * Make the watchlist work across multiple wikis
139 * Put links to pages in email notifications
140 * In virtual mode allow each wiki to have its own watchlist email template document
Thomas Mortagne 22.1 141 * Add support for class and object diff in the mails
142 * Add support for full wiki watching
143 * Allow to create watchlist notifications for any interval of time
144 * Mails design improvement
Thomas Mortagne 9.1 145
Vincent Massol 34.1 146 === 6 Clustering ===
Thomas Mortagne 9.1 147
Vincent Massol 34.1 148 It's now possible to make different instances of XWiki or other programs shares events.
Thomas Mortagne 9.1 149
Vincent Massol 34.1 150 The main use cases for this are:
151 - clustering
152 - external monitoring of XWiki
Thomas Mortagne 9.1 153
Vincent Massol 34.1 154 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.
Thomas Mortagne 9.1 155
Vincent Massol 34.1 156 === 7 Performance ===
Thomas Mortagne 9.1 157
Vincent Massol 34.1 158 * We have introduced a lighter XHTML renderer which avoid having all extra datas needed by the WYSIWYG, thus reducing a lot the size of rendered pages in view mode.
159 * JS and CSS files are now compressed.
160 * The watchlist feature now supports multi wiki and has improved performances to prevent farm wikis to be stuck when sending all notifications for all wikis (this is done by using the new Activity Stream feature).
Thomas Mortagne 9.1 161
Vincent Massol 34.1 162 === 8 Changes for Developers ===
Thomas Mortagne 9.1 163
Vincent Massol 34.1 164 * Renderers are now real components. The same way it's possible to add any parser it's now possible to add any renderer for a specific output simply by registering it as a component. See [[code:Modules.RenderingModule]] for more details.
165 * New plain text parser. Pain 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 ##plain/1.0##, you can enable it in ##xwiki.cfg##.
166 * The WYSIWYG editor menus are now more easily configured since it nows reads the following XWikiPreferences properties:
167 ** ##wysiwyg.plugins## (the list of plugins to load)
168 ** ##wysiwyg.menu## (the top menu entries)
169 ** ##wysiwyg.toolbar## (the list of features to place on the tool bar)
170 * New color picker widget
171 * New Velocity RegexTool (usable using the ##$regextool## variable in Velocity)
172 * Added new Activity Stream plugin to record events happening in the system with the following features:
173 ** Applications can create their own activity streams to record custom events
174 ** Provide a way to delete events after a configurable amount of time
175 ** Allow to store all activity events in the main wiki in multi wiki mode
176 * New events for XWiki startup/shutdown. It's now possible for a component or a plugin to register to startup or shutdown events. It's very useful when some plugin need to start and stop an external service.
177 * Component Manager improvements
178 ** Added way to programmatically provide the component instance when register it
179 ** Added way to programmatically unregister component
180 * New [[Properties module>>code:Modules.PropertiesModule]] that offers:
181 ** Java bean populating support
182 ** Java type conversion support
183 ** Java bean validation support
184 * Upgraded several libraries:
185 ** Upgraded to Quartz 1.6.5
186 ** Upgraded to GWT 1.7
187 ** Upgraded to Jython 2.5.1 RC3
188 ** Upgraded to Smart GWT 1.2
189 ** Upgraded to Prototype 1.6.1
Thomas Mortagne 9.1 190
Vincent Massol 34.1 191 === 9 Others ===
Thomas Mortagne 9.1 192
Vincent Massol 34.1 193 * The Scheduler now allows to manually trigger a job (execute it once)
Thomas Mortagne 22.1 194
Thomas Mortagne 26.1 195 == Known issues ==
Vincent Massol 1.1 196
197 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
198
Thomas Mortagne 26.1 199 == Backward Compatibility and Migration Notes ==
Vincent Massol 1.1 200
Thomas Mortagne 26.1 201 === General Notes ===
Vincent Massol 1.1 202
Thomas Mortagne 9.1 203 {{warning}}If you're running in a multiwiki setup you'll also need to define the property ##xwiki.store.migration.databases=all## to your ##xwiki.cfg## file or explicitly name all databases to be migrated as in ##xwiki.store.migration.databases=db1,db2,...##.
204 {{/warning}}
Vincent Massol 1.1 205
Thomas Mortagne 9.1 206 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above.
207
208 {{warning}}
209 Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Of note, you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
210 {{/warning}}
211
Thomas Mortagne 26.1 212 === API Breakages ===
Thomas Mortagne 9.1 213
214 The following APIs were modified since XWiki Enterprise 1.9:
215
216 * Rendering Module
Thomas Mortagne 26.1 217 ** ##Block.replace()## has been replaced by ##Block.replaceChild()##
Thomas Mortagne 9.1 218 ** ##ParseException## constructor and methods have been modified since they were unused
219 ** ##XWikiXHTMLImageRenderer## and ##XWikiXHTMLLinkRenderer## classes have been moved to a XWiki-specific module so that the main Rendering module can be used standalone
220 ** Merged ##SimpleXHTMLImageRenderer## and ##XWikiXHTMLImageRenderer## into ##DefaultXHTMLImageRenderer## which now handles the case where we're inside a wiki or not
221 ** Merged ##SimpleXHTMLLinkRenderer## and ##XWikiXHTMLLinkRenderer## into ##DefaultXHTMLLinkRenderer## which now handles the case where we're inside a wiki or not
222 ** ##AbstractBlock## constructors has been refactored to make easier to create new common macros. Main change is that the macro author does not have to provide the MacroDescriptor anymore.
223 ** Macro parameters bean are now supposed to use xwiki-properties annotations instead of ##org.xwiki.rendering.macro.descriptor.annotation.*## annotations. Simply change ##org.xwiki.rendering.macro.descriptor.annotation.Parameter*## by ##org.xwiki.properties.annotation.Property*## to upgrade you macro parameters bean.
224 ** Macro have to provide a human readable name in various AbstractMacro helpers constructors
225 ** Big refactor around renderers and the way to use them since they are real components now
226 ** Syntax, SyntaxFactory and SyntaxType classes moved to the proper package (org.xwiki.rendering.syntax)
227 ** Definition lists now take parameters
228 ** Details:
Thomas Mortagne 26.1 229
Thomas Mortagne 9.1 230 {{code language="none"}}
Thomas Mortagne 27.1 231 [ERROR] org.xwiki.rendering.block.AbstractBlock: Method 'public void replace(java.util.List)' has been removed
232 [ERROR] org.xwiki.rendering.block.AbstractBlock: Method 'public void setParameter(java.lang.String, java.lang.Object)' has been removed
233 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replace(java.util.List)' has been removed
234 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replaceChild(org.xwiki.rendering.block.Block, org.xwiki.rendering.block.Block)' has been added to an interface
235 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replaceChild(java.util.List, org.xwiki.rendering.block.Block)' has been added to an interface
236 [ERROR] org.xwiki.rendering.block.MacroBlock: Method 'public java.lang.String getName()' has been removed
237 [ERROR] org.xwiki.rendering.block.PlainTextBlockFilter: In method 'public PlainTextBlockFilter(org.xwiki.rendering.renderer.LinkLabelGenerator)' the number of arguments has changed
238 [ERROR] org.xwiki.rendering.block.RawBlock: Parameter 2 of 'public RawBlock(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
239 [ERROR] org.xwiki.rendering.block.RawBlock: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
240 [ERROR] org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.Properties getMacroCategories()' has been added to an interface
241 [ERROR] org.xwiki.rendering.listener.Listener: In method 'public void beginDefinitionList()' the number of arguments has changed
242 [ERROR] org.xwiki.rendering.listener.Listener: In method 'public void endDefinitionList()' the number of arguments has changed
243 [ERROR] org.xwiki.rendering.listener.Listener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
244 [ERROR] org.xwiki.rendering.listener.WrappingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
245 [ERROR] org.xwiki.rendering.listener.WrappingListener: In method 'public void endDefinitionList()' the number of arguments has changed
246 [ERROR] org.xwiki.rendering.listener.WrappingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
247 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public AbstractChainingListener(org.xwiki.rendering.listener.chaining.ListenerChain)' the number of arguments has changed
248 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
249 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
250 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
251 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
252 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
253 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
254 [ERROR] org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
255 [ERROR] org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
256 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
257 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
258 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
259 [ERROR] org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
260 [ERROR] org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
261 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Parameter 1 of 'public AbstractMacro(org.xwiki.rendering.macro.descriptor.MacroDescriptor)' has changed its type to java.lang.String
262 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Method 'protected void registerConverter(org.apache.commons.beanutils.Converter, java.lang.Class)' has been removed
263 [ERROR] org.xwiki.rendering.macro.AbstractMacroSource: Class org.xwiki.rendering.macro.AbstractMacroSource removed
264 [ERROR] org.xwiki.rendering.macro.MacroManager: Removed java.lang.Comparable from the set of implemented interfaces
265 [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
266 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public boolean exists(java.lang.String, org.xwiki.rendering.parser.Syntax)' has been removed
267 [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
268 [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
269 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds()' has been added to an interface
270 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds(org.xwiki.rendering.syntax.Syntax)' has been added to an interface
271 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroNames(org.xwiki.rendering.parser.Syntax)' has been removed
272 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public int getPriority()' has been removed
273 [ERROR] org.xwiki.rendering.macro.MacroSource: Class org.xwiki.rendering.macro.MacroSource removed
274 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: In method 'public AbstractMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' the number of arguments has changed
275 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: Method 'protected java.lang.annotation.Annotation extractParameterAnnotation(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Class)' has been removed
276 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: Method 'protected void extractParameterDescriptor(java.beans.PropertyDescriptor, java.lang.Object)' has been removed
277 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, java.lang.Class)' has changed its type to java.lang.String
278 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' has changed its type to java.lang.String
279 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 3 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' has changed its type to org.xwiki.rendering.macro.descriptor.ContentDescriptor
280 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: In method 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor)' the number of arguments has changed
281 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: In method 'public DefaultParameterDescriptor()' the number of arguments has changed
282 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setDefaultValue(java.lang.Object)' has been removed
283 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setDescription(java.lang.String)' has been removed
284 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setMandatory(boolean)' has been removed
285 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setName(java.lang.String)' has been removed
286 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setType(java.lang.Class)' has been removed
287 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getDefaultCategory()' has been added to an interface
288 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getName()' has been added to an interface
289 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterDescription: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterDescription removed
290 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterHidden: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterHidden removed
291 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterMandatory: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterMandatory removed
292 [ERROR] org.xwiki.rendering.parser.ParseException: Parameter 2 of 'public ParseException(java.lang.String, java.lang.Exception)' has changed its type to java.lang.Throwable
293 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception)' has been removed
294 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception, java.lang.String, int)' has been removed
295 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception, java.lang.String, java.lang.String, int)' has been removed
296 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public java.lang.String getFileName()' has been removed
297 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public int getLineNumber()' has been removed
298 [ERROR] org.xwiki.rendering.parser.Parser: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
299 [ERROR] org.xwiki.rendering.parser.Syntax: Class org.xwiki.rendering.parser.Syntax removed
300 [ERROR] org.xwiki.rendering.parser.SyntaxFactory: Class org.xwiki.rendering.parser.SyntaxFactory removed
301 [ERROR] org.xwiki.rendering.parser.SyntaxType: Class org.xwiki.rendering.parser.SyntaxType removed
302 [ERROR] org.xwiki.rendering.renderer.EventsRenderer: Class org.xwiki.rendering.renderer.EventsRenderer removed
303 [ERROR] org.xwiki.rendering.renderer.PlainTextRenderer: Class org.xwiki.rendering.renderer.PlainTextRenderer removed
304 [ERROR] org.xwiki.rendering.renderer.PrintRenderer: Method 'public void setPrinter(org.xwiki.rendering.renderer.printer.WikiPrinter)' has been added to an interface
305 [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
306 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public java.util.List getAvailableSyntaxes()' has been removed
307 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public org.xwiki.rendering.syntax.Syntax getSyntax()' has been added to an interface
308 [ERROR] org.xwiki.rendering.renderer.TexRenderer: Class org.xwiki.rendering.renderer.TexRenderer removed
309 [ERROR] org.xwiki.rendering.renderer.XHTMLRenderer: Class org.xwiki.rendering.renderer.XHTMLRenderer removed
310 [ERROR] org.xwiki.rendering.renderer.XWikiSyntaxRenderer: Class org.xwiki.rendering.renderer.XWikiSyntaxRenderer removed
311 [ERROR] org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer: Class org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer removed
312 [ERROR] org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter: Class org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter removed
313 [ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer removed
314 [ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer removed
315 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLImageRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
316 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLLinkRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
317 [ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer removed
318 [ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer removed
319 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
320 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Parameter 1 of 'public void setSyntax(org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
321 [ERROR] org.xwiki.rendering.transformation.Transformation: Parameter 2 of 'public void transform(org.xwiki.rendering.block.XDOM, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
322 [ERROR] org.xwiki.rendering.transformation.TransformationManager: Parameter 2 of 'public void performTransformations(org.xwiki.rendering.block.XDOM, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
323 [ERROR] org.xwiki.rendering.util.ParserUtils: Method 'public java.util.List parsePlainText(java.lang.String)' has been removed
324 [ERROR] org.xwiki.rendering.util.RenderersUtils: Class org.xwiki.rendering.util.RenderersUtils removed
Thomas Mortagne 25.1 325 {{/code}}
Thomas Mortagne 9.1 326
Thomas Mortagne 26.1 327 == Dependencies ==
Vincent Massol 1.1 328
329 This release includes the following modules in the specified versions since XWiki Enterprise 1.9.3 was released:
330
Thomas Mortagne 26.1 331 === Core/Web ===
Vincent Massol 1.1 332
Vincent Massol 7.1 333 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 334 |##com.xpn.xwiki.platform##|##xwiki-*##|2.0|1.9.3
335 |##org.xwiki.platform##|##xwiki-*##|2.0|1.9.3
Vincent Massol 2.1 336
Thomas Mortagne 26.1 337 === Applications ===
Vincent Massol 2.1 338
Vincent Massol 4.1 339 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 8.1 340 |##com.xpn.xwiki.platform.applications##|##xwiki-application-administration##|1.17|1.12|[[jira>>http://jira.xwiki.org/jira/browse/XAADMINISTRATION]]
Vincent Massol 4.1 341 |##com.xpn.xwiki.platform.applications##|##xwiki-application-blog##|1.12|1.8|[[jira>>http://jira.xwiki.org/jira/browse/XABLOG]]
342 |##com.xpn.xwiki.platform.applications##|##xwiki-application-officeimporter##|1.11|1.9|[[jira>>http://jira.xwiki.org/jira/browse/XAOFFICE]]
343 |##com.xpn.xwiki.platform.applications##|##xwiki-application-panels##|1.24|1.20.1|[[jira>>http://jira.xwiki.org/jira/browse/XAPANELS]]
Thomas Mortagne 26.1 344 |##com.xpn.xwiki.platform.applications##|##xwiki-application-scheduler##|1.12|1.11
345 |##com.xpn.xwiki.platform.applications##|##xwiki-application-statistics##|1.5|1.4
346 |##com.xpn.xwiki.platform.applications##|##xwiki-application-tag##|1.7|1.7
347 |##com.xpn.xwiki.platform.applications##|##xwiki-application-watchlist##|1.20|1.16
348 |##com.xpn.xwiki.platform.applications##|##xwiki-application-webdav##|1.2|1.2
349 |##com.xpn.xwiki.platform.applications##|##xwiki-application-wiki-macro-bridge##|1.2|N/A
Vincent Massol 2.1 350
Thomas Mortagne 26.1 351 === Plugins ===
Vincent Massol 2.1 352
Vincent Massol 5.1 353 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 354 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-activitystream##|1.4|N/A
355 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-jodatime##|1.3|1.3
356 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-lucene##|1.10|1.8
357 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-mailsender##|1.13|1.10
358 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-scheduler##|1.12|1.9
359 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-skinx##|1.10|1.9
360 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-tag##|1.7|1.6
361 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-watchlist##|1.20|1.16
Vincent Massol 2.1 362
Thomas Mortagne 26.1 363 === Skins ===
Vincent Massol 3.1 364
Vincent Massol 6.1 365 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 366 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-albatross##|1.24|1.21
367 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-colibri##|1.3|N/A
368 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-toucan##|1.28|1.22
Vincent Massol 3.1 369
Thomas Mortagne 26.1 370 === Top Level POM ===
Vincent Massol 2.1 371
Vincent Massol 6.1 372 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 373 |##com.xpn.xwiki.platform##|##xwiki##|27|24
Vincent Massol 2.1 374
Thomas Mortagne 26.1 375 === Tools ===
Vincent Massol 2.1 376
Vincent Massol 6.1 377 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 378 |##org.xwiki.platform.tools##|##xwiki-jetty-resources##|1.16|1.14
379 |##org.xwiki.platform.tools##|##xwiki-rootwebapp##|1.2|1.1
380 |##org.xwiki.platform.tools##|##xwiki-xar-handlers##|1.9|1.8
381 |##org.xwiki.platform.tools##|##xwiki-xar-plugin##|1.13|1.12
382 |##org.xwiki.platform.tools##|##xwiki-configuration-resources##|1.32|1.27
Thomas Mortagne 31.1 383 |##org.xwiki.platform.tools##|##xwiki-packager-plugin##|1.14|1.12
Thomas Mortagne 26.1 384 |##org.xwiki.platform.tools##|##xwiki-license-resources##|1.1|1.0
385 |##org.xwiki.platform.tools##|##xwiki-verification-resources##|1.14|1.13

Get Connected