Last modified by Thomas Mortagne on 2017/03/24

<
From version < 15.1 >
edited by Manuel Smeria
on 2016/05/25
To version < 16.3 >
edited by Vincent Massol
on 2016/06/22
>
Change comment: Putting a comment for now till I fix the rate limit issue

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.VincentMassol
Content
... ... @@ -119,10 +119,14 @@
119 119  
120 120  * Since we've modified content of the Quick Links Panel, the Distribution Wizard may detect a merge conflict if this panel was customized. In addition, the Quick Links panel may disappear after an upgrade to 8.1M1+. You can add it back from the administration UI if you want to keep it (e.g. if it has been customized).
121 121  * The WebJars URL format has been modified to support relative WebJars URL in subwikis. The new format is {{code language="none"}}/webjars/<namespace>/<path/to/resource>?...{{/code}}. Reminder: you should not use this format directly and instead you should use the Script Service to generate a valid WebJars URL; this isolate you from any URL change. Example from Velocity: {{code language="none"}}$services.webjars.url(...){{/code}}.
122 -* The ##xwiki.usedefaultweb## parameter has been removed from ##xwii.cfg##. This parameter had not been working since XWiki 7.2-milestone-1; when we introduced Nested Pages we had to make a choice and we decided to support addressing top-level Nested Pages without having to have ##WebHome## in the URL (nor having to finish URLs with a trailing ##/##). For example, ##http:~/~/<server>/xwiki/bin/view/something## points to ##something.WebHome## by default since XWiki 7.2-milestone-1.
122 +* The ##xwiki.usedefaultweb## parameter has been removed from ##xwiki.cfg##. This parameter had not been working since XWiki 7.2-milestone-1; when we introduced Nested Pages we had to make a choice and we decided to support addressing top-level Nested Pages without having to have ##WebHome## in the URL (nor having to finish URLs with a trailing ##/##). For example, ##http:~/~/<server>/xwiki/bin/view/something## points to ##something.WebHome## by default since XWiki 7.2-milestone-1.
123 123  
124 124  == API Breakages ==
125 125  
126 126  The following APIs were modified since XWiki 8.0:
127 127  
128 +{{todo/}}
129 +
130 +{{comment}}
128 128  {{backwardCompatiblityReport version="8.1"/}}
132 +{{/comment}}
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,68 +1,0 @@
1 -[
2 - [
3 - {
4 - "code": "java.method.returnTypeTypeParametersChanged",
5 - "justification": "? return type makes signature more complex for nothing",
6 - "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
7 - "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()"
8 - },
9 - {
10 - "code": "java.method.returnTypeTypeParametersChanged",
11 - "justification": "? return type makes signature more complex for nothing",
12 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
13 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()"
14 - },
15 - {
16 - "code": "java.method.returnTypeTypeParametersChanged",
17 - "justification": "? return type makes signature more complex for nothing",
18 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
19 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()"
20 - }
21 - ],
22 - [
23 -
24 - ],
25 - [
26 - {
27 - "code": "java.method.returnTypeTypeParametersChanged",
28 - "justification": "? return type makes signature more complex for nothing",
29 - "new": "method java.util.List<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()",
30 - "old": "method java.util.List<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.AbstractExtension::getDependencies()"
31 - },
32 - {
33 - "code": "java.method.returnTypeTypeParametersChanged",
34 - "justification": "? return type makes signature more complex for nothing",
35 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()",
36 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.Extension::getDependencies()"
37 - },
38 - {
39 - "code": "java.method.returnTypeTypeParametersChanged",
40 - "justification": "? return type makes signature more complex for nothing",
41 - "new": "method java.util.Collection<org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()",
42 - "old": "method java.util.Collection<? extends org.xwiki.extension.ExtensionDependency> org.xwiki.extension.wrap.WrappingExtension<E extends org.xwiki.extension.Extension>::getDependencies()"
43 - },
44 - {
45 - "code": "java.method.returnTypeChanged",
46 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
47 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()",
48 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyOverwritePromptPage::clickCopyButton()"
49 - },
50 - {
51 - "code": "java.method.returnTypeChanged",
52 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
53 - "new": "method org.xwiki.test.ui.po.CopyOrRenameStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()",
54 - "old": "method org.xwiki.test.ui.po.CopyStatusPage org.xwiki.test.ui.po.CopyPage::clickCopyButton()"
55 - },
56 - {
57 - "code": "java.class.removed",
58 - "justification": "CopyStatusPage page object was renamed to CopyOrRenameStatusPage since it is needed in both places.",
59 - "old": "class org.xwiki.test.ui.po.CopyStatusPage"
60 - },
61 - {
62 - "code": "java.method.returnTypeChanged",
63 - "justification": "Minor change unlikely to break anything in practice",
64 - "new": "method org.apache.commons.httpclient.UsernamePasswordCredentials org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)",
65 - "old": "method void org.xwiki.test.ui.TestUtils::setDefaultCredentials(org.apache.commons.httpclient.UsernamePasswordCredentials)"
66 - }
67 - ]
68 -]

Get Connected