Index: branches/RC/admin/install/upgrades/inportal_upgrade_v4.2.0.sql =================================================================== diff -u -r8929 -r9044 --- branches/RC/admin/install/upgrades/inportal_upgrade_v4.2.0.sql (.../inportal_upgrade_v4.2.0.sql) (revision 8929) +++ branches/RC/admin/install/upgrades/inportal_upgrade_v4.2.0.sql (.../inportal_upgrade_v4.2.0.sql) (revision 9044) @@ -5,6 +5,11 @@ ALTER TABLE Category ADD INDEX (TreeLeft); ALTER TABLE Category ADD INDEX (TreeRight); -UPDATE Modules SET Version = '4.2.0' WHERE Name = 'Core'; +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'AllowDeleteRootCats', '0', 'In-Portal', 'in-portal:configure_categories'); +INSERT INTO ConfigurationAdmin VALUES ('AllowDeleteRootCats', 'la_Text_General', 'la_AllowDeleteRootCats', 'checkbox', NULL , NULL , 10.08, 0, 0); -UPDATE Modules SET Version = '4.2.0' WHERE Name = 'In-Portal'; +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UseToolbarLabels', '1', 'In-Portal', 'in-portal:configure_general'); +INSERT INTO ConfigurationAdmin VALUES ('UseToolbarLabels', 'la_Text_Website', 'la_config_UseToolbarLabels', 'checkbox', NULL , NULL , 10.20, 0, 0); + +UPDATE Modules SET Version = '4.2.0' WHERE Name = 'Core'; +UPDATE Modules SET Version = '4.2.0' WHERE Name = 'In-Portal'; \ No newline at end of file