Document a template variable that already existed to fulfill RFE #9730.
This commit is contained in:
parent
04c902a23e
commit
db0befd864
3 changed files with 10 additions and 2 deletions
|
|
@ -7,4 +7,5 @@
|
||||||
- Removed the WebGUI statistics program and code.
|
- Removed the WebGUI statistics program and code.
|
||||||
- Prevent Env Macro from being used to access objects in the environment - Thanks to Haarg
|
- Prevent Env Macro from being used to access objects in the environment - Thanks to Haarg
|
||||||
- added: Redirect on Logout setting
|
- added: Redirect on Logout setting
|
||||||
|
- RFE: 9730 (actually missing documentation)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ our $HELP = {
|
||||||
isa => [ ],
|
isa => [ ],
|
||||||
fields => [ ],
|
fields => [ ],
|
||||||
variables => [
|
variables => [
|
||||||
|
{ name => "profile_user_id", },
|
||||||
{ name => "user_full_name", },
|
{ name => "user_full_name", },
|
||||||
{ name => "user_member_since", },
|
{ name => "user_member_since", },
|
||||||
{ name => "view_profile_url", },
|
{ name => "view_profile_url", },
|
||||||
|
|
|
||||||
|
|
@ -21,12 +21,18 @@ our $I18N = {
|
||||||
lastUpdated => 1230844137,
|
lastUpdated => 1230844137,
|
||||||
},
|
},
|
||||||
|
|
||||||
'user_full_name' => {
|
'profile_user_id' => {
|
||||||
message => q{The full name of the user},
|
message => q{The userId of the user whose account is being viewed.},
|
||||||
context => q{template variable},
|
context => q{template variable},
|
||||||
lastUpdated => 1230844137,
|
lastUpdated => 1230844137,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'user_full_name' => {
|
||||||
|
message => q{The full name of the user whose account is being viewed},
|
||||||
|
context => q{template variable},
|
||||||
|
lastUpdated => 1330588033,
|
||||||
|
},
|
||||||
|
|
||||||
'user_member_since' => {
|
'user_member_since' => {
|
||||||
message => q{The date this user created their account on the site, in epoch format. Use the Date macro to change the format.},
|
message => q{The date this user created their account on the site, in epoch format. Use the Date macro to change the format.},
|
||||||
context => q{template variable},
|
context => q{template variable},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue