Last modified by Manuel Leduc on 2023/10/13

<
From version < 13.1 >
edited by Jerome
on 2012/09/27
To version < 14.1 >
edited by Jerome
on 2012/09/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -424,7 +424,7 @@
424 424  org.xwiki.properties.PropertyDescriptor: Method 'public java.lang.reflect.Field getField()' has been added to an interface
425 425  {{/code}}
426 426  )))
427 -* New #isValid() method (((
427 +* New #isValid() method(((
428 428  {{code language="none"}}
429 429  org.xwiki.extension.InstalledExtension: Method 'public boolean isValid(java.lang.String)' has been added to an interface
430 430  {{/code}}
... ... @@ -440,3 +440,39 @@
440 440  org.xwiki.job.Request: Method 'public java.lang.Object removeProperty(java.lang.String)' has been added to an interface
441 441  {{/code}}
442 442  )))
443 +* New methods in the oldcore/wikimacro bridge(((
444 +{{code}}
445 +org.xwiki.rendering.macro.wikibridge.WikiMacro: Method 'public org.xwiki.model.reference.DocumentReference getAuthorReference()' has been added to an interface
446 +org.xwiki.rendering.macro.wikibridge.WikiMacroFactory: Method 'public boolean isAllowed(org.xwiki.model.reference.DocumentReference, org.xwiki.rendering.macro.wikibridge.WikiMacroVisibility)' has been added to an interface
447 +{{/code}}
448 +)))
449 +* TODO Andreas: Explain why we have to break backward compatibility for the Chart module(((
450 +{{code}}
451 +org.xwiki.rendering.macro.chart.ChartDataSource: Field PARAMS has been removed, but it was previously a constant
452 +org.xwiki.rendering.macro.chart.ChartDataSource: Field SOURCE has been removed, but it was previously a constant
453 +org.xwiki.rendering.macro.chart.ChartMacroParameters: Method 'public java.util.Map getParametersMap()' has been removed
454 +org.xwiki.chart.model.ChartModel: Method 'public org.jfree.chart.axis.Axis getAxis(int)' has been added to an interface
455 +org.xwiki.chart.model.ChartModel: Method 'public java.lang.Number getCellValue(int, int)' has been removed
456 +org.xwiki.chart.model.ChartModel: Method 'public int getColumnCount()' has been removed
457 +org.xwiki.chart.model.ChartModel: Method 'public java.lang.String getColumnHeader(int)' has been removed
458 +org.xwiki.chart.model.ChartModel: Method 'public org.jfree.data.general.Dataset getDataset()' has been added to an interface
459 +org.xwiki.chart.model.ChartModel: Method 'public int getRowCount()' has been removed
460 +org.xwiki.chart.model.ChartModel: Method 'public java.lang.String getRowHeader(int)' has been removed
461 +org.xwiki.chart.model.DefaultChartModel: Class org.xwiki.chart.model.DefaultChartModel removed
462 +{{/code}}
463 +)))
464 +* Removed protected method (registerWikiMacros) that was not supposed to be used from outside (was protected for unit tests hacks.)(((
465 +{{code}}
466 +com.xpn.xwiki.XWiki: Method 'protected void registerWikiMacros()' has been removed
467 +{{/code}}
468 +)))
469 +* These classes below have never been used. It was supposed to be the start of the removal of Struts but since it hasn't progressed so far we're removing stray code from master. Experiments should be done on feature branches(((
470 +{{code}}
471 +org.xwiki.container.servlet.XWikiServlet: Class org.xwiki.container.servlet.XWikiServlet removed
472 +{{/code}}
473 +)))
474 +* Added a new sendMessageFromTemplate method signature that uses a map of parameters instead of a VelocityContext(((
475 +{{code}}
476 +com.xpn.xwiki.plugin.mailsender.MailSender: Method 'public int sendMessageFromTemplate(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map)' has been added to an interface
477 +{{/code}}
478 +)))

Get Connected