Changes for page Release Notes for XWiki 9.7-rc-1
Last modified by Marius Dumitru Florea on 2018/08/29
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. iandriuta1 +XWiki.mflorea - 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}} ... ... @@ -65,7 +65,17 @@ 65 65 == Issues specific to XWiki 9.7RC1 == 66 66 67 67 * 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 68 68 85 + You can see all these changes below: 86 + 87 + {{velocity}} #unifiedAttachmentDiff('web-9.6.xml' 'web-9.7RC1.xml') 88 + {{/velocity}} 89 +))) 90 + 69 69 == API Breakages == 70 70 71 71 The following APIs were modified since XWiki 9.6: