Change comment:
Added backward-compatiblity violations data
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ManuelSmeria1 +XWiki.VincentMassol - Content
-
... ... @@ -97,14 +97,7 @@ 97 97 98 98 = Tested Browsers & Databases = 99 99 100 -{{warning}} 101 -The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. 102 -{{/warning}} 103 - 104 -{{comment}} 105 -TODO: uncomment and update with proper link when the report is ready. 106 106 {{include reference="TestReports.ManualTestReportSummaryXWiki81"/}} 107 -{{/comment}} 108 108 109 109 = Performances tests compared to <last super stable version> = 110 110 ... ... @@ -126,10 +126,14 @@ 126 126 127 127 * 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). 128 128 * 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}}. 129 -* 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. 130 130 131 131 == API Breakages == 132 132 133 133 The following APIs were modified since XWiki 8.0: 134 134 128 +{{todo/}} 129 + 130 +{{comment}} 135 135 {{backwardCompatiblityReport version="8.1"/}} 132 +{{/comment}}