Changes for page Release Notes for XWiki 4.3 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Fixed clirr report mixup
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fmancinelli1 +XWiki.enygma - Content
-
... ... @@ -92,10 +92,6 @@ 92 92 93 93 = For Developers = 94 94 95 -== <developer feature N> == 96 - 97 -<description of developer feature N> 98 - 99 99 == Deprecated and Retired projects == 100 100 101 101 * The ##userdirectorty## and ##usertools## plugins have been retired since they were unmaintained and mostly replaced by other features such as the Invitation module. ... ... @@ -135,10 +135,6 @@ 135 135 136 136 * [[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]] 137 137 138 -= Test Report = 139 - 140 -You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers. 141 - 142 142 = Backward Compatibility and Migration Notes = 143 143 144 144 == General Notes == ... ... @@ -159,13 +159,13 @@ 159 159 160 160 * [Young API] Introduce API to associate dependency status to the namespace.((( 161 161 {{code language="none"}} 162 -org.xwiki.extension.Extension ManagerConfiguration: Method 'publicjava.util.CollectiongetExtensionRepositoryDescriptors()' has been added to an interface154 +org.xwiki.extension.InstalledExtension: Method 'public boolean isDependency(java.lang.String)' has been added to an interface 163 163 {{/code}} 164 164 ))) 165 165 166 -* [Young API] Introduce ExtensionRepositoryDescriptor as a replacement of ExtensionRepositoryId 158 +* [Young API] Introduce ExtensionRepositoryDescriptor as a replacement of ExtensionRepositoryId((( 167 167 {{code language="none"}} 168 -org.xwiki.extension. InstalledExtension: Method 'publicbooleanisDependency(java.lang.String)' has been added to an interface160 +org.xwiki.extension.ExtensionManagerConfiguration: Method 'public java.util.Collection getExtensionRepositoryDescriptors()' has been added to an interface 169 169 org.xwiki.extension.repository.ExtensionRepository: Method 'public org.xwiki.extension.repository.ExtensionRepositoryDescriptor getDescriptor()' has been added to an interface 170 170 org.xwiki.extension.repository.ExtensionRepositoryFactory: Method 'public org.xwiki.extension.repository.ExtensionRepository createRepository(org.xwiki.extension.repository.ExtensionRepositoryDescriptor)' has been added to an interface 171 171 org.xwiki.extension.repository.ExtensionRepositoryManager: Method 'public org.xwiki.extension.repository.ExtensionRepository addRepository(org.xwiki.extension.repository.ExtensionRepositoryDescriptor)' has been added to an interface ... ... @@ -173,7 +173,7 @@ 173 173 {{/code}} 174 174 ))) 175 175 176 -* The ##userdirectorty## and ##usertools## plugins have been retired 168 +* The ##userdirectorty## and ##usertools## plugins have been retired((( 177 177 {{code language="none"}} 178 178 com.xpn.xwiki.plugin.userdirectory.Group: Class com.xpn.xwiki.plugin.userdirectory.Group removed 179 179 com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin: Class com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin removed ... ... @@ -184,7 +184,7 @@ 184 184 {{/code}} 185 185 ))) 186 186 187 -* This should be fixed: a new 'sendMessageFromTemplate' method was added before the 4.2 release and then removed only from master (4.3-SNAPSHOT). We need to decide what we do with this method. 179 +* This should be fixed: a new 'sendMessageFromTemplate' method was added before the 4.2 release and then removed only from master (4.3-SNAPSHOT). We need to decide what we do with this method.((( 188 188 {{code language="none"}} 189 189 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 removed 190 190 {{/code}}