Skip to content

Commit db0befd

Browse files
committedMar 1, 2012
Document a template variable that already existed to fulfill RFE #9730.
1 parent 04c902a commit db0befd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎docs/changelog/8.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
- Removed the WebGUI statistics program and code.
88
- Prevent Env Macro from being used to access objects in the environment - Thanks to Haarg
99
- added: Redirect on Logout setting
10+
- RFE: 9730 (actually missing documentation)
1011

‎lib/WebGUI/Help/Account.pm

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ our $HELP = {
5555
isa => [ ],
5656
fields => [ ],
5757
variables => [
58+
{ name => "profile_user_id", },
5859
{ name => "user_full_name", },
5960
{ name => "user_member_since", },
6061
{ name => "view_profile_url", },

‎lib/WebGUI/i18n/English/Account.pm

+8-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ our $I18N = {
2121
lastUpdated => 1230844137,
2222
},
2323

24-
'user_full_name' => {
25-
message => q{The full name of the user},
24+
'profile_user_id' => {
25+
message => q{The userId of the user whose account is being viewed.},
2626
context => q{template variable},
2727
lastUpdated => 1230844137,
2828
},
2929

30+
'user_full_name' => {
31+
message => q{The full name of the user whose account is being viewed},
32+
context => q{template variable},
33+
lastUpdated => 1330588033,
34+
},
35+
3036
'user_member_since' => {
3137
message => q{The date this user created their account on the site, in epoch format. Use the Date macro to change the format.},
3238
context => q{template variable},

0 commit comments

Comments
 (0)