Last modified by Marius Dumitru Florea on 2018/08/29

<
From version < 17.1 >
edited by Marius Dumitru Florea
on 2017/08/28
To version < 19.1 >
edited by Marius Dumitru Florea
on 2018/08/29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,15 @@
1 +{{template name="diff_macros.vm"/}}
2 +
3 +{{velocity output="false"}}
4 +#macro (unifiedAttachmentDiff $alice $bob)
5 + #set ($previous = $doc.getAttachment($alice).contentAsString)
6 + #set ($next = $doc.getAttachment($bob).contentAsString)
7 + {{html}}
8 + #unifiedDiff($previous $next)
9 + {{/html}}
10 +#end
11 +{{/velocity}}
12 +
1 1  {{box cssClass="floatinginfobox" title="**Contents**"}}
2 2  {{toc/}}
3 3  {{/box}}
... ... @@ -36,14 +36,12 @@
36 36  
37 37  {{language codes="fr, ca, cs, da, de, gl, it, lv, nl, pl, pt, ro, ru, sk, sv, tr, vi, zh"/}}
38 38  
39 -{{comment}}
40 -TODO: uncomment and update with proper link when the report is ready.
41 41  
42 42  = Tested Browsers & Databases =
43 43  
44 -{{include reference="TestReports.<test report page>"/}}
45 -{{/comment}}
54 +{{include reference="TestReports.ManualTestReportSummaryXWiki97RC1.WebHome"/}}
46 46  
56 +
47 47  {{comment}}
48 48  TODO: uncomment and update with proper links when the report is ready.
49 49  
... ... @@ -67,7 +67,17 @@
67 67  == Issues specific to XWiki 9.7RC1 ==
68 68  
69 69  * The [[Attachment Index>>extensions:Extension.Index Application||anchor="HAllAttachments"]] doesn't obey the ##$blacklistedSpaces## Velocity variable any more. It uses the hidden page query filter instead, so it follows the "Show hidden pages" settings from the user profile.
80 +* The old Google WebToolkit based WYSIWYG content editor has been removed and this brought some changes to the ##web.xml## file:(((
81 +* the package ##org.xwiki.wysiwyg.server.filter## has been renamed to ##org.xwiki.wysiwyg.filter##
82 +* the ##gwtrpc## and ##XWikiService## servlets have been removed along with their mappings
83 +* the mapping for the ##XWikiContextInitializationFilter## has been removed
70 70  
85 + You can see all these changes below:
86 +
87 + {{velocity}} #unifiedAttachmentDiff('web-9.6.xml' 'web-9.7RC1.xml')
88 + {{/velocity}}
89 +)))
90 +
71 71  == API Breakages ==
72 72  
73 73  The following APIs were modified since XWiki 9.6:

Get Connected