WebGUI 3.0.0 release

This commit is contained in:
JT Smith 2002-01-05 05:46:00 +00:00
parent 08b81c6064
commit baec9039ef
82 changed files with 1939 additions and 1483 deletions

View file

@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief. save you many hours of grief.
3.0.0
--------------------------------------------------------------------
* All 3rd-party widgets, macros, and templates that were not
designed specifically for 3.x.x versions will no longer
function properly.
2.7.0 2.7.0
-------------------------------------------------------------------- --------------------------------------------------------------------
* If your 3rd-party widgets, macros, templates, and utilities have * If your 3rd-party widgets, macros, templates, and utilities have

View file

@ -36,7 +36,7 @@ each file, or this file, or the license file. The notice at the top
of each file looks like the following: of each file looks like the following:
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
update page set title='no title' where title='';
update page set title='no title' where title=NULL;
update page set urlizedTitle='no_title' where urlizedTitle='';
update page set urlizedTitle='no_title' where urlizedTitle=NULL;

View file

@ -1,8 +1,8 @@
package WebGUI; package WebGUI;
our $VERSION = "2.7.0"; our $VERSION = "3.0.0";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Attachment; package WebGUI::Attachment;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::DateTime; package WebGUI::DateTime;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Discussion; package WebGUI::Discussion;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::ErrorHandler; package WebGUI::ErrorHandler;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Form; package WebGUI::Form;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::International; package WebGUI::International;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro; package WebGUI::Macro;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::At_username; package WebGUI::Macro::At_username;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Backslash_pageUrl; package WebGUI::Macro::Backslash_pageUrl;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::C_crumbTrail; package WebGUI::Macro::C_crumbTrail;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::D_date; package WebGUI::Macro::D_date;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::FlexMenu; package WebGUI::Macro::FlexMenu;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::H_homeLink; package WebGUI::Macro::H_homeLink;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Hash_userId; package WebGUI::Macro::Hash_userId;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::L_loginBox; package WebGUI::Macro::L_loginBox;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::M_currentMenuVertical; package WebGUI::Macro::M_currentMenuVertical;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::P_previousMenuVertical; package WebGUI::Macro::P_previousMenuVertical;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Question_search; package WebGUI::Macro::Question_search;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::S_specificMenuVertical; package WebGUI::Macro::S_specificMenuVertical;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Shared; package WebGUI::Macro::Shared;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Slash_gatewayUrl; package WebGUI::Macro::Slash_gatewayUrl;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::Splat_random; package WebGUI::Macro::Splat_random;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::T_topMenuVertical; package WebGUI::Macro::T_topMenuVertical;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::a_account; package WebGUI::Macro::a_account;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::c_companyName; package WebGUI::Macro::c_companyName;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::e_companyEmail; package WebGUI::Macro::e_companyEmail;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::m_currentMenuHorizontal; package WebGUI::Macro::m_currentMenuHorizontal;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::p_previousMenuHorizontal; package WebGUI::Macro::p_previousMenuHorizontal;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::r_printable; package WebGUI::Macro::r_printable;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::s_specificMenuHorizontal; package WebGUI::Macro::s_specificMenuHorizontal;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::t_topMenuHorizontal; package WebGUI::Macro::t_topMenuHorizontal;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Macro::u_companyUrl; package WebGUI::Macro::u_companyUrl;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Mail; package WebGUI::Mail;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::MessageLog; package WebGUI::MessageLog;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation; package WebGUI::Operation;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Account; package WebGUI::Operation::Account;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Admin; package WebGUI::Operation::Admin;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Group; package WebGUI::Operation::Group;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Help; package WebGUI::Operation::Help;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Package; package WebGUI::Operation::Package;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using
@ -33,7 +33,7 @@ sub _duplicateWidgets {
#------------------------------------------------------------------- #-------------------------------------------------------------------
sub _recursePageTree { sub _recursePageTree {
my ($a, %package, %newParent, $newPageId); my ($a, %package, %newParent, $newPageId, $test, $urlizedTitle);
tie %newParent, 'Tie::CPHash'; tie %newParent, 'Tie::CPHash';
tie %package, 'Tie::CPHash'; tie %package, 'Tie::CPHash';
%newParent = WebGUI::SQL->quickHash("select * from page where pageId=$_[1]"); %newParent = WebGUI::SQL->quickHash("select * from page where pageId=$_[1]");
@ -41,7 +41,11 @@ sub _recursePageTree {
$a = WebGUI::SQL->read("select * from page where parentId=$_[0]"); $a = WebGUI::SQL->read("select * from page where parentId=$_[0]");
while (%package = $a->hash) { while (%package = $a->hash) {
$newPageId = getNextId("pageId"); $newPageId = getNextId("pageId");
WebGUI::SQL->write("insert into page values ($newPageId,$_[1],".quote($package{title}).",$newParent{styleId},$session{user}{userId},$newParent{ownerView},$newParent{ownerEdit},$newParent{groupId},$newParent{groupView},$newParent{groupEdit},$newParent{worldView},$newParent{worldEdit},$package{sequenceNumber},".quote($package{metaTags}).",".quote($package{urlizedTitle}).",$package{defaultMetaTags},".quote($package{template}).")"); $urlizedTitle = $package{urlizedTitle};
while (($test) = WebGUI::SQL->quickArray("select urlizedTitle from page where urlizedTitle='$urlizedTitle'")) {
$urlizedTitle .= 2;
}
WebGUI::SQL->write("insert into page values ($newPageId,$_[1],".quote($package{title}).",$newParent{styleId},$session{user}{userId},$newParent{ownerView},$newParent{ownerEdit},$newParent{groupId},$newParent{groupView},$newParent{groupEdit},$newParent{worldView},$newParent{worldEdit},$package{sequenceNumber},".quote($package{metaTags}).",".quote($urlizedTitle).",$package{defaultMetaTags},".quote($package{template}).")");
_recursePageTree($package{pageId},$newPageId); _recursePageTree($package{pageId},$newPageId);
} }
$a->finish; $a->finish;

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Page; package WebGUI::Operation::Page;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using
@ -87,6 +87,9 @@ sub www_addPageSave {
my ($urlizedTitle, $test, $nextSeq); my ($urlizedTitle, $test, $nextSeq);
if (WebGUI::Privilege::canEditPage()) { if (WebGUI::Privilege::canEditPage()) {
($nextSeq) = WebGUI::SQL->quickArray("select max(sequenceNumber)+1 from page where parentId=$session{page}{pageId}"); ($nextSeq) = WebGUI::SQL->quickArray("select max(sequenceNumber)+1 from page where parentId=$session{page}{pageId}");
if ($session{form}{title} eq "") {
$session{form}{title} = "no title";
}
$urlizedTitle = urlize($session{form}{title}); $urlizedTitle = urlize($session{form}{title});
while (($test) = WebGUI::SQL->quickArray("select urlizedTitle from page where urlizedTitle='$urlizedTitle'")) { while (($test) = WebGUI::SQL->quickArray("select urlizedTitle from page where urlizedTitle='$urlizedTitle'")) {
$urlizedTitle .= 2; $urlizedTitle .= 2;
@ -200,6 +203,9 @@ sub www_editPage {
sub www_editPageSave { sub www_editPageSave {
my (%parent, $urlizedTitle, $test); my (%parent, $urlizedTitle, $test);
if (WebGUI::Privilege::canEditPage()) { if (WebGUI::Privilege::canEditPage()) {
if ($session{form}{title} eq "") {
$session{form}{title} = "no title";
}
$urlizedTitle = urlize($session{form}{urlizedTitle}); $urlizedTitle = urlize($session{form}{urlizedTitle});
while (($test) = WebGUI::SQL->quickArray("select urlizedTitle from page where urlizedTitle='$urlizedTitle' and pageId<>$session{page}{pageId}")) { while (($test) = WebGUI::SQL->quickArray("select urlizedTitle from page where urlizedTitle='$urlizedTitle' and pageId<>$session{page}{pageId}")) {
$urlizedTitle .= 2; $urlizedTitle .= 2;

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Search; package WebGUI::Operation::Search;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Settings; package WebGUI::Operation::Settings;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Statistics; package WebGUI::Operation::Statistics;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Style; package WebGUI::Operation::Style;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::Trash; package WebGUI::Operation::Trash;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Operation::User; package WebGUI::Operation::User;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using
@ -32,17 +32,20 @@ sub www_addUser {
if (WebGUI::Privilege::isInGroup(3)) { if (WebGUI::Privilege::isInGroup(3)) {
$output .= helpLink(5); $output .= helpLink(5);
$output .= '<h1>'.WebGUI::International::get(163).'</h1>'; $output .= '<h1>'.WebGUI::International::get(163).'</h1>';
if ($session{form}{op} eq "addUserSave") {
$output .= '<ul><li>'.WebGUI::International::get(77).' '.$session{form}{username}.'Too or '.$session{form}{username}.'02</ul>';
}
$output .= formHeader(); $output .= formHeader();
$output .= WebGUI::Form::hidden("op","addUserSave"); $output .= WebGUI::Form::hidden("op","addUserSave");
$output .= '<table>'; $output .= '<table>';
$output .= tableFormRow(WebGUI::International::get(50),WebGUI::Form::text("username",20,30)); $output .= tableFormRow(WebGUI::International::get(50),WebGUI::Form::text("username",20,30,$session{form}{username}));
$output .= tableFormRow(WebGUI::International::get(51),WebGUI::Form::password("identifier",20,30)); $output .= tableFormRow(WebGUI::International::get(51),WebGUI::Form::password("identifier",20,30,$session{form}{username}));
%hash = ('WebGUI'=>'WebGUI', 'LDAP'=>'LDAP'); %hash = ('WebGUI'=>'WebGUI', 'LDAP'=>'LDAP');
$array[0] = $session{setting}{authMethod}; $array[0] = $session{setting}{authMethod};
$output .= tableFormRow(WebGUI::International::get(164),WebGUI::Form::selectList("authMethod",\%hash, \@array)); $output .= tableFormRow(WebGUI::International::get(164),WebGUI::Form::selectList("authMethod",\%hash, \@array));
$output .= tableFormRow(WebGUI::International::get(165),WebGUI::Form::text("ldapURL",20,2048,$session{setting}{ldapURL})); $output .= tableFormRow(WebGUI::International::get(165),WebGUI::Form::text("ldapURL",20,2048,$session{setting}{ldapURL}));
$output .= tableFormRow(WebGUI::International::get(166),WebGUI::Form::text("connectDN",20,255)); $output .= tableFormRow(WebGUI::International::get(166),WebGUI::Form::text("connectDN",20,255,$session{form}{connectDN}));
$output .= tableFormRow(WebGUI::International::get(56),WebGUI::Form::text("email",20,255)); $output .= tableFormRow(WebGUI::International::get(56),WebGUI::Form::text("email",20,255,$session{form}{email}));
%hash = WebGUI::SQL->buildHash("select groupId,groupName from groups where groupName<>'Reserved' order by groupName"); %hash = WebGUI::SQL->buildHash("select groupId,groupName from groups where groupName<>'Reserved' order by groupName");
$array[0] = 2; $array[0] = 2;
$output .= tableFormRow(WebGUI::International::get(89),WebGUI::Form::selectList("groups",\%hash,\@array,5,1)); $output .= tableFormRow(WebGUI::International::get(89),WebGUI::Form::selectList("groups",\%hash,\@array,5,1));
@ -62,15 +65,20 @@ sub www_addUser {
sub www_addUserSave { sub www_addUserSave {
my ($output, @groups, $uid, $gid, $encryptedPassword, $expireAfter); my ($output, @groups, $uid, $gid, $encryptedPassword, $expireAfter);
if (WebGUI::Privilege::isInGroup(3)) { if (WebGUI::Privilege::isInGroup(3)) {
$encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier}); ($uid) = WebGUI::SQL->quickArray("select userId from users where username='$session{form}{username}'");
$uid = getNextId("userId"); unless ($uid) {
WebGUI::SQL->write("insert into users (userId,username,identifier,email,authMethod,ldapURL,connectDN,language) values ($uid, ".quote($session{form}{username}).", ".quote($encryptedPassword).", ".quote($session{form}{email}).", ".quote($session{form}{authMethod}).", ".quote($session{form}{ldapURL}).", ".quote($session{form}{connectDN}).", ".quote($session{form}{language}).")"); $encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier});
@groups = $session{cgi}->param('groups'); $uid = getNextId("userId");
foreach $gid (@groups) { WebGUI::SQL->write("insert into users (userId,username,identifier,email,authMethod,ldapURL,connectDN,language) values ($uid, ".quote($session{form}{username}).", ".quote($encryptedPassword).", ".quote($session{form}{email}).", ".quote($session{form}{authMethod}).", ".quote($session{form}{ldapURL}).", ".quote($session{form}{connectDN}).", ".quote($session{form}{language}).")");
($expireAfter) = WebGUI::SQL->quickArray("select expireAfter from groups where groupId=$gid"); @groups = $session{cgi}->param('groups');
WebGUI::SQL->write("insert into groupings values ($gid, $uid, ".(time()+$expireAfter).")"); foreach $gid (@groups) {
} ($expireAfter) = WebGUI::SQL->quickArray("select expireAfter from groups where groupId=$gid");
$output = www_listUsers(); WebGUI::SQL->write("insert into groupings values ($gid, $uid, ".(time()+$expireAfter).")");
}
$output = www_listUsers();
} else {
$output = www_addUser();
}
} else { } else {
$output = WebGUI::Privilege::adminOnly(); $output = WebGUI::Privilege::adminOnly();
} }
@ -178,6 +186,9 @@ sub www_editUser {
$output .= '<table><tr><td valign="top">'; $output .= '<table><tr><td valign="top">';
$output .= helpLink(5); $output .= helpLink(5);
$output .= '<h1>'.WebGUI::International::get(168).'</h1>'; $output .= '<h1>'.WebGUI::International::get(168).'</h1>';
if ($session{form}{op} eq "editUserSave") {
$output .= '<ul><li>'.WebGUI::International::get(77).' '.$session{form}{username}.'Too or '.$session{form}{username}.'02</ul>';
}
$output .= formHeader(); $output .= formHeader();
$output .= WebGUI::Form::hidden("op","editUserSave"); $output .= WebGUI::Form::hidden("op","editUserSave");
$output .= WebGUI::Form::hidden("uid",$session{form}{uid}); $output .= WebGUI::Form::hidden("uid",$session{form}{uid});
@ -251,15 +262,20 @@ sub www_editUser {
#------------------------------------------------------------------- #-------------------------------------------------------------------
sub www_editUserSave { sub www_editUserSave {
my ($error, $encryptedPassword, $passwordStatement); my ($error, $uid, $encryptedPassword, $passwordStatement);
if (WebGUI::Privilege::isInGroup(3)) { if (WebGUI::Privilege::isInGroup(3)) {
if ($session{form}{identifier} ne "password") { ($uid) = WebGUI::SQL->quickArray("select userId from users where username='$session{form}{username}'");
$encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier}); unless ($uid) {
$passwordStatement = ', identifier='.quote($encryptedPassword); if ($session{form}{identifier} ne "password") {
} $encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier});
$encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier1}); $passwordStatement = ', identifier='.quote($encryptedPassword);
WebGUI::SQL->write("update users set username=".quote($session{form}{username}).$passwordStatement.", authMethod=".quote($session{form}{authMethod}).", ldapURL=".quote($session{form}{ldapURL}).", connectDN=".quote($session{form}{connectDN}).", email=".quote($session{form}{email}).", language=".quote($session{form}{language}).", firstName=".quote($session{form}{firstName}).", middleName=".quote($session{form}{middleName}).", lastName=".quote($session{form}{lastName}).", icq=".quote($session{form}{icq}).", aim=".quote($session{form}{aim}).", msnIM=".quote($session{form}{msnIM}).", yahooIM=".quote($session{form}{yahooIM}).", homeAddress=".quote($session{form}{homeAddress}).", homeCity=".quote($session{form}{homeCity}).", homeState=".quote($session{form}{homeState}).", homeZip=".quote($session{form}{homeZip}).", homeCountry=".quote($session{form}{homeCountry}).", homePhone=".quote($session{form}{homePhone}).", workAddress=".quote($session{form}{workAddress}).", workCity=".quote($session{form}{workCity}).", workState=".quote($session{form}{workState}).", workZip=".quote($session{form}{workZip}).", workCountry=".quote($session{form}{workCountry}).", workPhone=".quote($session{form}{workPhone}).", cellPhone=".quote($session{form}{cellPhone}).", pager=".quote($session{form}{pager}).", gender=".quote($session{form}{gender}).", birthdate=".quote($session{form}{birthdate}).", homepage=".quote($session{form}{homepage})." where userId=".$session{form}{uid}); }
return www_listUsers(); $encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier1});
WebGUI::SQL->write("update users set username=".quote($session{form}{username}).$passwordStatement.", authMethod=".quote($session{form}{authMethod}).", ldapURL=".quote($session{form}{ldapURL}).", connectDN=".quote($session{form}{connectDN}).", email=".quote($session{form}{email}).", language=".quote($session{form}{language}).", firstName=".quote($session{form}{firstName}).", middleName=".quote($session{form}{middleName}).", lastName=".quote($session{form}{lastName}).", icq=".quote($session{form}{icq}).", aim=".quote($session{form}{aim}).", msnIM=".quote($session{form}{msnIM}).", yahooIM=".quote($session{form}{yahooIM}).", homeAddress=".quote($session{form}{homeAddress}).", homeCity=".quote($session{form}{homeCity}).", homeState=".quote($session{form}{homeState}).", homeZip=".quote($session{form}{homeZip}).", homeCountry=".quote($session{form}{homeCountry}).", homePhone=".quote($session{form}{homePhone}).", workAddress=".quote($session{form}{workAddress}).", workCity=".quote($session{form}{workCity}).", workState=".quote($session{form}{workState}).", workZip=".quote($session{form}{workZip}).", workCountry=".quote($session{form}{workCountry}).", workPhone=".quote($session{form}{workPhone}).", cellPhone=".quote($session{form}{cellPhone}).", pager=".quote($session{form}{pager}).", gender=".quote($session{form}{gender}).", birthdate=".quote($session{form}{birthdate}).", homepage=".quote($session{form}{homepage})." where userId=".$session{form}{uid});
return www_listUsers();
} else {
return www_editUser();
}
} else { } else {
return WebGUI::Privilege::adminOnly(); return WebGUI::Privilege::adminOnly();
} }

View file

@ -1,7 +1,7 @@
package WebGUI::Privilege; package WebGUI::Privilege;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::SQL; package WebGUI::SQL;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Session; package WebGUI::Session;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Shortcut; package WebGUI::Shortcut;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Style; package WebGUI::Style;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Template; package WebGUI::Template;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::Default;
our $namespace = "Default"; our $namespace = "Default";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::LeftColumn;
our $namespace = "LeftColumn"; our $namespace = "LeftColumn";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::News;
our $namespace = "News"; our $namespace = "News";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::OneOverThree;
our $namespace = "OneOverThree"; our $namespace = "OneOverThree";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::RightColumn;
our $namespace = "RightColumn"; our $namespace = "RightColumn";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::SideBySide;
our $namespace = "SideBySide"; our $namespace = "SideBySide";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Template::ThreeOverOne;
our $namespace = "ThreeOverOne"; our $namespace = "ThreeOverOne";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Utility; package WebGUI::Utility;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package WebGUI::Widget; package WebGUI::Widget;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::Article;
our $namespace = "Article"; our $namespace = "Article";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::EventsCalendar;
our $namespace = "EventsCalendar"; our $namespace = "EventsCalendar";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::ExtraColumn;
our $namespace = "ExtraColumn"; our $namespace = "ExtraColumn";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::FAQ;
our $namespace = "FAQ"; our $namespace = "FAQ";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::Item;
our $namespace = "Item"; our $namespace = "Item";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::LinkList;
our $namespace = "LinkList"; our $namespace = "LinkList";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::MessageBoard;
our $namespace = "MessageBoard"; our $namespace = "MessageBoard";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::Poll;
our $namespace = "Poll"; our $namespace = "Poll";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::SQLReport;
our $namespace = "SQLReport"; our $namespace = "SQLReport";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::SiteMap;
our $namespace = "SiteMap"; our $namespace = "SiteMap";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::SyndicatedContent;
our $namespace = "SyndicatedContent"; our $namespace = "SyndicatedContent";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -3,7 +3,7 @@ package WebGUI::Widget::UserSubmission;
our $namespace = "UserSubmission"; our $namespace = "UserSubmission";
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,5 +1,5 @@
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,5 +1,5 @@
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
#------------------------------------------------------------------- #-------------------------------------------------------------------
# WebGUI is Copyright 2001 Plain Black Software. # WebGUI is Copyright 2001-2002 Plain Black Software.
#------------------------------------------------------------------- #-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using