Document a template variable that already existed to fulfill RFE #9730.
This commit is contained in:
parent
d2f157ddea
commit
92f4a5f1af
3 changed files with 16 additions and 8 deletions
|
|
@ -1,10 +1,11 @@
|
|||
7.10.25
|
||||
- fixed #12321: Error while deleting a group.
|
||||
- fixed #12322: Cache/CHI stomps on the config file
|
||||
- fixed #12327: HttpProxy does not clean up cookie jar storage locations
|
||||
- fixed #12329: FlatDiscount Sku forces you to enter in negative numbers for price
|
||||
- fixed #12334: Company name with : in it breaks email sender identity
|
||||
- fixed #12328: invalid wgaccess file in uploads
|
||||
- fixed #12321: Error while deleting a group.
|
||||
- fixed #12322: Cache/CHI stomps on the config file
|
||||
- fixed #12327: HttpProxy does not clean up cookie jar storage locations
|
||||
- fixed #12329: FlatDiscount Sku forces you to enter in negative numbers for price
|
||||
- fixed #12334: Company name with : in it breaks email sender identity
|
||||
- fixed #12328: invalid wgaccess file in uploads
|
||||
- RFE: 9730 (actually missing documentation)
|
||||
|
||||
7.10.24
|
||||
- fixed #12318: asset error causes asset manager to fail
|
||||
|
|
|
|||
|
|
@ -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", },
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue