Wiki source code of Changelog

Version 2.2 by Martin Mahr on 2023/11/14 23:44

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