From 2811abaddf105bd2feb9f0957ccf5705111b16b0 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 1 Aug 2002 01:01:59 +0000 Subject: [PATCH] Preparing for 4.5.0 development cycle. --- docs/previousVersion.sql | 4 +++- docs/upgrades/upgrade_4.4.1-4.5.0.sql | 4 ++++ lib/WebGUI.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/upgrades/upgrade_4.4.1-4.5.0.sql diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index 3ddb14213..489541d84 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -6172,7 +6172,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('4.4.0','intitial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('4.4.1','intitial install',unix_timestamp()); -- -- Table structure for table 'wobject' @@ -6210,3 +6210,5 @@ CREATE TABLE wobject ( INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1,1001744792,3,1016077239,3,0,1001744792,1336444487,2,1,4,0,'after'); INSERT INTO wobject VALUES (-2,1,'Article',1,'Welcome to WebGUI!',1,'
\r\n

If you’re reading this message it means that you’ve got WebGUI up and running. Good job! The installation is not trivial.

\r\n

 

\r\n

In 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:

\r\n

 

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

 Now 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.

\r\n

 

\r\n

You’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.

\r\n

 

\r\n

For 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.

\r\n

 

Enjoy your new WebGUI site!\r\n
',1,1023555430,3,1023555630,3,0,1023512400,1338872400,2,1,4,0,'after'); +insert into settings values ("groupToManageImages",9); + diff --git a/docs/upgrades/upgrade_4.4.1-4.5.0.sql b/docs/upgrades/upgrade_4.4.1-4.5.0.sql new file mode 100644 index 000000000..3219abb57 --- /dev/null +++ b/docs/upgrades/upgrade_4.4.1-4.5.0.sql @@ -0,0 +1,4 @@ +insert into webguiVersion values ('4.5.0','upgrade',unix_timestamp()); + + + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index bff12ef97..0f484cd8f 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "4.4.1"; +our $VERSION = "4.5.0"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black LLC.