Wiki source code of Release Notes for XWiki 8.1 Milestone 2
Version 27.1 by Guillaume Delhumeau on 2016/04/27
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
![]() |
25.1 | 7 | This milestone release brings a new parameter to the Document Macro, the synchronization of the avatars coming from LDAP and the support of feeds delivered over HTTPS in the RSS Macro. |
![]() |
1.1 | 8 | |
![]() |
8.2 | 9 | = New and Noteworthy (since XWiki 8.1 Milestone 1) = |
![]() |
1.1 | 10 | |
![]() |
23.1 | 11 | [[Full list of issues fixed and Dashboard for 8.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13603]]. |
![]() |
1.1 | 12 | |
![]() |
9.1 | 13 | == Documents Macro Improvement == |
![]() |
1.1 | 14 | |
![]() |
9.1 | 15 | The [[Documents Macro>>extensions:Extension.Documents Macro||anchor="HUsage"]] now supports a ##location## parameter to display all documents having their full reference matching the ##location## value. |
![]() |
1.1 | 16 | |
![]() |
9.1 | 17 | For example: |
18 | |||
19 | {{code language="none"}} | ||
20 | {{documents location="Sand"/}} | ||
21 | {{/code}} | ||
22 | |||
23 | Gives: | ||
24 | |||
25 | {{image reference="documents-macro-location.png"/}} | ||
26 | |||
![]() |
16.1 | 27 | == RSS Macro Improvements == |
28 | |||
![]() |
18.1 | 29 | The [[RSS Macro>>extensions:Extension.RSS Macro]] now supports feeds delivered over HTTPS. Additionally, it now uses its own ##user-agent## string, ##XWiki/VERSION##, where ##VERSION## is the version of XWiki in use. |
![]() |
16.1 | 30 | |
![]() |
20.1 | 31 | == Synchronization of user avatar from LDAP == |
32 | |||
33 | Binary photos stored in LDAP can be synchronized now to XWiki user avatar. New options are added to control this feature: | ||
34 | |||
35 | [[image:ldap-photo.png]] | ||
36 | |||
37 | Please note that user avatar will not be updated from LDAP if user set custom avatar with filename other than specified in XWiki preferences. | ||
38 | |||
![]() |
1.1 | 39 | == Miscellaneous == |
40 | |||
![]() |
5.1 | 41 | * The [[Document Tree Macro>>extensions:Extension.Document Tree Macro||anchor="HParameters"]] has a new parameter to limit the number of child nodes displayed when a parent node is expanded for the first time. |
![]() |
22.1 | 42 | * The [[Gadget's title>>extensions:Extension.Dashboard Macro||anchor="HGadget27stitile"]] has now a default value which is internationalized. |
![]() |
1.1 | 43 | |
44 | See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release. | ||
45 | |||
46 | = For Developers = | ||
47 | |||
![]() |
6.1 | 48 | == Standard java.lang.Package properties == |
![]() |
1.1 | 49 | |
![]() |
6.1 | 50 | The following properties are now automatically added to all Maven jar modules MANIFEST files: |
![]() |
1.1 | 51 | |
![]() |
6.1 | 52 | {{code language="properties"}} |
53 | Specification-Title: ${project.name} | ||
54 | Specification-Version: ${project.version} | ||
55 | Specification-Vendor: ${project.organization.name} | ||
56 | Implementation-Title: ${project.name} | ||
57 | Implementation-Version: ${project.version} | ||
58 | Implementation-Vendor-Id: ${project.groupId} | ||
59 | Implementation-Vendor: ${project.organization.name} | ||
60 | Implementation-URL: ${project.url} | ||
61 | {{/code}} | ||
62 | |||
![]() |
7.1 | 63 | And can be accessed using ##java.lang.Package## from any class. For example: |
![]() |
6.1 | 64 | |
65 | {{code language="java"}} | ||
66 | String myVersion = this.getClass().getPackage().getImplementationVersion(); | ||
67 | {{/code}} | ||
68 | |||
![]() |
1.1 | 69 | == Upgrades == |
70 | |||
71 | The following dependencies have been upgraded: | ||
72 | |||
73 | * [[Infinispan 8.2.1>>http://jira.xwiki.org/browse/XWIKI-13293]] | ||
![]() |
2.1 | 74 | * [[slf4j 1.7.21>>http://jira.xwiki.org/browse/XCOMMONS-958]] |
![]() |
8.1 | 75 | * [[commons-compress 1.11>>http://jira.xwiki.org/browse/XCOMMONS-960]] |
![]() |
14.1 | 76 | * [[Bootstrap 3.3.6>>http://jira.xwiki.org/browse/XWIKI-12951]] |
![]() |
15.1 | 77 | * [[JGroups 3.6.9>>http://jira.xwiki.org/browse/XWIKI-13344]] |
![]() |
21.1 | 78 | * [[commons-io 2.5>>http://jira.xwiki.org/browse/XCOMMONS-969]] |
![]() |
1.1 | 79 | |
80 | == Miscellaneous == | ||
81 | |||
![]() |
11.1 | 82 | * The default LiveTable results page (##XWiki.LiveTableResults##, the page that generates the JSON displayed by the LiveTable) [[now supports a ##location## extra parameter>>extensions:Extension.Livetable Macro||anchor="HParameter24options"]]. |
![]() |
13.1 | 83 | * [[Modified WebJars URL format>>extensions:Extension.WebJars Integration||anchor="HURLFormat"]] and added some new Script Service methods:((( |
84 | {{code language="none"}} | ||
85 | public String url(String webjarId, String namespace, String path, Map<String, ?> params) | ||
86 | public String url(String webjarId, String namespace, String path) | ||
87 | {{/code}} | ||
88 | ))) | ||
89 | |||
![]() |
1.1 | 90 | = Translations = |
91 | |||
92 | The following translations have been updated: | ||
93 | |||
![]() |
26.1 | 94 | {{language codes="fr, de, ru"/}} |
![]() |
1.1 | 95 | |
96 | = Tested Browsers & Databases = | ||
97 | |||
98 | {{warning}} | ||
99 | The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. | ||
100 | {{/warning}} | ||
101 | |||
102 | {{comment}} | ||
103 | TODO: uncomment and update with proper link when the report is ready. | ||
104 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
105 | {{/comment}} | ||
106 | |||
107 | = Performances tests compared to <last super stable version> = | ||
108 | |||
109 | <a summary of the comparison with latest super stable version> | ||
110 | |||
111 | More details on <link to the test report>. | ||
112 | |||
113 | = Known issues = | ||
114 | |||
115 | * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] | ||
116 | |||
117 | = Backward Compatibility and Migration Notes = | ||
118 | |||
119 | == General Notes == | ||
120 | |||
121 | 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. | ||
122 | |||
![]() |
8.2 | 123 | == Issues specific to XWiki XWiki 8.1 Milestone 2 == |
![]() |
1.1 | 124 | |
![]() |
12.1 | 125 | * 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}}. |
![]() |
1.1 | 126 | |
127 | == API Breakages == | ||
128 | |||
![]() |
2.2 | 129 | The following APIs were modified since XWiki 8.0: |
![]() |
1.1 | 130 | |
![]() |
4.1 | 131 | {{backwardCompatiblityReport version="master"/}} |