From c51df7d2c3aa91b7b1ddb49780c0d44afdd3d6e8 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 31 Jul 2002 04:13:47 +0000 Subject: [PATCH] Preparing for the 4.4.1 release. --- docs/create.sql | 4 +++- docs/upgrades/upgrade_4.4.0-4.4.1.sql | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/create.sql b/docs/create.sql index 3ddb14213..489541d84 100644 --- a/docs/create.sql +++ b/docs/create.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.0-4.4.1.sql b/docs/upgrades/upgrade_4.4.0-4.4.1.sql index c4f7561df..f5208b810 100644 --- a/docs/upgrades/upgrade_4.4.0-4.4.1.sql +++ b/docs/upgrades/upgrade_4.4.0-4.4.1.sql @@ -1,4 +1,5 @@ insert into webguiVersion values ('4.4.1','upgrade',unix_timestamp()); +insert into settings values ("groupToManageImages",9);