Last modified by Thomas Mortagne on 2023/10/13

<
From version < 30.1 >
edited by Guillaume Delhumeau
on 2015/12/17
To version < 34.1 >
edited by Thomas Mortagne
on 2017/03/24
>
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = New and Noteworthy (since XWiki 7.4 Milestone 1) =
10 10  
11 -[[Full list of issues fixed and Dashboard for 7.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13590]].
11 +[[Full list of issues fixed and Dashboard for 7.4>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13590]].
12 12  
13 13  == Support for template hierarchies ==
14 14  
... ... @@ -39,7 +39,7 @@
39 39  )))
40 40  * The Create Page UI allows you to view and change the location of the new page (that is going to be created) even when you [[open directly the URL of a new page>>platform:Features.DocumentLifecycle||anchor="HByenteringdirectlytheURLofthenewpage"]].
41 41  
42 -See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.4-milestone-2%22&tempMax=1000]] fixed in this release.
42 +See the [[full list of JIRA issues>>https://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.4-milestone-2%22&tempMax=1000]] fixed in this release.
43 43  
44 44  = For Developers =
45 45  
... ... @@ -63,7 +63,7 @@
63 63  == VFS API ==
64 64  
65 65  {{warning}}
66 -Right now the [[VFS API works as Guest only>>http://jira.xwiki.org/browse/XWIKI-12912]], meaning that you'll only be able to access archives that are viewable by Guest users in your wiki.
66 +Right now the [[VFS API is missing authorization checks>>https://jira.xwiki.org/browse/XWIKI-12912]], meaning that you should use it only for public archives.
67 67  {{/warning}}
68 68  
69 69  Replacement of the [[Zip Explorer Plugin>>extensions:Extension.ZIP Explorer Plugin]]. API to access the content of archives files (zip, jar, gzip, tar, etc) located as attachments in wiki pages or elsewhere (external URLs, file system, et).
... ... @@ -162,11 +162,11 @@
162 162  
163 163  The following dependencies have been upgraded:
164 164  
165 -* [[Batik 1.8>>http://jira.xwiki.org/browse/XWIKI-12904]]
166 -* [[FOP 2.0>>http://jira.xwiki.org/browse/XWIKI-12871]]
167 -* [[Jackson 2.6.4>>http://jira.xwiki.org/browse/XCOMMONS-893]]
168 -* [[guava 19>>http://jira.xwiki.org/browse/XCOMMONS-894]]
169 -* [[Less4j 1.15.4>>http://jira.xwiki.org/browse/XWIKI-12905]]
165 +* [[Batik 1.8>>https://jira.xwiki.org/browse/XWIKI-12904]]
166 +* [[FOP 2.0>>https://jira.xwiki.org/browse/XWIKI-12871]]
167 +* [[Jackson 2.6.4>>https://jira.xwiki.org/browse/XCOMMONS-893]]
168 +* [[guava 19>>https://jira.xwiki.org/browse/XCOMMONS-894]]
169 +* [[Less4j 1.15.4>>https://jira.xwiki.org/browse/XWIKI-12905]]
170 170  
171 171  = Translations =
172 172  
... ... @@ -176,9 +176,7 @@
176 176  
177 177  = Tested Browsers & Databases =
178 178  
179 -{{warning}}
180 -The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon.
181 -{{/warning}}
179 +{{include reference="TestReports.ManualTestReportSummaryXWiki74M2"/}}
182 182  
183 183  {{comment}}
184 184  TODO: uncomment and update with proper link when the report is ready.
... ... @@ -187,7 +187,7 @@
187 187  
188 188  = Known issues =
189 189  
190 -* [[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]]
188 +* [[Bugs we know about>>https://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]]
191 191  
192 192  = Backward Compatibility and Migration Notes =
193 193  
... ... @@ -199,18 +199,19 @@
199 199  
200 200  The following APIs were modified since XWiki 7.3:
201 201  
202 -* was wrongly extending internal class:
203 -
204 -{{code language="none"}}org.xwiki.extension.job.history.ReplayJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
200 +* Job code was wrongly extending an internal class:(((
201 +{{code language="none"}}
202 +org.xwiki.extension.job.history.ReplayJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
205 205  org.xwiki.extension.job.history.ReplayJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses
206 206  org.xwiki.extension.xar.job.diff.DiffXarJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
207 207  org.xwiki.extension.xar.job.diff.DiffXarJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses
208 208  org.xwiki.refactoring.job.EntityJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
209 -org.xwiki.refactoring.job.EntityJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses{{/code}}
210 -
211 -* impossible to implement it without dependeing on XMLRPC module:
212 -
213 -{{code language="none"}}com.xpn.xwiki.XWikiContext: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$get$xmlRpcServer(com.xpn.xwiki.XWikiContext)' has been removed
207 +org.xwiki.refactoring.job.EntityJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses
208 +{{/code}}
209 +)))
210 +* Remove the XMLRPC module:(((
211 +{{code language="none"}}
212 +com.xpn.xwiki.XWikiContext: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$get$xmlRpcServer(com.xpn.xwiki.XWikiContext)' has been removed
214 214  com.xpn.xwiki.XWikiContext: Method 'public void ajc$set$xmlRpcServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed
215 215  com.xpn.xwiki.XWikiContext: Method 'public org.apache.xmlrpc.server.XmlRpcServer getXMLRPCServer()' has been removed
216 216  com.xpn.xwiki.XWikiContext: Method 'public void setXMLRPCServer(org.apache.xmlrpc.server.XmlRpcServer)' has been removed
... ... @@ -220,5 +220,6 @@
220 220  com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$interMethod$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$getXMLRPCServer(com.xpn.xwiki.XWikiContext)' has been removed
221 221  com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public void ajc$interMethod$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$setXMLRPCServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed
222 222  com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$interMethodDispatch1$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$getXMLRPCServer(com.xpn.xwiki.XWikiContext)' has been removed
223 -com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public void ajc$interMethodDispatch1$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$setXMLRPCServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed{{/code}}
224 -
222 +com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public void ajc$interMethodDispatch1$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$setXMLRPCServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed
223 +{{/code}}
224 +)))

Get Connected