WebGUI 3.0.0 release
This commit is contained in:
parent
08b81c6064
commit
baec9039ef
82 changed files with 1939 additions and 1483 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
5
docs/upgrades/upgrade_2.7.0-3.0.0.sql
Normal file
5
docs/upgrades/upgrade_2.7.0-3.0.0.sql
Normal 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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue