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

<
From version < 10.3 >
edited by Clément Aubin
on 2017/08/23
To version < 12.1 >
edited by Marius Dumitru Florea
on 2017/08/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.caubin
1 +XWiki.mflorea
Content
... ... @@ -63,9 +63,9 @@
63 63  
64 64  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
65 65  
66 -== Issues specific to XWiki <version> ==
66 +== Issues specific to XWiki 9.7RC1 ==
67 67  
68 -<issues specific to the project>
68 +* 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.
69 69  
70 70  == API Breakages ==
71 71  
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -13,9 +13,6 @@
13 13   }
14 14   ],
15 15   [
16 - "]"
17 - ],
18 - [
19 19   {
20 20   "classSimpleName": "RecordableEventDescriptorManager",
21 21   "code": "java.method.removed",
... ... @@ -27,6 +27,15 @@
27 27   },
28 28   {
29 29   "classSimpleName": "RecordableEventDescriptorManager",
27 + "code": "java.method.removed",
28 + "elementKind": "method",
29 + "justification": "Young API",
30 + "methodName": "getAllRecordableEventDescriptorsAllWikis",
31 + "old": "method java.util.List<org.xwiki.eventstream.RecordableEventDescriptor> org.xwiki.eventstream.RecordableEventDescriptorManager::getAllRecordableEventDescriptorsAllWikis() throws org.xwiki.eventstream.EventStreamException",
32 + "package": "org.xwiki.eventstream"
33 + },
34 + {
35 + "classSimpleName": "RecordableEventDescriptorManager",
30 30   "code": "java.method.addedToInterface",
31 31   "elementKind": "method",
32 32   "justification": "Young API",

Get Connected