Wiki source code of Release Notes for $doc.getValue('product') $doc.getValue('version')
Version 3.1 by Pierre Jeanjean on 2024/10/02
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass')) | ||
3 | #set ($product = $rnObject.product) | ||
4 | #set ($version = $rnObject.version) | ||
5 | #set ($versionPrefix = $stringtool.substringBefore($version, '-')) | ||
6 | #set ($versionParts = $stringtool.split($versionPrefix, '.')) | ||
7 | #set ($isRC = $version.contains('rc')) | ||
8 | #set ($isFinal = !$isRC) | ||
9 | #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal) | ||
10 | {{/velocity}} | ||
11 | |||
12 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
13 | {{toc/}} | ||
14 | {{/box}} | ||
15 | |||
![]() |
2.1 | 16 | This is the release notes for [[Cristal>>http://cristal.xwiki.org]]. |
![]() |
1.1 | 17 | |
![]() |
2.1 | 18 | This release introduce a navigation tree to browse wikis. A "New Page" button opening a modal has also been added to assist page creation. The default editor now supports realtime edition. |
![]() |
1.1 | 19 | |
![]() |
2.1 | 20 | {{info}} |
21 | **Note for translators:** While there is currently no easy way to switch language, we started extracting translatable text info a format that can be exploited by [[Weblate>>https://weblate.org/]]. You can already start translating a few translation keys, see **[[https:~~/~~/l10n.xwiki.org/projects/xwiki-contrib/cristal/>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]** | ||
22 | {{/info}} | ||
![]() |
1.1 | 23 | |
![]() |
2.1 | 24 | {{warning}} |
25 | This is a very early release and Cristal is still under heavy development. | ||
![]() |
1.1 | 26 | |
![]() |
2.1 | 27 | * All APIs are subject to be changed without notice |
28 | * A lot of features are subject to limitations that will be removed over time | ||
29 | * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases | ||
30 | {{/warning}} | ||
![]() |
1.1 | 31 | |
![]() |
2.1 | 32 | = New and Noteworthy = |
![]() |
1.1 | 33 | |
![]() |
3.1 | 34 | [[Full list of issues fixed and Dashboard for 0.10>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15808]]. |
![]() |
2.1 | 35 | |
![]() |
1.1 | 36 | {{releasenotechanges/}} |
37 | |||
38 | === Upgrades === | ||
39 | |||
![]() |
2.1 | 40 | The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]): |
![]() |
1.1 | 41 | |
![]() |
2.1 | 42 | (% class="upgrades" %) |
43 | ((( | ||
44 | {{jira url="https://jira.xwiki.org" source="jql" style="list"}} | ||
45 | project = CRISTAL AND issuetype = Task AND component = " Dependency Upgrades" and fixVersion = 0.10 | ||
46 | {{/jira}} | ||
47 | ))) | ||
![]() |
1.1 | 48 | |
49 | = Security Issues = | ||
50 | |||
51 | Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details. | ||
52 | |||
53 | = Known issues = | ||
54 | |||
![]() |
2.1 | 55 | * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20and%20project%20%3D%20CRISTAL%20ORDER%20BY%20updated%20DESC]] |
![]() |
1.1 | 56 | |
![]() |
2.1 | 57 | = Credits = |
![]() |
1.1 | 58 | |
![]() |
2.1 | 59 | (% class="col-sm-3" %) |
60 | ((( | ||
61 | {{display reference="cristal:Main.France2030Support.WebHome"/}} | ||
62 | ))) | ||
![]() |
1.1 | 63 | |
![]() |
2.1 | 64 | (% class="col-sm-9" %) |
65 | ((( | ||
66 | The following people have contributed code to this release (sorted alphabetically): | ||
![]() |
1.1 | 67 | |
![]() |
2.1 | 68 | * Manuel Leduc |
69 | * Marius Dumitru Florea | ||
70 | * Pierre Jeanjean | ||
71 | * Thiago Krieck | ||
72 | ))) |