Wiki source code of Changelog

Version 5.2 by Martin Mahr on 2023/11/14 23:56

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"Verze","link":"view"},
4 'shortText1': {"displayName":"Verze","link":"view"},
5 'shortText2': {},
6 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 })
8 #set ($options = {
9 'className': 'Changelog.Code.ChangelogClass',
10 'translationPrefix': 'changelog.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'doc.title',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['doc.title', 'shortText1', 'shortText2', '_actions'])
18 #livetable('changelog' $columns $columnsProperties $options)
19 {{/velocity}}