add missing template variables and help in CS

This commit is contained in:
Colin Kuskie 2006-11-08 05:11:01 +00:00
parent 91ee102c5f
commit 9864b4caf1
3 changed files with 15 additions and 1 deletions

View file

@ -68,6 +68,7 @@
- fix: WebGUI::Operation::Commerce->listTransactions now adds trailing 0's to
prices/totals.
- fix: Uncommitted Collaborations and adding threads
- fix: template variable displayLastReply is in none of the CS help files
7.1.3

View file

@ -161,6 +161,11 @@ our $HELP = {
description => 'get mail help',
namespace => 'Asset_Collaboration',
},
{
title => 'display last reply',
description => 'display last reply help',
namespace => 'Asset_Collaboration',
},
{
title => 'mail server',
description => 'mail server help',
@ -410,7 +415,7 @@ our $HELP = {
]
},
'collaboration post list template variables' => {
'collaboration post list template variables' => { ##from appendPostListTemplateVars
title => 'collaboration post list template variables title',
body => 'collaboration post list template variables body',
fields => [
@ -535,6 +540,9 @@ our $HELP = {
fields => [
],
variables => [
{
'name' => 'displayLastReply'
},
{
'name' => 'user.canPost'
},

View file

@ -1376,6 +1376,11 @@ used by Collaboration Assets:</p>
lastUpdated => 1149655833,
},
'displayLastReply' => {
message => q|A conditional that is true if the Collaboration System was configured to display the last reply. If this variable is true, then in the Collaboration Template, the lastReply.* variables will be enabled.|,
lastUpdated => 1149655833,
},
'user.isModerator' => {
message => q|A conditional that is true if the current user is a moderator for this Asset.|,
lastUpdated => 1149655833,