|
|
|
|
@ -749,7 +749,7 @@ VALUES |
|
|
|
|
('search_show_unlinked_results',NULL,'radio','Search','true','SearchShowUnlinkedResultsTitle','SearchShowUnlinkedResultsComment',NULL,NULL,1), |
|
|
|
|
('show_courses_descriptions_in_catalog', NULL, 'radio', 'Course', 'true', 'ShowCoursesDescriptionsInCatalogTitle', 'ShowCoursesDescriptionsInCatalogComment', NULL, NULL, 1), |
|
|
|
|
('allow_coach_to_edit_course_session',NULL,'radio','Session','true','AllowCoachsToEditInsideTrainingSessions','AllowCoachsToEditInsideTrainingSessionsComment',NULL,NULL, 0), |
|
|
|
|
('show_glossary_in_extra_tools', NULL, 'radio', 'Course', 'false', 'ShowGlossaryInExtraToolsTitle', 'ShowGlossaryInExtraToolsComment', NULL, NULL,1), |
|
|
|
|
('show_glossary_in_extra_tools', NULL, 'radio', 'Course', 'none', 'ShowGlossaryInExtraToolsTitle', 'ShowGlossaryInExtraToolsComment', NULL, NULL,1), |
|
|
|
|
('send_email_to_admin_when_create_course',NULL,'radio','Platform','false','SendEmailToAdminTitle','SendEmailToAdminComment',NULL,NULL, 1), |
|
|
|
|
('go_to_course_after_login',NULL,'radio','Course','false','GoToCourseAfterLoginTitle','GoToCourseAfterLoginComment',NULL,NULL, 0), |
|
|
|
|
('math_mimetex',NULL,'radio','Editor','false','MathMimetexTitle','MathMimetexComment',NULL,NULL, 0), |
|
|
|
|
@ -884,7 +884,7 @@ VALUES |
|
|
|
|
('tool_visible_by_default_at_creation','quiz','checkbox','Tools','true','ToolVisibleByDefaultAtCreationTitle','ToolVisibleByDefaultAtCreationComment',NULL,'Quiz', 1), |
|
|
|
|
('tool_visible_by_default_at_creation','gradebook','checkbox','Tools','true','ToolVisibleByDefaultAtCreationTitle','ToolVisibleByDefaultAtCreationComment',NULL,'Gradebook', 1), |
|
|
|
|
('prevent_session_admins_to_manage_all_users', NULL, 'radio', 'Session', 'false', 'PreventSessionAdminsToManageAllUsersTitle', 'PreventSessionAdminsToManageAllUsersComment', NULL, NULL, 1), |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.10.0.14','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.10.0.15','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
/*!40000 ALTER TABLE settings_current ENABLE KEYS */; |
|
|
|
|
|
|
|
|
|
@ -1063,8 +1063,10 @@ VALUES |
|
|
|
|
('show_courses_descriptions_in_catalog', 'false', 'No'), |
|
|
|
|
('allow_coach_to_edit_course_session','true','Yes'), |
|
|
|
|
('allow_coach_to_edit_course_session','false','No'), |
|
|
|
|
('show_glossary_in_extra_tools', 'true', 'Yes'), |
|
|
|
|
('show_glossary_in_extra_tools', 'false', 'No'), |
|
|
|
|
('show_glossary_in_extra_tools', 'none', 'None'), |
|
|
|
|
('show_glossary_in_extra_tools', 'exercise', 'Exercise'), |
|
|
|
|
('show_glossary_in_extra_tools', 'lp', 'Learning path'), |
|
|
|
|
('show_glossary_in_extra_tools', 'exercise_and_lp', 'ExerciseAndLearningPath'), |
|
|
|
|
('send_email_to_admin_when_create_course','true','Yes'), |
|
|
|
|
('send_email_to_admin_when_create_course','false','No'), |
|
|
|
|
('go_to_course_after_login','true','Yes'), |
|
|
|
|
|