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

<
From version < 19.1 >
edited by Marius Dumitru Florea
on 2018/08/29
To version < 18.1 >
edited by Ilie Andriuta
on 2017/09/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.iandriuta
Content
... ... @@ -1,15 +13,3 @@
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 -
13 13  {{box cssClass="floatinginfobox" title="**Contents**"}}
14 14  {{toc/}}
15 15  {{/box}}
... ... @@ -77,17 +77,7 @@
77 77  == Issues specific to XWiki 9.7RC1 ==
78 78  
79 79  * 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
84 84  
85 - You can see all these changes below:
86 -
87 - {{velocity}} #unifiedAttachmentDiff('web-9.6.xml' 'web-9.7RC1.xml')
88 - {{/velocity}}
89 -)))
90 -
91 91  == API Breakages ==
92 92  
93 93  The following APIs were modified since XWiki 9.6:

Get Connected