Wiki source code of Data

Last modified by Vincent Massol on 2021/04/06

Hide last authors
Vincent Massol 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}}
Vincent Massol 4.1 11 = Release Notes =
Vincent Massol 1.1 12
Vincent Massol 4.1 13 {{include reference="ReleaseNotes.Code.HomeReleaseNotes"/}}
Vincent Massol 3.1 14
Vincent Massol 4.1 15 = Release Changes =
Vincent Massol 1.1 16
Vincent Massol 4.1 17 A Release Note is made of several Changes. You'll find below all the Release Changes.
Vincent Massol 1.1 18
Vincent Massol 4.1 19 {{include reference="ReleaseNotes.Code.HomeReleaseChanges"/}}
Vincent Massol 3.1 20
Vincent Massol 4.1 21 == Custom Reports ==
Vincent Massol 1.1 22
Vincent Massol 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

Get Connected