- fix [ 1275024 ] Can not edit layout on 6.7.2

- fix [ 1262235 ] sql report form params
 - fix [ 1277529 ] Extra radio buttons in Settings console
 - Removed the last remnants of wobject ids.
 - Fixed a GUID case sensitivity problem.
 - Fixed several large security holes. See the security advisory on
   getwebgui.com for details.
 - fix [ 1279157 ] showInForms option not stored
 - fix [ 1250290 ] ECommerce state field broken on Plainblack.com
 - fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
This commit is contained in:
JT Smith 2005-09-01 17:41:05 +00:00
parent 01ad8fd12c
commit f6c2dfe6fb
15 changed files with 274 additions and 47 deletions

View file

@ -3529,7 +3529,7 @@ Privileges and styles assigned to pages in the package will not be copied when t
lastUpdated => 1120239343,
},
'Enable Metadata ? description' => {
'Enable Metadata description' => {
message => q|This enables the metadata tab on Assets so that metadata can be entered
and tracked by WebGUI.|,
lastUpdated => 1120239343,
@ -3638,7 +3638,7 @@ Optionally, if you are running a sendmail server on the same machine as WebGUI,
lastUpdated => 1120239343,
},
'Enable passive profiling ? description' => {
'Enable passive profiling description' => {
message => q|Used in conjuction with Metadata, this keeps a record of every wobject viewed by
a user.|,
lastUpdated => 1120239343,
@ -3744,8 +3744,8 @@ Select which of the configured LDAP connections to use to authenticate users.
lastUpdated => 1089039511
},
'Enable passive profiling ?' => {
message => q|Enable passive profiling ?|,
'Enable passive profiling' => {
message => q|Enable passive profiling?|,
lastUpdated => 1089039511
},
@ -3856,8 +3856,8 @@ Message Boards hold forums for users. There are many different Wobjects in WebG
lastUpdated => 1031514049
},
'Enable Metadata ?' => {
message => q|Enable Metadata ?|,
'Enable Metadata' => {
message => q|Enable Metadata?|,
lastUpdated => 1089039511
},

View file

@ -19,16 +19,16 @@ A conditional variable for whether or not the title should be displayed.
The description of this wobject.
<p/>
<b>wobjectId</b><br/>
The unique identifier that WebGUI uses to control this wobject.
<b>assetId</b><br/>
The unique identifier that WebGUI uses to control this asset.
<p/>
<b>isShortcut</b><br />
A conditional indicating if this wobject is a shortcut to an original wobject.
A conditional indicating if this wobject is a shortcut to an original asset.
<p />
<b>originalURL</b><br />
If this wobject is a shortcut, then this URL will direct you to the original wobject.
If this wobject is a shortcut, then this URL will direct you to the original asset.
|
},