Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts: docs/upgrades/upgrade_7.8.0-7.8.1.pl
This commit is contained in:
commit
f26d9f4570
78 changed files with 521 additions and 226 deletions
|
|
@ -1293,11 +1293,21 @@ the preview is displayed, the Post can either be edited or canceled.|,
|
|||
lastUpdated => 1149655722,
|
||||
},
|
||||
|
||||
'user.isVisitor' => {
|
||||
'post_loop_user.isVisitor' => {
|
||||
message => q|A conditional that is true if the poster is a visitor.|,
|
||||
lastUpdated => 1149655722,
|
||||
},
|
||||
|
||||
'user.isVisitor' => {
|
||||
message => q|A conditional that is true if the current user is a visitor.|,
|
||||
lastUpdated => 1149655722,
|
||||
},
|
||||
|
||||
'hideProfileUrl' => {
|
||||
message => q|A conditional that is true if the poster is a visitor, or the current user is a visitor. In the first case, Visitor's profile is not visible to any user. In the second case, Visitor is not allowed to view any user's profile|,
|
||||
lastUpdated => 1254506340,
|
||||
},
|
||||
|
||||
'edit.url' => {
|
||||
message => q|The URL to edit this Post.|,
|
||||
lastUpdated => 1149655722,
|
||||
|
|
@ -1359,6 +1369,11 @@ user has an avatar.|,
|
|||
lastUpdated => 1149655722,
|
||||
},
|
||||
|
||||
'lastReply.hideProfileUrl' => {
|
||||
message => q|A conditional that is true if the poster of the last reply is a visitor, or the current user is a visitor. In the first case, Visitor's profile is not visible to any user. In the second case, Visitor is not allowed to view any user's profile|,
|
||||
lastUpdated => 1254506340,
|
||||
},
|
||||
|
||||
'lastReply.username' => {
|
||||
message => q|The name of user who submitted the last reply.|,
|
||||
lastUpdated => 1149655722,
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template error' => {
|
||||
message => q|There is a syntax error in this template, %s, %s. Please correct.|,
|
||||
message => q|There is a syntax error in this template, %s, %s, %s. Please correct.|,
|
||||
context => q|Error when executing template|,
|
||||
lastUpdated => 1244476530,
|
||||
lastUpdated => 1254512327,
|
||||
},
|
||||
|
||||
'namespace description' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue