Version 28.1 by Thomas Mortagne on 2014/05/19

Show last authors
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
13 == Improved Active Installs ==
14
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:
16
17 * Graphing of Active Installs counter over time
18 * Display pie charts of XWiki versions, Java versions, Servlet Containers and Databases used for Active Installs
19
20 {{image reference="as-dashboard" width="650px"/}}
21
22 In addition it's now registered in the Applications Panel:
23
24 {{image reference="activeinstallsentry.png"/}}
25
26 == Improved Panels ==
27
28 * It is now possible to change the width of the panel columns:
29
30 {{image reference="panelWizard.png" width="65%"/}}
31
32 * Inside a panel, you can know the current width with the ##$xwikiPanelWidth## variable.
33
34 == Miscellaneous ==
35
36 * 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:(((
37 {{image reference="pielabel.png"/}}
38 )))
39 * XWiki now support resolving a Maven extension with a parent from a different Maven repository
40 * More HTTP cache settings, configurable using ##xwiki.httpheaders.cache## in ##xwiki.cfg## or ##headers_nocache## in ##XWiki.XWikiPreferences##:
41 ** ##0##: **no Cache-Control header** sent, use the browser's defaults. RFC 2616 only specifies optional behavior in this case
42 ** ##1## (default): **no-cache**; caches must not serve this response in a subsequent response, but the page is stored for the bf-cache
43 ** ##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
44 ** ##3##: **private**; the response will be cached by personal caches, such as a browser cache
45 ** ##4##: **public**; the response may be cached by both personal and shared caches
46 * To ensure the compatibility with Internet Explorer 8, the Flamingo skin uses [[Respond.js>>https://github.com/scottjehl/Respond]] and [[HTML5Shiv>>https://github.com/aFarkas/html5shiv/]]. It enables CSS3 media queries and HTML5 tags.
47 * "Human" requests like ##view## or ##edit# are not waiting XWiki initialization forever and display a waiting page with initialization progress instead## {{image reference="init.png"/}}
48
49 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.
50
51 = For Developers =
52
53 == <developer feature N> ==
54
55 <description of developer feature N>
56
57 == Deprecated and Retired projects ==
58
59 <description of deprecated and retired projects>
60
61 == Upgrades ==
62
63 The following dependencies have been upgraded:
64
65 * [[Apache Lucene and Solr 4.8.0>>http://jira.xwiki.org/browse/XWIKI-10305]]
66 * [[Guava 17.0>>http://jira.xwiki.org/browse/XCOMMONS-570]]
67 * [[reflections 0.9.9-RC1>>http://jira.xwiki.org/browse/XCOMMONS-204]]
68 * [[Groovy 2.3.0>>http://jira.xwiki.org/browse/XCOMMONS-579]]
69 * [[Prototype.js 1.7.2>>http://jira.xwiki.org/browse/XWIKI-10308]]
70
71 == Miscellaneous ==
72
73 * [[XCOMMONS-582>>http://jira.xwiki.org/browse/XCOMMONS-582]]: ##$escapetool.json## should be used instead of ##$escapetool.javascript## for escaping manually constructed JSON; ##$jsontool.serialize## should be used for generating JSON, though, since it is safer.
74 * Introduced job progress helper API, see ~[~[Job Module>>extensions:Extension.Job Module||anchor="HNotifyaboutprogress"}}
75
76 = Translations =
77
78 The following translations have been updated:
79
80 {{language codes="none, none"/}}
81
82 = Tested Browsers & Databases =
83
84 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
85
86 = Known issues =
87
88 * [[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]]
89
90 = Backward Compatibility and Migration Notes =
91
92 == General Notes ==
93
94 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.
95
96 == Issues specific to XWiki <version> ==
97
98 <issues specific to the project>
99
100 == API Breakages ==
101
102 The following APIs were modified since <project> <version - 1>:
103
104 {{code language="none"}}
105 <clirr output here>
106 {{/code}}

Get Connected