|
|
|
|
@ -862,7 +862,7 @@ VALUES |
|
|
|
|
('facebook_description', NULL, 'radio', 'Facebook', 'false', 'FacebookMainActivateTitle', 'FacebookMainActivateComment', NULL, NULL, 0), |
|
|
|
|
('gradebook_locking_enabled', NULL, 'radio', 'Gradebook', 'false', 'GradebookEnableLockingTitle', 'GradebookEnableLockingComment', NULL, NULL, 0), |
|
|
|
|
('gradebook_default_grade_model_id', NULL, 'select', 'Gradebook', '', 'GradebookDefaultGradeModelTitle', 'GradebookDefaultGradeModelComment', NULL, NULL, 1), |
|
|
|
|
('allow_session_admins_to_see_all_sessions', NULL, 'radio', 'Session', 'false', 'AllowSessionAdminsToSeeAllSessionsTitle', 'AllowSessionAdminsToSeeAllSessionsComment', NULL, NULL, 1), |
|
|
|
|
('allow_session_admins_to_manage_all_sessions', NULL, 'radio', 'Session', 'false', 'AllowSessionAdminsToSeeAllSessionsTitle', 'AllowSessionAdminsToSeeAllSessionsComment', NULL, NULL, 1), |
|
|
|
|
('allow_skills_tool', NULL, 'radio', 'Platform', 'false', 'AllowSkillsToolTitle', 'AllowSkillsToolComment', NULL, NULL, 1), |
|
|
|
|
('allow_public_certificates', NULL, 'radio', 'Course', 'false', 'AllowPublicCertificatesTitle', 'AllowPublicCertificatesComment', NULL, NULL, 1), |
|
|
|
|
('platform_unsubscribe_allowed', NULL, 'radio', 'Platform', 'false', 'PlatformUnsubscribeTitle', 'PlatformUnsubscribeComment', NULL, NULL, 1), |
|
|
|
|
@ -870,7 +870,7 @@ VALUES |
|
|
|
|
('enable_iframe_inclusion', NULL, 'radio', 'Editor', 'false', 'EnableIframeInclusionTitle', 'EnableIframeInclusionComment', NULL, NULL, 1), |
|
|
|
|
('show_hot_courses', NULL, 'radio', 'Platform', 'true', 'ShowHotCoursesTitle', 'ShowHotCoursesComment', NULL, NULL, 1), |
|
|
|
|
('enable_webcam_clip',NULL,'radio','Tools','false','EnableWebCamClipTitle','EnableWebCamClipComment',NULL,NULL, 0), |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.9.0.18190','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.9.0.18219','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
/*!40000 ALTER TABLE settings_current ENABLE KEYS */; |
|
|
|
|
|
|
|
|
|
@ -1198,8 +1198,8 @@ VALUES |
|
|
|
|
('gradebook_locking_enabled', 'false', 'No'), |
|
|
|
|
('gradebook_enable_grade_model', 'true', 'Yes'), |
|
|
|
|
('gradebook_enable_grade_model', 'false', 'No'), |
|
|
|
|
('allow_session_admins_to_see_all_sessions', 'true', 'Yes'), |
|
|
|
|
('allow_session_admins_to_see_all_sessions', 'false', 'No'), |
|
|
|
|
('allow_session_admins_to_manage_all_sessions', 'true', 'Yes'), |
|
|
|
|
('allow_session_admins_to_manage_all_sessions', 'false', 'No'), |
|
|
|
|
('allow_skills_tool', 'true', 'Yes'), |
|
|
|
|
('allow_skills_tool', 'false', 'No'), |
|
|
|
|
('allow_public_certificates', 'true', 'Yes'), |
|
|
|
|
|