Wiki source code of Release Notes for XWiki 6.3

Version 9.1 by Guillaume Delhumeau on 2014/11/12

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 This release is mainly a stabilization of the Flamingo Skin, with new themes and some improvements to manage them. It also provides a new mail API and module to replace the old mailsender plugin, a new dynamic tree macro that is progressively replacing all existing trees in XWiki (Document Index, Navigation Panels, etc...), some improvements on the Extension Manager as well as on the User Directory. Efforts have been made on the performances side, with good results. Finally, and like every releases, a lot of bugs have been fixed.
8
9 = New and Noteworthy (since XWiki 6.2) =
10
11 [[Full list of issues fixed and Dashboard for 6.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12693]].
12
13 == Extension Manager and Repository improvements ==
14
15 * ##<scm>## element from Maven ##pom.xml## is now supported and has been added to the standard in the API
16 * ##<issueManagement>## element from Maven ##pom.xml## is now supported and has been added to the standard in the API
17 * When importing an extension unknown but valid versions are not removed anymore
18 * The extension source URL and issue manager URL are now displayed in the extension description when available.
19 {{image reference="[email protected]"/}}
20
21 == User Directory customized globally ==
22
23 The administrator of the wiki can customize the default columns to be displayed by the user directory.
24
25 {{image reference="ReleaseNotesXWiki63M1@userDirectoryGloballyConfigurableInAdministration.png"/}}
26
27 For more information, see the [[documentation>>extensions:Extension.User Directory Application]]
28
29 == Flamingo ==
30
31 {{info}}
32 The Flamingo skin was introduced as experimental in XWiki 6.0 & 6.1 and has been deemed usable in XWiki 6.2. However we're still tuning details. It happens that we did not all agree on the location of the "Add" button (some wanted it inside the content, next to the "Edit" buttons and others wanted it back at the top - You can [[follow the discussion here>>http://markmail.org/message/jqbcj4p4ryc56sms]] if you're interested ;)). Thus we've decided for the moment to put it back at the top where it was in the Colibri skin in order to not force our users to learn a new location for the moment. This is still a discussion in progress and if you have inputs and preferences please do not hesitate to let us know on the [[XWiki Users Mailing List>>dev:Community.MailingLists]] or on the [[related Issue>>http://jira.xwiki.org/browse/XWIKI-11167]]. Thanks!
33 {{/info}}
34
35 * The 'Add' button has been moved back to the top bar and the search bar to the right:(((
36 {{image reference="[email protected]" width="60%"/}}
37 )))
38 * When you click on the 'add' button, the order of the choices have been inverted, to propose to create a page first, then a space, and finally a wiki:(((
39 {{image reference="[email protected]"/}}
40 )))
41 * The Wiki/Space/Page buttons in the top bar have been changed and are no longer split into two parts. You do not need to click the arrow specifically any more to open the contextual menu:(((
42 {{image reference="[email protected]"/}}
43 )))
44 * To navigate to the current Wiki/Space/Page in the top bar, there is now a new "Go to..." item:(((
45 |=Wiki|=Space|=Page
46 |{{image reference="[email protected]"/}}|{{image reference="[email protected]"/}}|{{image reference="[email protected]"/}}
47 )))
48 * The languages selection is now located in the top bar. It is displayed only when the multilingual mode is enabled:(((
49 {{image reference="[email protected]" width="60%"/}}
50 When there is no translation available:
51 {{image reference="[email protected]"/}}
52 When there is some translations available:
53 {{image reference="[email protected]"/}}
54 )))
55 * The [[Livetable>>extensions:Extension.Livetable Macro]] is now responsive to the screen size, so you can use them with smartphones:(((
56 {{image reference="[email protected]"/}}
57 )))
58 * The Flamingo Theme Application now uses a new Color Picker.(((
59 {{image reference="[email protected]"/}}
60 )))
61 * To sum up, this is the new look:(((
62 {{image reference="[email protected]"/}}
63 )))
64 * The "Add" button has now a default action to create a new page. You can still create other kind of contents (Wiki, Space) by using the arrow, just like we do with the different "edit" actions.(((
65 {{image reference="[email protected]"/}}
66 )))
67
68 === Flamingo Themes Application ===
69
70 Now, when you click on "Manage color theme" in the Administration, you reach the [[new application to manage the Flamingo Themes>>extensions:Extension.Flamingo Theme Application]]:
71
72 {{image reference="[email protected]" width="50%"/}}
73
74 You can use it to change the current theme, modify any theme or create new ones.
75
76 We have also added 3 new themes: Marina, Garden and Kitty.
77
78 {{gallery}}
79 image:[email protected]
80 image:[email protected]
81 image:[email protected]
82 {{/gallery}}
83
84 === Bootswatch Themes for Flamingo ===
85
86 XWiki comes with [[16 new themes for Flamingo>>extensions:Extension.Bootswatch Themes for Flamingo]], that have been adapted from [[Bootswatch>>http://bootswatch.com/]].
87
88 {{gallery}}
89 image:[email protected]
90 image:[email protected]
91 image:[email protected]
92 image:[email protected]
93 image:[email protected]
94 image:[email protected]
95 image:[email protected]
96 image:[email protected]
97 image:[email protected]
98 image:[email protected]
99 image:[email protected]
100 image:[email protected]
101 image:[email protected]
102 image:[email protected]
103 image:[email protected]
104 image:[email protected]
105 {{/gallery}}
106
107 == Panels Application ==
108
109 It is now possible to select which applications are displayed in the App Bar, and which are not:
110
111 {{image reference="[email protected]"/}}
112
113 == Document Tree Macro ==
114
115 We introduce [[a new wiki macro>>extensions:Extension.Document Tree Macro]] to display the hierarchy of documents:
116
117 {{code language="none"}}
118 {{documentTree /}}
119 {{/code}}
120
121 {{image reference="[email protected]"/}}
122
123 === Document Index Tree ===
124
125 The new [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] is now used in the Wiki document index.
126
127 {{image reference="[email protected]"/}}
128
129 === Navigation Panel ===
130
131 We also changed the Navigation Panel to use the new [[Document Tree Macro>>extensions:Extension.Document Tree Macro]].
132
133 {{info}}
134 Very importantly the old Navigation Panel was a performance hog on large wikis and it's not longer the case (since nodes are now opened dynamically and not all documents are loaded in memory)!
135 {{/info}}
136
137 {{image reference="[email protected]"/}}
138
139 == Miscellaneous ==
140
141 * The default color themes (DefaultColorTheme and FlamingoDefaultTheme) have been renamed Azure and Charcoal.
142 * In the select field of the 'color theme' property, in the administration, the color themes are now ordered by name.
143 * In the administration, clicking the "Customize" button for customizing a Skin or a Color Theme now opens the page it leads to in edit mode.
144 * Improved L&F when a template fails to render:(((
145 {{image reference="[email protected]" width="650px"/}}
146 )))
147 * We have created dedicated groups for Colibri and Flamingo Themes inside the Administration. Every themes can be used with both skins but they looks better when they are used with the corresponding theme.(((
148 {{image reference="[email protected]"/}}
149 )))
150 * The start/stop shell scripts provided with the Standalone Distribution have been improved to display usage information when an invalid parameter is passed or when the ##-h## or ##~-~-help## parameters are passed. Also note that the start script doesn't stop anymore a running XWiki instance if the ##-k## or ##~-~-kill## parameter is passed (this parameter has been removed).
151 * It's now possible to configure the maximum number of search results to be returned from a search operation using ##xwiki.authentication.ldap.maxresults## property in ##xwiki.cfg## file. See [[LDAP documentation>>platform:AdminGuide.Authentication||anchor="HGenericLDAPconfiguration"]].
152 * The "Empty is today" option on Date fields of classes created with Application Within Minutes is now working as expected. See [[XWIKI-10296>>http://jira.xwiki.org/browse/XWIKI-10296]]
153 * Office macro can now take a URL as input. See [[extensions:Extension.Office Macro]] for more details
154 * The standalone distribution now uses Jetty 9.2.3.v20140905 (was using version 8.1.15.v20140411 in XWiki 6.3-milestone-1). This should be transparent for the user since XWiki provides its own start/stop scripts around Jetty.
155 * The Delete Space feature now lists the documents inside the space you are going to delete. This should help people differentiate between the UI of Delete Page and the UI of Delete Space so that fewer mistakes occur when not paying much attention:(((
156 {{image reference="[email protected]"/}}
157 )))
158 * Updated [[XAR export URL format>>platform:Features.Exports||anchor="HXARExport"]] to allow exporting a full space, a full wiki, or any list of pages matching a pattern. For example:(((
159 {{code language="none"}}
160 http://localhost:8080/xwiki/bin/export/Main/WebHome?format=xar&name=test&pages=Main.%25
161 http://localhost:8080/xwiki/bin/export/Main/WebHome?format=xar&name=test&pages=%25.%25
162 http://localhost:8080/xwiki/bin/export/Main/WebHome?format=xar&name=test&pages=%25.%25Home
163 {{/code}}
164 )))
165 * Added an edit button to easily change the default Welcome message that is displayed on the homepage. Users have reportedly been struggling with this task for a while now and, until we come up with a new format for the homepage, this is the solution we have proposed to make things easier.(((
166 {{image reference="[email protected]"/}}
167 )))
168 * The configuration of the [[Applications Panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]] now works with touch-screen devices too.
169 * The Standalone Distribution [[now has a new startup parameter to enable monitoring/managing the Jetty instance>>platform:AdminGuide.Monitoring||anchor="HJMXConsole"]]. You can use it with ##start_xwiki.sh -j## (or ##start_xwiki.sh ~-~-jmx##).
170 * Updated the notification message when the panel layout is saved to use the standard notification widget.
171
172 = For Developers =
173
174 == Velocity improvements ==
175
176 === Velocity macros to display users and groups ===
177
178 We extracted the code that displays in view mode a property of type 'List of Users' and 'List of Groups' from the corresponding custom displayers (found in ##displayer_users.vm## and ##displayer_groups.vm##) into two Velocity macros that can be used to display arbitrary users and groups, even when you don't have an object. Here's how you can use them:
179
180 {{code language="none"}}
181 {{velocity}}
182 {{html wiki="true"}}
183 = Users =
184 == Just one ==
185 #displayUser('XWiki.Admin')
186
187 == List of users ==
188 #displayUser(['Admin', 'XWiki.mflorea'])
189
190 == A reference of a user ==
191 #displayUser($xcontext.userReference)
192
193 == A list of references of users ==
194 #displayUser([$xcontext.userReference, $otherUserReference])
195
196 = Groups =
197 == Just one ==
198 #displayGroup('XWiki.XWikiAdminGroup')
199
200 == List of groups ==
201 #displayGroup(['XWikiAdminGroup','XWiki.HRGroup'])
202
203 == A reference of a group ==
204 #set($adminGroupRef = $services.model.resolveDocument('XWiki.XWikiAdminGroup'))
205 #set($allGroupRef = $services.model.resolveDocument('XWiki.XWikiAllGroup'))
206 #displayGroup($adminGroupRef)
207
208 == A list of references of groups ==
209 #displayGroup([$adminGroupRef, $allGroupRef])
210
211 {{/html}}
212 {{/velocity}}
213 {{/code}}
214
215 === New Velocity Tools ===
216
217 * New URL Tool ##$urltool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] has been added with one method to parse query string from the URL ##$urltool.parseQuery(String)##. The value returned by this is method is a ##Map<String, List<String>>## which maps parameter names to (possibly multiple) values, and can be passed e.g. directly into ##$escapetool.url(Map<String, ?>)## to convert it back to a string. This is useful e.g. in cases where one want to pass a complete query string around between requests, as it happend for the PDF export; the ##$urltool## allows for a sane deserialization of the value passed around.
218 * New Exception Tool ##$exceptiontool##: A [[new tool>>extensions:Extension.Velocity Module||anchor="HVelocityTools"]] to manipulate Java Exceptions (get root cause, convert into String, etc).
219 * ##$stringtool## moved from ##org.apache.commons.lang3.StringUtils## to ##org.xwiki.text.StringUtils## which extends the first one and add new stuff
220
221 === Ability to catch Exceptions from Velocity ===
222
223 A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUnhandledException()## velocity macro has also been added to nicely display an exception to the user.
224
225 For example:
226
227 {{code language="velocity"}}
228 #try()
229 #set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion))
230 #if ($outputSyntax)
231 ## If the passed syntax is not an HTML-compatible syntax we need to HTML-escape it so that it can be
232 ## displayed fine in HTML (since at the point this vm file is called we're already inside an HTML page with
233 ## panels on the side, header, etc).
234 #set($syntaxType = $outputSyntax.type.toIdString())
235 #if (($syntaxType == "xhtml") || ($syntaxType == "html"))
236 #set ($renderedContent = $tdoc.getRenderedContent($outputSyntax))
237 #else
238 ## Make sure to print correctly the result when it's not HTML
239 #set ($renderedContent = "<pre>$escapetool.html($tdoc.getRenderedContent($outputSyntax))</pre>")
240 #end
241 #else
242 #set ($renderedContent = $tdoc.getRenderedContent())
243 #end
244 #end
245 ...
246 <div id="xwikicontent">
247 #if ("$!exception" != '')
248 #displayUnhandledException($exception)
249 #else
250 $renderedContent
251 #end
252 </div>
253 ...
254 {{/code}}
255
256 This generates the following in case of error rendering the page:
257
258 {{image reference="[email protected]"/}}
259
260 === New #displayException macro ===
261
262 Displays an error message with a title that can be clicked and expands to display an exception.
263
264 Example from a wiki page:
265
266 {{code language="none"}}
267 {{velocity}}
268 #set ($message = $services.mailsender.createMessage())
269 $message.send()
270
271 {{html}}
272 #displayException("hello world", $services.mailsender.lastError)
273 {{/html}}
274 {{/velocity}}
275 {{/code}}
276
277 == Component Disposal ==
278
279 The order used by the ComponentManager to dispose its components is computed based on declared dependencies. However there might be cases when you wish a Component's ##dispose()## method to be called before or after all other components. In this case you can use the ##DisposePriority## annotation. The default priority is 1000. A higher value will mean disposing before all other components not having this annotation. For example:
280
281 {{code language="java"}}
282 @Component
283 @Singleton
284 @DisposePriority(10000)
285 public class DefaultHibernateSessionFactory implements HibernateSessionFactory, Disposable
286 {
287 ...
288 @Override
289 public void dispose() throws ComponentLifecycleException
290 {
291 ... called after other components in order to shut down the database late...
292 }
293 ...
294 }
295 {{/code}}
296
297 See the [[Component Reference documentation>>extensions:Extension.Component Module]] for other details.
298
299 == New LiveTable Filtering Option ==
300
301 You can now specify how the filter value should be matched against the stored value. One use case when this is useful is when you have a live table for an XClass that has a Database List property and you want to use a text input filter instead of the default drop down list filter. Currently the user has to enter the full value in the text input in order to filter. Would be good if partial matching would work. This is possible starting with this version:
302
303 {{code language="none"}}
304 #set ($columnsProperties = {
305 'doc.name': {'type': 'text', 'size': 10, 'link': 'view'},
306 ...
307 'myDatabaseList': {'type': 'text', 'size': 10, 'match': 'partial'},
308 ...
309 })
310 {{/code}}
311
312 Checkout the [[LiveTable Macro documentation>>extensions:Extension.Livetable Macro||anchor="HParameter24columnsProperties"]] for more details about the **match** option.
313
314 == Solr JSON Service ==
315
316 You can now make search requests from JavaScript using the Solr JSON service. The results include all the information that is indexed by Solr so you can display them as you wish. See the [[Solr Search Application>>extensions:Extension.Solr Search Application||anchor="HJSONService"]] documentation for more details.
317
318 == Document Meta Informations ==
319
320 * We have introduced a new JavaScript API to get informations about the current document. See: [[platform:DevGuide.JavaScriptAPI||anchor="HGetsomeinformationsaboutthecurrentdocument"]].
321
322 == Tree Widget ==
323
324 We introduce a [[new JavaScript widget>>extensions:Extension.Tree Widget]] that can be used to create tree views for the structured data stored in the wiki. It is based on [[jsTree>>http://www.jstree.com/]] and thus has support for both static and dynamic (interactive) trees.
325
326 == Tree Macro ==
327
328 We introduce [[a new wiki macro>>extensions:Extension.Tree Macro]] that allows you to easily define a tree in a wiki page. It uses the tree widget.
329
330 {{code language="none"}}
331 {{tree}}
332 * Parent
333 ** Child
334 {{/tree}}
335
336 {{tree reference="Space.MyDynamicTree" /}}
337 {{/code}}
338
339 == Improved WebJars Integration ==
340
341 We added 2 new features to improve the WebJars Integration:
342
343 * You can now omit the WebJar version:(((
344 {{code language="none"}}
345 $services.webjars.url('angularjs', 'angular.js')
346 {{/code}}
347 )))
348 * You can use Velocity code in WebJar resources. This means you can use for instance Color Theme variables inside your CSS files that are packaged inside a WebJar:(((
349 {{code language="none"}}
350 $services.webjars.url('org.xwiki.contrib:my-webjar', 'style.css', {'evaluate': true})
351 {{/code}}
352 )))
353
354 See the [[WebJar Integration documentation>>extensions:Extension.WebJars Integration]] for more information.
355
356 == Miscellaneous ==
357
358 * The wiki provisioning job has now the current user set in the context.
359 * 10 new icons have been mapped into [[Font Awesome Icon Theme>>extensions:Extension.Font Awesome Icon Theme]].
360 * It's now possible to overwrite the id of a Java bean property using an annotation. See [[extensions:Extension.Properties Module||anchor="HPopulateaJavaBean"]] for more.
361 * [[It's possible to get DEBUG information only for shutdown operations>>dev:Community.Debugging||anchor="HLoggingshutdownoperations"]] by editing ##logback.xml## and setting:(((
362 {{code language="xml"}}
363 <logger name="org.xwiki.shutdown" level="debug"/>
364 {{/code}}
365 )))
366 * When importing an extension unknown but valid versions are not removed anymore
367 * New ##outputOnlyHtml## option for the ##livetable## macro to output only the HTML, without the syntax specific wrappers. See the [[documentation>>extensions:Extension.Livetable Macro||anchor="HAllacceptedvalues"]].
368 * Suggest widget now has an extra ##propagateEventKeyCodes## option where key codes can be listed so their events will be propagated. See the [[documentation>>platform:DevGuide.AutoSuggestWidget||anchor="HJavascriptparametersfortheXWiki.widgets.Suggestconstructor"]].
369 * Extended modalPopup.js to support specifying keyboard shortcut options for the defined actions. See the [[documentation>>platform:DevGuide.ModalPopup||anchor="HConstructorfieldsfortheModalPopupJavascriptclass"]].
370 * You can now [[render an icon from any icon theme present on the wiki>>extensions:Extension.Icon Theme Application||anchor="HUsagewithscripts"]], referenced by its name:(((
371 {{code language="velocity"}}
372 $services.icon.render('globe', 'Silk')
373 $services.icon.render('globe', 'Font Awesome')
374 {{/code}}
375 )))
376
377 == Upgrades ==
378
379 The following dependencies have been upgraded:
380
381 * [[JGroups 3.5.1>>http://jira.xwiki.org/browse/XWIKI-10987]]
382 * [[Tika 1.6>>http://jira.xwiki.org/browse/XWIKI-10956]]
383 * [[reflections 0.9.9>>http://jira.xwiki.org/browse/XCOMMONS-654]]
384 * [[Groovy 2.3.7>>http://jira.xwiki.org/browse/XCOMMONS-655]]
385 * [[jQuery 1.11.1>>http://jira.xwiki.org/browse/XWIKI-11094]]
386 * [[Doxia 1.6>>http://jira.xwiki.org/browse/XRENDERING-364]]
387 * [[Joda-Time 2.5>>http://jira.xwiki.org/browse/XRENDERING-365]]
388 * [[commons-compress 1.9>>http://jira.xwiki.org/browse/XCOMMONS-665]]
389 * [[httpcore 4.3.3>>http://jira.xwiki.org/browse/XCOMMONS-679]]
390
391 = Translations =
392
393 The following translations have been updated:
394
395 {{language codes="de, fr, lv"/}}
396
397 = Tested Browsers & Databases =
398
399 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
400
401 = Performances tests compared to 5.4.6 =
402
403 <a summary of the comparison with latest super stable version>
404
405 {{display reference="test:Performances.Jetty HSQLDB single wiki 546 to 63" section="HSummary"/}}
406
407 More details on [[performance comparison on single wiki between 6.3 and 5.4.6>>test:Performances.Jetty HSQLDB single wiki 546 to 63]].
408
409 = Known issues =
410
411 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
412
413 = Backward Compatibility and Migration Notes =
414
415 == General Notes ==
416
417 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that 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.
418
419 == Programming Rights disabled for TextArea Properties ==
420
421 If you have a class with a TextArea property and in your sheet you use ##$doc.display()## to display this property then you must know that starting with this version the content of the TextArea is rendered without programming rights, even if the last author or content author of the document that has the object with the TextArea property has programming rights. In other words, if you use wiki syntax in the TextArea content and you use script macros inside, the code that requires programming rights won't be executed even if you have the necessary rights. The reason for this change is because we can't know for sure who is the last author of the TextArea's content. We may remove this limitation in the future if we add a way to know the author. A solution we are currently investigating is the usage of signed scripts in TextArea's content. Until then, if you really want to execute the content of your TextArea properties using programming rights then you can use ##$doc.getRenderedContent()## in your sheet, passing the content of the TextArea property.
422
423 == Change on velocity macro handling in skin templates ==
424
425 Wiki page does not have access anymore to Velocity macros defined in the skin templates (except for macro.vm special template).
426
427 == API Breakages ==
428
429 The following APIs were modified since XWiki 6.2:
430
431 * Add scm informations to extensions descriptors. Should be safe enough since most repository handlers extend AbstractExtension instead of directly implement Extension
432
433 {{code language="none"}}
434 org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionIssueManagement getIssueManagement()' has been added to an interface
435 {{/code}}
436
437 * Add issue management informations to extensions descriptors. Should be safe enough since most repository handlers extend AbstractExtension instead of directly implement Extension
438
439 {{code language="none"}}
440 org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionScm getScm()' has been added to an interface
441 {{/code}}
442
443 * Never really been supposed to be exposed as an API.
444
445 {{code language="none"}}
446 com.xpn.xwiki.objects.BaseElement: Accessibility of field localEntityReferenceSerializer has been weakened from protected to private
447 com.xpn.xwiki.doc.XWikiDocument: Method 'public java.lang.String ajc$privMethod$com_xpn_xwiki_doc_XWikiDocumentCompatibilityAspect$com_xpn_xwiki_doc_XWikiDocument$serializeReference(org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.EntityReferenceSerializer, org.xwiki.model.reference.DocumentReference)' has been removed
448 {{/code}}
449
450 * Changed the LESSCache interface and the LESS Script Service because the cache was poorly designed (see: [[XWIKI-10776>>http://jira.xwiki.org/browse/XWIKI-10776]])
451
452 {{code language="none"}}
453 org.xwiki.lesscss.LessCompilerScriptService: Method 'public boolean clearCache(java.lang.String)' has been removed
454 org.xwiki.lesscss.LESSCache: Method 'public void clear(java.lang.String)' has been removed
455 org.xwiki.lesscss.LESSCache: Method 'public void clearFromColorTheme(java.lang.String)' has been added to an interface
456 org.xwiki.lesscss.LESSCache: Method 'public void clearFromFileSystemSkin(java.lang.String)' has been added to an interface
457 org.xwiki.lesscss.LESSCache: In method 'public java.lang.Object get(java.lang.String, java.lang.String, java.lang.String, java.lang.String)' the number of arguments has changed
458 org.xwiki.lesscss.LESSCache: In method 'public void set(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Object)' the number of arguments has changed
459 {{/code}}
460
461 * Added new methods to the unstable Icon Module
462
463 {{code language="none"}}
464 org.xwiki.icon.IconManager: Method 'public java.lang.String render(java.lang.String, java.lang.String)' has been added to an interface
465 org.xwiki.icon.IconManager: Method 'public java.lang.String render(java.lang.String, java.lang.String, boolean)' has been added to an interface
466 org.xwiki.icon.IconManager: Method 'public java.lang.String renderHTML(java.lang.String, java.lang.String)' has been added to an interface
467 org.xwiki.icon.IconManager: Method 'public java.lang.String renderHTML(java.lang.String, java.lang.String, boolean)' has been added to an interface
468 org.xwiki.icon.IconSetCache: Method 'public void clear(java.lang.String, java.lang.String)' has been added to an interface
469 org.xwiki.icon.IconSetCache: Method 'public org.xwiki.icon.IconSet get(java.lang.String, java.lang.String)' has been added to an interface
470 org.xwiki.icon.IconSetCache: Method 'public void put(java.lang.String, java.lang.String, org.xwiki.icon.IconSet)' has been added to an interface
471 org.xwiki.icon.IconSetManager: Method 'public org.xwiki.icon.IconSet getIconSet(java.lang.String)' has been added to an interface
472 {{/code}}

Get Connected