Changes for page XWiki Enterprise 3.0 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,7 +26,8 @@ 26 26 * [[XWIKI-2555>>http://jira.xwiki.org/jira/browse/XWIKI-2555]]: PDF Export fonts are not picked up from WEB-INF/fonts 27 27 * [[XWIKI-5726>>http://jira.xwiki.org/jira/browse/XWIKI-5726]]: Image does not appear in pdf export 28 28 * [[XWIKI-5910>>http://jira.xwiki.org/jira/browse/XWIKI-5910]]: PDF export fails with an exception when there are duplicate IDs in the exported XML 29 - 29 + 30 + 30 30 == Miscellaneous == 31 31 32 32 * [[XWIKI-5816>>http://jira.xwiki.org/jira/browse/XWIKI-5816]]: Lock on document lost when using "Save and continue" ... ... @@ -69,7 +69,7 @@ 69 69 70 70 == API Breakages == 71 71 72 -The following APIs were modified since XWiki Enterprise 2.7: 73 +The following xwiki-core APIs were modified since XWiki Enterprise 2.7: 73 73 74 74 {{code language="none"}} 75 75 ERROR: 7002: com.xpn.xwiki.api.XWiki: Method 'public java.lang.Object getExoPortalService(java.lang.String)' has been removed ... ... @@ -162,3 +162,19 @@ 162 162 ERROR: 7005: org.xwiki.properties.converter.Converter: Parameter 1 of 'public java.lang.Object convert(java.lang.Class, java.lang.Object)' has changed its type to java.lang.reflect.Type 163 163 ERROR: 7012: org.xwiki.officeimporter.openoffice.OpenOfficeConverter: Method 'public boolean isMediaTypeSupported(java.lang.String)' has been added to an interface 164 164 {{/code}} 166 + 167 +The following XWiki GWT APIs were modified since XWiki Enterprise 2.7: 168 + 169 +{{code language="none"}} 170 +ERROR: 6011: org.xwiki.gwt.user.client.ui.rta.RichTextArea: Field DISABLED has been removed, but it was previously a constant 171 +ERROR: 7002: org.xwiki.gwt.wysiwyg.client.RichTextEditorController: Method 'protected void initTextArea()' has been removed 172 +ERROR: 6011: org.xwiki.gwt.wysiwyg.client.plugin.color.ColorCell: Field SELECTED_STYLE_NAME has been removed, but it was previously a constant 173 +ERROR: 7002: org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPicker: Method 'public java.lang.String convertToHex(java.lang.String)' has been removed 174 +ERROR: 7002: org.xwiki.gwt.wysiwyg.client.plugin.color.ColorPlugin: Method 'protected org.xwiki.gwt.user.client.ui.rta.cmd.Executable getBackColorExecutable()' has been removed 175 +ERROR: 8001: org.xwiki.gwt.wysiwyg.client.plugin.color.MozillaColorPlugin: Class org.xwiki.gwt.wysiwyg.client.plugin.color.MozillaColorPlugin removed 176 +ERROR: 8001: org.xwiki.gwt.wysiwyg.client.plugin.color.exec.BackColorExecutable: Class org.xwiki.gwt.wysiwyg.client.plugin.color.exec.BackColorExecutable removed 177 +ERROR: 8001: org.xwiki.gwt.wysiwyg.client.plugin.color.exec.HiliteColorExecutable: Class org.xwiki.gwt.wysiwyg.client.plugin.color.exec.HiliteColorExecutable removed 178 +ERROR: 8001: org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.EnableExecutable: Class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.EnableExecutable removed 179 +ERROR: 8001: org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.ResetExecutable: Class org.xwiki.gwt.wysiwyg.client.plugin.submit.exec.ResetExecutable removed 180 +ERROR: 6004: org.xwiki.gwt.dom.client.Style: Changed type of field BACKGROUND_COLOR from java.lang.String to org.xwiki.gwt.dom.client.Property 181 +{{/code}}