diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 68ab871f2..cd74b5298 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -17,6 +17,9 @@ save you many hours of grief. you may need to update some portions of your templates manually. + * The Authentication Module API has been completely rewritten. + Please see docs/migration.txt for details. + 5.5.0 diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index da043a1e1..8d3f7ee95 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -17032,3 +17032,9 @@ INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'
INSERT INTO wobject VALUES (-2,-1,'Article',1,'Welcome to WebGUI!',1,'If you\'re reading this message it means that you\'ve got WebGUI up and running. Good job! The installation is not trivial.\n\n

\n \nIn order to do anything useful with your new installation you\'ll need to log in as the default administrator account. Follow these steps to get started:\n\n

\n\n

    \n
  1. Click here to log in. (username: Admin password: 123qwe)\n
  2. Click here to turn the administrative interface on.\n
\n\n

\n\nNow that you\'re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n

\n \nYou\'ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.\n\n

\n\nFor more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.\n\n

\n \nEnjoy your new WebGUI site!',1023555430,3,1038220053,3,1,1023537600,1338897600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003); INSERT INTO wobject VALUES (-5,-3,'Article',1,'What should you do next?',1,'To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n

\n \nTalk to the Experts
\nOur website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\n \n

\n\nRequest an Interactive Product Demonstration CD
\nThis CD shows all of the excellent features that WebGUI provides and gives you a brief overview of the product. It also provides examples of how the product works and how it can be used in your environment.\n \n

\n\nPurchase the Manual for WebGUI
\nRuling WebGUI is the definitive guide to everything WebGUI related. It has been compiled by the experts at Plain Black Software and covers almost all aspects of WebGUI. When you purchase Ruling WebGUI, you will receive updates to this great manual for one full year.\n \n

\n\nPurchase Technical Support
\nThe WebGUI Support Center is there to help you when you get stuck. With a system as large as WebGUI, you\'ll likely have some questions, and our courteous and knowlegable staff is available to answer those questions. And best of all, you get Ruling WebGUI free when you sign up for the Support Center.\n \n

\n\nSign Up for Plain Black Hosting
\nWe provide professional hosting services for you so you don\'t have to go through the trouble of finding a hoster who likely won\'t know what to do with WebGUI anyway.\n',1038244102,3,1038705736,3,1,946728000,2082801600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003); +update style set styleId=10 where styleId=-10; +delete from style where styleId<0; +update incrementer set nextValue=nextValue+1 where incrementerId='styleId'; +update page set styleId=1000 where styleId=-8; +INSERT INTO style VALUES (1000,'WebGUI 6','\r\n ','\r\n^AdminBar;\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n
^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!);
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n^Spacer(56,1);^Spacer(26,1);
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
^Spacer(53,59);^D(\"%c %D, %y\");
^PageTitle;
^Spacer(53,59);
\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n
^Spacer(53,1);\r\n
\r\n^FlexMenu;\r\n


\r\n^AdminToggle;\r\n

\r\n\r\n
^-;^Spacer(53,1);
\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n'); + diff --git a/docs/temp.sql b/docs/temp.sql deleted file mode 100644 index 8c28f0b77..000000000 --- a/docs/temp.sql +++ /dev/null @@ -1,3 +0,0 @@ -# add this stuff to previousVersion.sql just before 6.0 release - -delete from style where styleId < 0; diff --git a/lib/WebGUI/Operation/Collateral.pm b/lib/WebGUI/Operation/Collateral.pm index 48c9d7e7a..2d1eecb68 100644 --- a/lib/WebGUI/Operation/Collateral.pm +++ b/lib/WebGUI/Operation/Collateral.pm @@ -516,7 +516,7 @@ sub _htmlAreaCreateTree { #------------------------------------------------------------------- sub www_htmlArealistCollateral { my (@parents, $sth, $data, $indent); - $session{form}{makePrintable}=1; $session{form}{style}=-10; # Special style for this output + $session{form}{makePrintable}=1; $session{form}{style}=10; # Special style for this output return "Only Content Managers are allowed to use WebGUI Collateral" unless (WebGUI::Privilege::isInGroup(4)); my $output = ''; @@ -570,7 +570,7 @@ sub www_htmlArealistCollateral { #------------------------------------------------------------------- sub www_htmlAreaviewCollateral { my($output, $collateral, $file, $x, $y, $image, $error); - $session{form}{makePrintable}=1; $session{form}{style}=-10; # Special style for this output + $session{form}{makePrintable}=1; $session{form}{style}=10; # Special style for this output $output .= '
'; if($session{form}{cid} == 0 || ! WebGUI::Privilege::isInGroup(4)) { $output .= '
'; @@ -607,7 +607,7 @@ sub www_htmlAreaviewCollateral { #------------------------------------------------------------------- sub www_htmlAreaUpload { - $session{form}{makePrintable}=1; $session{form}{style}=-10; # Special style for this output + $session{form}{makePrintable}=1; $session{form}{style}=10; # Special style for this output return "Only Content Managers are allowed to use WebGUI Collateral" unless (WebGUI::Privilege::isInGroup(4)); return www_htmlArealistCollateral() if ($session{form}{image} eq ""); my($test, $file); @@ -632,7 +632,7 @@ sub www_htmlAreaUpload { #------------------------------------------------------------------- sub www_htmlAreaDelete { - $session{form}{makePrintable}=1; $session{form}{style}=-10; # Special style for this output + $session{form}{makePrintable}=1; $session{form}{style}=10; # Special style for this output return "Only Content Managers are allowed to use WebGUI Collateral" unless (WebGUI::Privilege::isInGroup(4)); if($session{form}{cid}) { # Delete Image my $collateral = WebGUI::Collateral->new($session{form}{cid}); @@ -649,7 +649,7 @@ sub www_htmlAreaDelete { #------------------------------------------------------------------- sub www_htmlAreaCreateFolder { - $session{form}{makePrintable}=1; $session{form}{style}=-10; # Special style for this output + $session{form}{makePrintable}=1; $session{form}{style}=10; # Special style for this output return "Only Content Managers are allowed to use WebGUI Collateral" unless (WebGUI::Privilege::isInGroup(4)); $session{form}{fid} = getNextId("collateralFolderId"); WebGUI::Session::setScratch("collateralFolderId",$session{form}{fid}); diff --git a/www/extras/styles/webgui6/bg.gif b/www/extras/styles/webgui6/bg.gif new file mode 100644 index 000000000..1b17d4722 Binary files /dev/null and b/www/extras/styles/webgui6/bg.gif differ diff --git a/www/extras/styles/webgui6/content_bg_clouds.jpg b/www/extras/styles/webgui6/content_bg_clouds.jpg new file mode 100644 index 000000000..0cd77170e Binary files /dev/null and b/www/extras/styles/webgui6/content_bg_clouds.jpg differ diff --git a/www/extras/styles/webgui6/content_bg_corner_left_top.jpg b/www/extras/styles/webgui6/content_bg_corner_left_top.jpg new file mode 100644 index 000000000..53bb9bb59 Binary files /dev/null and b/www/extras/styles/webgui6/content_bg_corner_left_top.jpg differ diff --git a/www/extras/styles/webgui6/content_bg_left.jpg b/www/extras/styles/webgui6/content_bg_left.jpg new file mode 100644 index 000000000..52d48eac5 Binary files /dev/null and b/www/extras/styles/webgui6/content_bg_left.jpg differ diff --git a/www/extras/styles/webgui6/content_bg_right.jpg b/www/extras/styles/webgui6/content_bg_right.jpg new file mode 100644 index 000000000..11b17056f Binary files /dev/null and b/www/extras/styles/webgui6/content_bg_right.jpg differ diff --git a/www/extras/styles/webgui6/date_bg_left.jpg b/www/extras/styles/webgui6/date_bg_left.jpg new file mode 100644 index 000000000..8762ce087 Binary files /dev/null and b/www/extras/styles/webgui6/date_bg_left.jpg differ diff --git a/www/extras/styles/webgui6/date_right_bg.jpg b/www/extras/styles/webgui6/date_right_bg.jpg new file mode 100644 index 000000000..b4b57377b Binary files /dev/null and b/www/extras/styles/webgui6/date_right_bg.jpg differ diff --git a/www/extras/styles/webgui6/date_right_shadow.gif b/www/extras/styles/webgui6/date_right_shadow.gif new file mode 100644 index 000000000..274e43db2 Binary files /dev/null and b/www/extras/styles/webgui6/date_right_shadow.gif differ diff --git a/www/extras/styles/webgui6/footer.jpg b/www/extras/styles/webgui6/footer.jpg new file mode 100644 index 000000000..2bbe87473 Binary files /dev/null and b/www/extras/styles/webgui6/footer.jpg differ diff --git a/www/extras/styles/webgui6/hdr_bg_center.jpg b/www/extras/styles/webgui6/hdr_bg_center.jpg new file mode 100644 index 000000000..6db428437 Binary files /dev/null and b/www/extras/styles/webgui6/hdr_bg_center.jpg differ diff --git a/www/extras/styles/webgui6/hdr_bg_corner_left.jpg b/www/extras/styles/webgui6/hdr_bg_corner_left.jpg new file mode 100644 index 000000000..4dccb10be Binary files /dev/null and b/www/extras/styles/webgui6/hdr_bg_corner_left.jpg differ diff --git a/www/extras/styles/webgui6/hdr_bg_corner_right.jpg b/www/extras/styles/webgui6/hdr_bg_corner_right.jpg new file mode 100644 index 000000000..920329407 Binary files /dev/null and b/www/extras/styles/webgui6/hdr_bg_corner_right.jpg differ diff --git a/www/extras/styles/webgui6/icon_email.gif b/www/extras/styles/webgui6/icon_email.gif new file mode 100644 index 000000000..f63ccb74b Binary files /dev/null and b/www/extras/styles/webgui6/icon_email.gif differ diff --git a/www/extras/styles/webgui6/icon_home.gif b/www/extras/styles/webgui6/icon_home.gif new file mode 100644 index 000000000..f750abef7 Binary files /dev/null and b/www/extras/styles/webgui6/icon_home.gif differ diff --git a/www/extras/styles/webgui6/icon_pb.gif b/www/extras/styles/webgui6/icon_pb.gif new file mode 100644 index 000000000..2fc5c82b0 Binary files /dev/null and b/www/extras/styles/webgui6/icon_pb.gif differ diff --git a/www/extras/styles/webgui6/icon_print.gif b/www/extras/styles/webgui6/icon_print.gif new file mode 100644 index 000000000..771f41af8 Binary files /dev/null and b/www/extras/styles/webgui6/icon_print.gif differ diff --git a/www/extras/styles/webgui6/img_hands.jpg b/www/extras/styles/webgui6/img_hands.jpg new file mode 100644 index 000000000..834b30ed4 Binary files /dev/null and b/www/extras/styles/webgui6/img_hands.jpg differ diff --git a/www/extras/styles/webgui6/lnav_shadow.jpg b/www/extras/styles/webgui6/lnav_shadow.jpg new file mode 100644 index 000000000..8a17c67a6 Binary files /dev/null and b/www/extras/styles/webgui6/lnav_shadow.jpg differ diff --git a/www/extras/styles/webgui6/logo_pb.gif b/www/extras/styles/webgui6/logo_pb.gif new file mode 100644 index 000000000..99a15ccba Binary files /dev/null and b/www/extras/styles/webgui6/logo_pb.gif differ diff --git a/www/extras/styles/webgui6/powered_by_aqua_blue.gif b/www/extras/styles/webgui6/powered_by_aqua_blue.gif new file mode 100644 index 000000000..3bd5d3055 Binary files /dev/null and b/www/extras/styles/webgui6/powered_by_aqua_blue.gif differ diff --git a/www/extras/styles/webgui6/txt_the_last.gif b/www/extras/styles/webgui6/txt_the_last.gif new file mode 100644 index 000000000..92c3477e3 Binary files /dev/null and b/www/extras/styles/webgui6/txt_the_last.gif differ diff --git a/www/extras/styles/webgui6/wg_box_bottom.gif b/www/extras/styles/webgui6/wg_box_bottom.gif new file mode 100644 index 000000000..c723782cb Binary files /dev/null and b/www/extras/styles/webgui6/wg_box_bottom.gif differ diff --git a/www/extras/styles/webgui6/wg_box_top.gif b/www/extras/styles/webgui6/wg_box_top.gif new file mode 100644 index 000000000..5164de47e Binary files /dev/null and b/www/extras/styles/webgui6/wg_box_top.gif differ diff --git a/www/extras/styles/webgui6/wg_logo.gif b/www/extras/styles/webgui6/wg_logo.gif new file mode 100644 index 000000000..a6874ff88 Binary files /dev/null and b/www/extras/styles/webgui6/wg_logo.gif differ