Patrick Cool 18 years ago
parent 02d3399517
commit 3d5c45cff0
  1. 3
      main/install/migrate-db-1.6.x-1.8.0-pre.sql
  2. 2
      main/install/setting_option_data.csv

@ -83,7 +83,6 @@ INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,
-- UPDATE settings_current SET selected_value = 'true' WHERE variable='course_create_active_tools' AND subkey='online_conference';
-- UPDATE settings_current SET selected_value = 'true' WHERE variable='course_create_active_tools' AND subkey='student_publications';
-- UPDATE settings_current SET selected_value = 'true' WHERE variable='use_document_title';
INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('student_view_enabled',NULL,'radio','Platform','true','StudentViewEnabledTitle','StudentViewEnabledComment',NULL,NULL);
INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('show_navigation_menu',NULL,'radio','Course','false','ShowNavigationMenuTitle','ShowNavigationMenuComment',NULL,NULL);
INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('enable_tool_introduction',NULL,'radio','course','false','EnableToolIntroductionTitle','EnableToolIntroductionComment',NULL,NULL);
INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('page_after_login', NULL, 'radio','Platform','user_portal.php', 'PageAfterLoginTitle','PageAfterLoginComment', NULL, NULL);
@ -112,8 +111,6 @@ UPDATE settings_options SET value = 'activity', display_text='HomepageViewActivi
UPDATE settings_options SET value = '2column', display_text='HomepageView2column' WHERE variable = 'homepage_view' AND value = 'basic_tools_fixed';
INSERT INTO settings_options(variable,value,display_text) VALUES ('homepage_view','3column','HomepageView3column');
INSERT INTO settings_options(variable,value,display_text) VALUES ('allow_registration','approval','AfterApproval');
INSERT INTO settings_options(variable,value,display_text) VALUES ('student_view_enabled','true','Yes');
INSERT INTO settings_options(variable,value,display_text) VALUES ('student_view_enabled','false','No');
INSERT INTO settings_options(variable,value,display_text) VALUES ('show_navigation_menu','false','No');
INSERT INTO settings_options(variable,value,display_text) VALUES ('show_navigation_menu','icons','IconsOnly');
INSERT INTO settings_options(variable,value,display_text) VALUES ('show_navigation_menu','text','TextOnly');

@ -46,8 +46,6 @@
58,'dropbox_allow_mailing','false','No',
59,'extended_profile','true','Yes',
60,'extended_profile','false','No',
61,'student_view_enabled','true','Yes',
62,'student_view_enabled','false','No',
63,'show_navigation_menu','false','No',
64,'show_navigation_menu','icons','IconsOnly',
65,'show_navigation_menu','text','TextOnly',

1 10 'show_administrator_data' 'true' 'Yes'
46 58 'dropbox_allow_mailing' 'false' 'No'
47 59 'extended_profile' 'true' 'Yes'
48 60 'extended_profile' 'false' 'No'
61 'student_view_enabled' 'true' 'Yes'
62 'student_view_enabled' 'false' 'No'
49 63 'show_navigation_menu' 'false' 'No'
50 64 'show_navigation_menu' 'icons' 'IconsOnly'
51 65 'show_navigation_menu' 'text' 'TextOnly'
Loading…
Cancel
Save