jmontoyaa
5c57c02c6b
Add "default_glossary_view" setting see BT#13077
7 years ago
jmontoyaa
f5a06b94d3
Add setting "disable_delete_all_announcements"
...
See BT#13077
7 years ago
Julio
92aa87c22a
Allow agenda event CRUD for HRM users see BT#13388
...
setting: $_configuration['allow_agenda_edit_for_hrm'] = false;
7 years ago
Julio
54cfc37a14
Allow delete user and enable/disable user accounts for session admin
...
See BT#13369
Settings:
$_configuration['allow_delete_user_for_session_admin'] = false;
$_configuration['allow_disable_user_for_session_admin'] = false;
7 years ago
jmontoyaa
4b9479c30f
Add new setting "NumberOfGradeBookToValidateInDependence" BT#13319
...
The setting will check the number of gradebooks to validate depending
the "DependsOnGradebook" list.
7 years ago
jmontoyaa
0beecb10f4
Add setting "allow_public_course_with_no_terms_conditions" BT#13298
...
Allow public courses access with no terms and conditions validation.
7 years ago
jmontoyaa
b2d96d9cb0
Add "lp_subscription_settings" settings see BT#10882
...
By default "add users to lp" and "add users to lp category" are "on":
You can edit the default settings changing this variable:
$_configuration['lp_subscription_settings'] = [
'options' => [
'allow_add_users_to_lp' => true,
'allow_add_users_to_lp_category' => true,
]
];
7 years ago
jmontoyaa
e0de504c33
Hide base course announcements when entering a group see BT#13044
...
Setting added:
$_configuration['hide_base_course_announcements_in_group'] = false;
7 years ago
jmontoyaa
49e862008d
Add create table "scheduled_announcements"
7 years ago
Angel Fernando Quiroz Campos
971c73cc6a
Add configuration setting to hide edition options for surveys - refs BT#13203
7 years ago
jmontoyaa
37f723547c
Add setting "gradebook_badge_sidebar" see BT#13099
...
- Generate a sidebar menu to show badges.
7 years ago
Angel Fernando Quiroz Campos
69d16ada0f
Add configuration setting to hide the Survey Reporting button - refs BT#13203
7 years ago
Angel Fernando Quiroz Campos
333a822b5b
Add configuration setting to allow required survey questions - refs BT#13203
...
Requires DB change:
ALTER TABLE c_survey_question ADD is_required TINYINT(1) DEFAULT 0 NOT NULL;
Applies to yesno/multiplechoice question type
7 years ago
jmontoyaa
cc21232704
Fix wrong avatar, update user lang BT#13183
...
- Always update user language if setting "show_language_selector_in_menu"
is on
7 years ago
jmontoyaa
862cf0eb40
Add setting 'my_courses_show_courses_in_user_language_only' BT#13184
...
When using the my-courses list filter by category,
set this option to true to only show courses in the user's
configured language:
$_configuration['my_courses_show_courses_in_user_language_only']=true;
7 years ago
jmontoyaa
c09a64c90c
Add flag-icon-css + fix language switcher see BT#13183
7 years ago
jmontoyaa
992b401658
Add language switcher see BT#13183
7 years ago
jmontoyaa
ca8186bcba
Add setting 'hide_user_info_in_quiz_result' see BT#13185
...
Hide user information in the quiz result's page
$_configuration['hide_user_info_in_quiz_result'] = false;
7 years ago
jmontoyaa
4c08b6b3b5
Add 'config gradebook_dependency_mandatory_courses' see BT#13099
...
- Minor - rename function shows_all_information_an_category to
showAllCategoryInfo.
7 years ago
jmontoyaa
2764fbcafe
Additional gradebook dependencies BT#13099
...
Requires DB changes:
ALTER TABLE gradebook_category ADD COLUMN depends TEXT DEFAULT NULL;
ALTER TABLE gradebook_category ADD COLUMN minimum_to_validate INT DEFAULT NULL;
7 years ago
jmontoyaa
e8e716f35b
Add description for course category see BT#13155
...
Requires DB change:
- ALTER TABLE course_category ADD description LONGTEXT NULL;
- Turn on setting:
$_configuration['my_courses_list_as_category'] = true;
7 years ago
jmontoyaa
940cfc55ab
Add configuration "allow_private_skills" see BT#12902
...
- Skills can only visible for admins, teachers (related to a user via a course)
and HRM users (if related to a user).
- Add new function to handle permissions in the skill tool
- Use Skill::isAllow() to block pages.
7 years ago
jmontoyaa
a3140b9055
Minor - fix comments
7 years ago
Angel Fernando Quiroz Campos
216734f60c
Add my_courses_list_as_category configuration setting - refs BT#13101
7 years ago
Angel Fernando Quiroz Campos
7f5629af9e
Group configuration settings about user course list - refs BT#13101
7 years ago
Angel Fernando Quiroz Campos
bb4c138421
Add configuration setting ckeditor_startup_outline_blocks - refs BT#13086
7 years ago
jmontoyaa
29dbe08690
Fix c_student_publication.post_group_id update see BT#12609
7 years ago
jmontoyaa
b1e591cf48
Minor - format code.
7 years ago
Angel Fernando Quiroz Campos
c68767642f
Add system to require/accept user vinculation for HRM - refs BT#12955
7 years ago
jmontoyaa
de1b0abe21
Add script to fix c_student_publication.post_group_id see BT#12609
...
- c_student_publication.post_group_id changed from 1.9.x
by using c_group_info.iid instead of c_group_info.id
- Error appears only when upgrading using chash.
7 years ago
jmontoyaa
74775f871f
Add setting setting 'hide_free_question_score' see BT#12613
...
Hide score for free/annotation/oral questions
7 years ago
jmontoyaa
6d347e73f4
Add setting 'allow_notification_setting_per_exercise' see BT#13019
...
Allows to setup "email notifications" per exercise as a complement of
the course setting. If there's not an exercise notification setting,
then it will take the course setting.
Requires a DB change.
7 years ago
jmontoyaa
f57a957dce
Add error_log fix sql query to get fields with a valid session id.
7 years ago
jmontoyaa
7f6ac18f31
Fix remove c_student_publication query.
7 years ago
jmontoyaa
e59017c482
Minor - add error logs.
7 years ago
jmontoyaa
33debc5659
Add setting "score_grade_model" see BT#12898
...
Allow to convert a score into a text/color label
using a model if score is inside those values.
WIP: This change only affects exercises.
7 years ago
jmontoyaa
4d7b2bb17c
Minor - update text
8 years ago
jmontoyaa
36b43d3384
Add setting 'private_messages_about_user' see BT#12622
...
- Allow send messages between boss, teachers that have access to
main/mySpace/myStudents.php?student=x
- Messages are related of a user.
8 years ago
Angel Fernando Quiroz Campos
3327cd4912
Add allow_teacher_comment_audio configuration setting - refs BT#12615
8 years ago
jmontoyaa
34f1447213
Add setting 'hide_search_form_in_session_list'
...
Hide search form in session list
See BT#13027
8 years ago
Angel Fernando Quiroz Campos
87cebd1ed1
Group the configuration settings related to exercises - refs BT#12615
8 years ago
jmontoyaa
0e9b9d47c9
Add setting "ticket_project_user_roles" see BT#12632
...
Allow some user roles to have access to ticket projects.
8 years ago
jmontoyaa
a55b7b98d3
Add Setting "allow_quiz_show_previous_button_setting" see BT#13001
...
Requires DB change:
ALTER TABLE c_quiz ADD show_previous_button TINYINT(1) DEFAULT 1;
8 years ago
Angel Fernando Quiroz Campos
b9a44e777b
Add configuration setting for mandatory surveys - refs BT#12915
...
This requires a DB change:
INSERT INTO extra_field (extra_field_type, field_type, variable, display_text, visible_to_self, changeable, created_at) VALUES (12, 13, 'is_mandatory', 'IsMandatory', 1, 1, NOW());
8 years ago
Angel Fernando Quiroz Campos
edce565104
Minor - Add section in configuration file for surveys - refs BT#12915
8 years ago
Angel Fernando Quiroz Campos
b4d15446a8
Revert "Add is_mandatory extrafield for surveys - refs BT#12915"
...
This reverts commit 2e4767ea92
.
8 years ago
Yannick Warnier
7169f68b36
Fix issue breaking upgrade if c_student_publication items remain from a deleted session - refs BT#12479
8 years ago
Angel Fernando Quiroz Campos
2e4767ea92
Add is_mandatory extrafield for surveys - refs BT#12915
8 years ago
Angel Fernando Quiroz Campos
2159da4beb
Minor - Separate configuration settings
8 years ago
Angel Fernando Quiroz Campos
6fa1f2b5fe
Replace multiple configuration settings for agenda colors with array - refs BT#12892
8 years ago