Preparing for the 3.8.0 release.

This commit is contained in:
JT Smith 2002-05-26 15:18:12 +00:00
parent 715eded379
commit 6e72407ae8
3 changed files with 939 additions and 378 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,8 +17,8 @@ save you many hours of grief.
* The "Registered Users" group no longer has the privilege of
doing whatever "Visitors" can do. Instead we have created
a new group called "Everyone", which means registered users
and visitors alike can do whatever is assigned those
privileges.
and visitors alike can do whatever is assigned to the
"Everyone" group.
3.6.0
--------------------------------------------------------------------

View file

@ -60,7 +60,7 @@ insert into wobject (wobjectId, pageId, title, displayTitle, processMacros, desc
delete from widget where namespace='DownloadManager';
alter table DownloadManager change widgetId wobjectId int not null;
alter table DownloadManager_file change widgetId wobjectId int not null;
delete from International where internationalId=13 and namespace='DownloadManager';
delete from international where internationalId=13 and namespace='DownloadManager';
INSERT INTO international VALUES (22,'DownloadManager','English','Proceed to add download?');
insert into wobject (wobjectId, pageId, title, displayTitle, processMacros, description, dateAdded, addedBy, namespace, lastEdited, editedBy, templatePosition, sequenceNumber, startDate, endDate) select widgetId, pageId, title, displayTitle, processMacros, description, dateAdded, addedBy, namespace, lastEdited, editedBy, templatePosition, sequenceNumber, dateAdded, 1336444487 from widget where namespace='MessageBoard';