File tree 3 files changed +16
-8
lines changed
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
7.10.25
2
- - fixed #12321: Error while deleting a group.
3
- - fixed #12322: Cache/CHI stomps on the config file
4
- - fixed #12327: HttpProxy does not clean up cookie jar storage locations
5
- - fixed #12329: FlatDiscount Sku forces you to enter in negative numbers for price
6
- - fixed #12334: Company name with : in it breaks email sender identity
7
- - fixed #12328: invalid wgaccess file in uploads
2
+ - fixed #12321: Error while deleting a group.
3
+ - fixed #12322: Cache/CHI stomps on the config file
4
+ - fixed #12327: HttpProxy does not clean up cookie jar storage locations
5
+ - fixed #12329: FlatDiscount Sku forces you to enter in negative numbers for price
6
+ - fixed #12334: Company name with : in it breaks email sender identity
7
+ - fixed #12328: invalid wgaccess file in uploads
8
+ - RFE: 9730 (actually missing documentation)
8
9
9
10
7.10.24
10
11
- fixed #12318: asset error causes asset manager to fail
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