Switching to new wobject API.
This commit is contained in:
parent
4bed7d43db
commit
41cd27de26
22 changed files with 939 additions and 784 deletions
|
|
@ -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
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue