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
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
--------------------------------------------------------------------
* 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:
#-------------------------------------------------------------------
# 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
# (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;