Wiki source code of Release Notes for XWiki 6.1 Milestone 1
Version 14.1 by Vincent Massol on 2014/05/07
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 | |||
7 | <insert description of release here> | ||
8 | |||
9 | = New and Noteworthy (since XWiki 6.0) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. | ||
12 | |||
![]() |
4.2 | 13 | == Improved Active Installs == |
![]() |
1.1 | 14 | |
![]() |
4.1 | 15 | The [[Active Installs feature>>extensions:Extension.Active Installs Server Application]] has been improved a lot and a new data format has been set up in order to be able to provide more information, namely: |
![]() |
7.1 | 16 | |
![]() |
4.1 | 17 | * Graphing of Active Installs counter over time |
![]() |
9.1 | 18 | * Display pie charts of XWiki versions, Java versions, Servlet Containers and Databases used for Active Installs |
![]() |
1.1 | 19 | |
![]() |
9.1 | 20 | {{image reference="as-dashboard" width="650px"/}} |
![]() |
4.1 | 21 | |
![]() |
1.1 | 22 | == Miscellaneous == |
23 | |||
![]() |
6.2 | 24 | * Added [[ability to configure Pie Chart labels>>extensions:Extension.Chart Macro]] using the ##pie_label_format## property. For example using ##pie_label_format:{0} - {2}## would give:((( |
![]() |
5.1 | 25 | {{image reference="pielabel.png"/}} |
26 | ))) | ||
![]() |
11.1 | 27 | * XWiki now support resolving a Maven extension with a parent from a different Maven repository |
![]() |
13.1 | 28 | * More HTTP cache settings, configurable using ##xwiki.httpheaders.cache## in ##xwiki.cfg## or ##headers_nocache## in ##XWiki.XWikiPreferences##: |
29 | ** ##0##: **no Cache-Control header** sent, use the browser's defaults. RFC 2616 only specifies optional behavior in this case | ||
30 | ** ##1## (default): **no-cache**; caches must not serve this response in a subsequent response, but the page is stored for the bf-cache | ||
31 | ** ##2##: **no-store, no-cache and max-age=0**; the response will never be reused, not even for bf-cache; note that unsaved changes may be lost | ||
32 | ** ##3##: **private**; the response will be cached by personal caches, such as a browser cache | ||
33 | ** ##4##: **public**; the response may be cached by both personal and shared caches | ||
![]() |
1.1 | 34 | |
35 | 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%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release. | ||
36 | |||
37 | = For Developers = | ||
38 | |||
39 | == <developer feature N> == | ||
40 | |||
41 | <description of developer feature N> | ||
42 | |||
43 | == Deprecated and Retired projects == | ||
44 | |||
45 | <description of deprecated and retired projects> | ||
46 | |||
47 | == Upgrades == | ||
48 | |||
49 | The following dependencies have been upgraded: | ||
50 | |||
![]() |
2.1 | 51 | * [[Guava 17.0>>http://jira.xwiki.org/browse/XCOMMONS-570]] |
![]() |
3.1 | 52 | * [[reflections 0.9.9-RC1>>http://jira.xwiki.org/browse/XCOMMONS-204]] |
![]() |
8.1 | 53 | * [[Groovy 2.3.0>>http://jira.xwiki.org/browse/XCOMMONS-579]] |
![]() |
12.1 | 54 | * [[Prototype.js 1.7.2>>http://jira.xwiki.org/browse/XWIKI-10308]] |
![]() |
1.1 | 55 | |
56 | == Miscellaneous == | ||
57 | |||
58 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
59 | |||
60 | = Translations = | ||
61 | |||
62 | The following translations have been updated: | ||
63 | |||
64 | {{language codes="none, none"/}} | ||
65 | |||
66 | = Tested Browsers & Databases = | ||
67 | |||
68 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
69 | |||
70 | = Known issues = | ||
71 | |||
72 | * [[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]] | ||
73 | |||
74 | = Backward Compatibility and Migration Notes = | ||
75 | |||
76 | == General Notes == | ||
77 | |||
78 | 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. | ||
79 | |||
80 | == Issues specific to XWiki <version> == | ||
81 | |||
82 | <issues specific to the project> | ||
83 | |||
84 | == API Breakages == | ||
85 | |||
86 | The following APIs were modified since <project> <version - 1>: | ||
87 | |||
88 | {{code language="none"}} | ||
89 | <clirr output here> | ||
90 | {{/code}} |