Wiki source code of Release Notes for Cristal 1.0.0-rc-1
Last modified by Manuel Leduc on 2026/01/27 16:31
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #if ($doc.getValue('released') != 1) | ||
| 3 | {{warning}}This version has not yet been released.{{/warning}} | ||
| 4 | #end | ||
| 5 | {{/velocity}} | ||
| 6 | |||
| 7 | {{velocity}} | ||
| 8 | #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass')) | ||
| 9 | #set ($product = $rnObject.product) | ||
| 10 | #set ($version = $rnObject.version) | ||
| 11 | #set ($versionPrefix = $stringtool.substringBefore($version, '-')) | ||
| 12 | #set ($versionParts = $stringtool.split($versionPrefix, '.')) | ||
| 13 | #set ($isRC = $version.contains('rc')) | ||
| 14 | #set ($isFinal = !$isRC) | ||
| 15 | #set ($isFirstFinal = $isFinal && ($versionParts.size() == 2 || $versionParts[2] == 0)) | ||
| 16 | #set ($isBugFix = $isFinal && $versionParts.size() == 3 && $versionParts[2] > 0) | ||
| 17 | {{/velocity}} | ||
| 18 | |||
| 19 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
| 20 | {{toc/}} | ||
| 21 | {{/box}} | ||
| 22 | |||
| |
2.1 | 23 | This is the release notes for [[Cristal>>http://cristal.xwiki.org]]. |
| |
1.1 | 24 | |
| |
11.1 | 25 | This is a bugfix release including fixes needed for Cristal integration in [[XWiki>>doc:extensions:Extension.Cristal Integration.WebHome]] and in [[Nextcloud>>https://apps.nextcloud.com/apps/cristal]]. This is also the first release where Cristal imports dependencies published during XWiki' release, you can check the [[release note for XWiki 18.0.0RC1>>doc:xwiki:ReleaseNotes.Data.XWiki.18\.0\.0RC1.WebHome]] for upstream improvements. |
| |
1.1 | 26 | |
| |
2.1 | 27 | {{info}} |
| 28 | **Note for translators:** While there is currently no easy way to switch languages, 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>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**. | ||
| 29 | {{/info}} | ||
| |
1.1 | 30 | |
| |
2.1 | 31 | {{warning}} |
| 32 | Cristal is still under heavy development. | ||
| |
1.1 | 33 | |
| |
2.1 | 34 | * All APIs are subject to be changed without notice |
| 35 | * A lot of features are subject to limitations that will be removed over time | ||
| 36 | * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases | ||
| 37 | {{/warning}} | ||
| |
1.1 | 38 | |
| |
2.1 | 39 | = New and Noteworthy (since {{velocity}}$product{{/velocity}} 0.25.0) = |
| |
1.1 | 40 | |
| |
3.1 | 41 | [[Full list of issues fixed and Dashboard for 1.0.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=16515]]. |
| |
1.1 | 42 | |
| |
2.1 | 43 | {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} |
| |
11.1 | 44 | resolution = Fixed AND component != "Development Issues only" and component != "Development Issues only - Test" AND project in (CRISTAL) AND fixVersion in (1.0.0-rc-1) |
| |
2.1 | 45 | {{/jira}} |
| |
1.1 | 46 | |
| |
6.1 | 47 | {{releasenotechanges/}} |
| 48 | |||
| |
2.1 | 49 | === Upgrades === |
| 50 | |||
| 51 | (% class="upgrades" %) | ||
| 52 | ((( | ||
| |
1.1 | 53 | {{jira url="https://jira.xwiki.org" source="jql" style="list"}} |
| |
11.1 | 54 | project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion IN (1.0.0-rc-1) AND component = " Dependency Upgrades" ORDER BY summary ASC |
| |
1.1 | 55 | {{/jira}} |
| |
2.1 | 56 | ))) |
| |
1.1 | 57 | |
| 58 | = Security Issues = | ||
| 59 | |||
| 60 | 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. | ||
| 61 | |||
| 62 | = Known issues = | ||
| 63 | |||
| 64 | * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]] | ||
| 65 | |||
| |
2.1 | 66 | = Credits = |
| |
1.1 | 67 | |
| |
2.1 | 68 | (% class="col-sm-3" %) |
| 69 | ((( | ||
| 70 | {{display reference="cristal:Main.France2030Support.WebHome"/}} | ||
| 71 | ))) | ||
| |
1.1 | 72 | |
| |
2.1 | 73 | (% class="col-sm-9" %) |
| 74 | ((( | ||
| 75 | The following people have contributed code to this release (sorted alphabetically): | ||
| |
1.1 | 76 | |
| |
5.1 | 77 | * Manuel Leduc |
| 78 | * Pierre Jeanjean | ||
| 79 | * Simpel | ||
| 80 | * xrichard | ||
| |
2.1 | 81 | ))) |