|
@@ -309,7 +309,8 @@ VALUES
|
|
|
('cron_remind_course_finished_activate', NULL, 'radio', 'Crons', 'false', 'CronRemindCourseFinishedActivateTitle', 'CronRemindCourseFinishedActivateComment', NULL, NULL, 1),
|
|
|
('cron_remind_course_expiration_frequency', NULL, 'textfield', 'Crons', '2', 'CronRemindCourseExpirationFrequencyTitle', 'CronRemindCourseExpirationFrequencyComment', NULL, NULL, 1),
|
|
|
('cron_remind_course_expiration_activate', NULL, 'radio', 'Crons', 'false', 'CronRemindCourseExpirationActivateTitle', 'CronRemindCourseExpirationActivateComment', NULL, NULL, 1),
|
|
|
-('allow_coach_feedback_exercises',NULL,'radio','Session','true','AllowCoachFeedbackExercisesTitle','AllowCoachFeedbackExercisesComment',NULL,NULL, 0);
|
|
|
+('allow_coach_feedback_exercises',NULL,'radio','Session','true','AllowCoachFeedbackExercisesTitle','AllowCoachFeedbackExercisesComment',NULL,NULL, 0),
|
|
|
+('show_full_skill_name_on_skill_wheel', NULL, 'radio', 'Platform', 'false', 'ShowFullSkillNameOnSkillWheelTitle', 'ShowFullSkillNameOnSkillWheelComment', NULL, NULL, 1);
|
|
|
|
|
|
INSERT INTO settings_options (variable, value, display_text)
|
|
|
VALUES
|
|
@@ -631,7 +632,9 @@ VALUES
|
|
|
('cron_remind_course_expiration_activate', 'false', 'No'),
|
|
|
('cron_remind_course_expiration_activate', 'true', 'Yes'),
|
|
|
('allow_coach_feedback_exercises','true','Yes'),
|
|
|
-('allow_coach_feedback_exercises','false','No');
|
|
|
+('allow_coach_feedback_exercises','false','No'),
|
|
|
+('show_full_skill_name_on_skill_wheel', 'true', 'Yes'),
|
|
|
+('show_full_skill_name_on_skill_wheel', 'false', 'No');
|
|
|
|
|
|
INSERT INTO language (original_name, english_name, isocode, dokeos_folder, available) VALUES
|
|
|
('العربية','arabic','ar','arabic',0),
|
|
@@ -1803,4 +1806,4 @@ VALUES
|
|
|
('my_courses_view_by_session', 'true', 'Yes'),
|
|
|
('my_courses_view_by_session', 'false', 'No');
|
|
|
|
|
|
-UPDATE settings_current SET selected_value = '1.10.0.50' WHERE variable = 'chamilo_database_version';
|
|
|
+UPDATE settings_current SET selected_value = '1.10.0.51' WHERE variable = 'chamilo_database_version';
|