Removed privilege overrides.

This commit is contained in:
JT Smith 2003-02-03 04:31:55 +00:00
parent 918da0ac3d
commit ad66fc2b0b
8 changed files with 38 additions and 32 deletions

View file

@ -16,6 +16,11 @@ save you many hours of grief.
user interface. You may remove any config file variables
you were previously using to configure it.
* The privilege overrides have been removed from the settings. They
are now redundant with the advent of groups of groups.
Therefore if you were making use of this functionality,
you'll need to start using groups of groups instead.
4.9.4
--------------------------------------------------------------------

View file

@ -71,6 +71,23 @@ alter table page drop column worldView;
alter table page drop column worldEdit;
alter table page drop column ownerView;
alter table page drop column ownerEdit;
delete from help where helpId=48 and namespace='WebGUI';
delete from international where namespace='WebGUI' and internationalId=109;
delete from international where namespace='WebGUI' and internationalId=110;
delete from international where namespace='WebGUI' and internationalId=111;
delete from international where namespace='WebGUI' and internationalId=112;
delete from international where namespace='WebGUI' and internationalId=113;
delete from international where namespace='WebGUI' and internationalId=114;
delete from international where namespace='WebGUI' and internationalId=115;
delete from international where namespace='WebGUI' and internationalId=711;
delete from international where namespace='WebGUI' and internationalId=710;
delete from international where namespace='WebGUI' and internationalId=713;
delete from international where namespace='WebGUI' and internationalId=708;
delete from international where namespace='WebGUI' and internationalId=709;
delete from international where namespace='WebGUI' and internationalId=714;
delete from settings where name='styleManagersGroup';
delete from settings where name='templateManagersGroup';