Switching to new wobject API.

This commit is contained in:
JT Smith 2003-03-08 19:26:01 +00:00
parent 4bed7d43db
commit 41cd27de26
22 changed files with 939 additions and 784 deletions

View file

@ -54,6 +54,9 @@ save you many hours of grief.
javascript and macros, but you may wish to set these to one
of the other options.
* The discussions on USS and Articles have been turned off. They'll
need to be manually turned back on.
5.1.0
--------------------------------------------------------------------

View file

@ -3091,5 +3091,13 @@ delete from international where languageId=8 and namespace='WebGUI' and internat
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (716,8,'WebGUI','Login', 1031514049);
delete from international where languageId=8 and namespace='WebGUI' and internationalId=717;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (717,8,'WebGUI','Logout', 1031514049);
alter table Article drop column allowDiscussion;
alter table USS drop column allowDiscussion;
delete from settings where name='usernameBinding';
delete from settings where name='addEditStampToPosts';