File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
- Removed the WebGUI statistics program and code.
8
8
- Prevent Env Macro from being used to access objects in the environment - Thanks to Haarg
9
9
- added: Redirect on Logout setting
10
+ - RFE: 9730 (actually missing documentation)
10
11
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ our $HELP = {
55
55
isa => [ ],
56
56
fields => [ ],
57
57
variables => [
58
+ { name => " profile_user_id" , },
58
59
{ name => " user_full_name" , },
59
60
{ name => " user_member_since" , },
60
61
{ name => " view_profile_url" , },
Original file line number Diff line number Diff line change @@ -21,12 +21,18 @@ our $I18N = {
21
21
lastUpdated => 1230844137,
22
22
},
23
23
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. } ,
26
26
context => q{ template variable} ,
27
27
lastUpdated => 1230844137,
28
28
},
29
29
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
+
30
36
' user_member_since' => {
31
37
message => q{ The date this user created their account on the site, in epoch format. Use the Date macro to change the format.} ,
32
38
context => q{ template variable} ,
You can’t perform that action at this time.
0 commit comments