Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document a template variable that already existed to fulfill RFE #9730.
  • Loading branch information
perlDreamer committed Mar 1, 2012
1 parent 04c902a commit db0befd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog/8.x.x.txt
Expand Up @@ -7,4 +7,5 @@
- Removed the WebGUI statistics program and code.
- Prevent Env Macro from being used to access objects in the environment - Thanks to Haarg
- added: Redirect on Logout setting
- RFE: 9730 (actually missing documentation)

1 change: 1 addition & 0 deletions lib/WebGUI/Help/Account.pm
Expand Up @@ -55,6 +55,7 @@ our $HELP = {
isa => [ ],
fields => [ ],
variables => [
{ name => "profile_user_id", },
{ name => "user_full_name", },
{ name => "user_member_since", },
{ name => "view_profile_url", },
Expand Down
10 changes: 8 additions & 2 deletions lib/WebGUI/i18n/English/Account.pm
Expand Up @@ -21,12 +21,18 @@ our $I18N = {
lastUpdated => 1230844137,
},

'user_full_name' => {
message => q{The full name of the user},
'profile_user_id' => {
message => q{The userId of the user whose account is being viewed.},
context => q{template variable},
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' => {
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},
Expand Down

0 comments on commit db0befd

Please sign in to comment.