Preparing for 5.4 release
This commit is contained in:
parent
e3ae7fbf38
commit
7092a296a0
4 changed files with 1286 additions and 1210 deletions
2488
docs/create.sql
2488
docs/create.sql
File diff suppressed because one or more lines are too long
|
|
@ -44,8 +44,8 @@ insert into international (internationalId, namespace, languageId, message, last
|
|||
insert into help (helpId, namespace, titleId, bodyId, seeAlso) VALUES ('68', 'WebGUI', '997', '1000', '69,WebGUI;70,WebGUI;1,SQLReport;');
|
||||
insert into help (helpId, namespace, titleId, bodyId, seeAlso) VALUES ('69', 'WebGUI', '998', '1001', '68,WebGUI;70,WebGUI;1,SQLReport;');
|
||||
insert into help (helpId, namespace, titleId, bodyId, seeAlso) VALUES ('70', 'WebGUI', '999', '1002', '68,WebGUI;69,WebGUI;1,SQLReport;');
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=979;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (979,1,'WebGUI','Wobject Privileges', 1056041703,'Would you like Wobject Privileges to be enabled?');
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=1003;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1003,1,'WebGUI','Wobject privileges?', 1056041703,'Would you like Wobject Privileges to be enabled?');
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=116;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (116,1,'WebGUI','Select \"Yes\" to change the privileges of all pages and wobjects under this page to these privileges.', 1056054674,NULL);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=632;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "5.3.3";
|
||||
our $VERSION = "5.4.0";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ sub www_editContentSettings {
|
|||
$f->integer("textAreaRows",WebGUI::International::get(463),$session{setting}{textAreaRows});
|
||||
$f->integer("textAreaCols",WebGUI::International::get(464),$session{setting}{textAreaCols});
|
||||
$f->integer("textBoxSize",WebGUI::International::get(465),$session{setting}{textBoxSize});
|
||||
$f->yesNo("wobjectPrivileges",WebGUI::International::get(979),$session{setting}{wobjectPrivileges});
|
||||
$f->yesNo("wobjectPrivileges",WebGUI::International::get(1003),$session{setting}{wobjectPrivileges});
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
return _submenu($output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue