Wiki source code of Data
Last modified by Vincent Massol on 2021/04/06
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 1 | {{velocity}} |
2 | #set ($topSpace = $doc.documentReference.extractFirstReference('SPACE').getName()) | ||
3 | #set ($xwql = "from doc.object(${topSpace}.Code.ChangesClass) as changes") | ||
4 | #if ($services.query.xwql($xwql).count() > 0) | ||
5 | {{error}} | ||
6 | There are release changes using the old 1.x format and which need to be [[migrated to the 2.0 format>>${topSpace}.Code.MigrationFrom1x]]. Until you perform this migration, all releases notes using these changes will display empty. | ||
7 | {{/error}} | ||
8 | |||
9 | #end | ||
10 | {{/velocity}} | ||
![]() |
4.1 | 11 | = Release Notes = |
![]() |
1.1 | 12 | |
![]() |
4.1 | 13 | {{include reference="ReleaseNotes.Code.HomeReleaseNotes"/}} |
![]() |
3.1 | 14 | |
![]() |
4.1 | 15 | = Release Changes = |
![]() |
1.1 | 16 | |
![]() |
4.1 | 17 | A Release Note is made of several Changes. You'll find below all the Release Changes. |
![]() |
1.1 | 18 | |
![]() |
4.1 | 19 | {{include reference="ReleaseNotes.Code.HomeReleaseChanges"/}} |
![]() |
3.1 | 20 | |
![]() |
4.1 | 21 | == Custom Reports == |
![]() |
1.1 | 22 | |
![]() |
4.1 | 23 | You can generate some custom reports from Release Changes. |
24 | |||
25 | {{include reference="ReleaseNotes.Code.HomeCustomReport"/}} | ||
26 | |||
27 | Notes: | ||
28 | * Lists are allowed by using commas (e.g. "High,Medium") | ||
29 | * Wildcards are allowed (e.g. "8.3%") | ||
30 |