WebGUI 3.3.0 release

This commit is contained in:
JT Smith 2002-02-22 05:33:00 +00:00
parent 40bb7fed59
commit 80f7752f32
41 changed files with 1662 additions and 402 deletions

File diff suppressed because one or more lines are too long

View file

@ -13,4 +13,7 @@ Spanish Translation..................Ricardo Markiewicz
Portuguese Translation...............Jose Caneira
Dutch Translation....................Joeri de Bruin
mod_rewrite Support..................Peter Beardsley / Appropriate Solutions, Inc.
Oracle testing.......................Richard Caelius
Image Manager concept................Frank Dillon

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
save you many hours of grief.
3.3.0
--------------------------------------------------------------------
* You need to get a new Perl module before you upgrade. It is
Image::Magick. On some systems you may also need to download
and compile the C compliment to it from www.imagemagick.org.
3.2.1
--------------------------------------------------------------------
* We released a faulty upgrade script with 3.2.0. If you happened

View file

@ -24,6 +24,7 @@ QnD INSTALL INSTRUCTIONS:
Tie::CPHash
Date::Calc
HTML::CalendarMonthSimple
Image::Magick
3. Install Apache (with or without mod_perl) and set up your config.

View file

@ -2781,3 +2781,6 @@ CREATE TABLE widget (
INSERT INTO widget 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 <a href=\"^/;\">Home Page</a>.',1,1001744792,3,1013215663,3,'A');
insert into international values (403,'WebGUI','English','Prefer not to say.');
alter table users change column gender gender varchar(6) not null default 'neuter';

File diff suppressed because one or more lines are too long