jmontoyaa
0b1264ab8d
Update from 1.11.x
7 years ago
jmontoyaa
78b2cab40c
Add version 2 DB changes
7 years ago
jmontoyaa
9e876293a0
Update php version
7 years ago
jmontoyaa
033256ec63
Fix installation.
7 years ago
Yannick Warnier
d5c9458284
Change version to 1.11.6 alpha
7 years ago
jmontoyaa
39bbae3c5d
Add "session_list_order" setting see BT#13750
...
- Requires to uncomment the "position" variable in:
Session.php entity
- Requires DB change.
7 years ago
Yannick Warnier
21fad15dd5
Add deletion of past entities to update procedure to avoid doctrine to suggest creation of those tables in 1.11 - refs #2214
7 years ago
jmontoyaa
aa7a864b8f
Fix setting "course_log_hide_columns" needs a "columns"
7 years ago
jmontoyaa
a8974e8061
Add configuration "exercise_category_report_user_extra_fields" BT#13789
...
- Option to add extra fields to the exercise_category_report.php page
7 years ago
jmontoyaa
1e4f1c570e
Block access to any user to "my progress" page see BT#13703
...
Setting added: "block_my_progress_page"
7 years ago
jmontoyaa
d155b854f4
Minor - format code.
7 years ago
Yannick Warnier
4970a87507
Minor - Add comment about Google Translate API key for text2speech feature - refs #1956
7 years ago
jmontoyaa
484ea7a2ef
Add configuration "hide_skill_levels" see BT#13768
...
- Hides levels options when assigning a skill
7 years ago
jmontoyaa
c60cbcdaa9
Add missing configuration value "translate_app_google_key" #1956
7 years ago
jmontoyaa
6bfbff799d
Send score in percentage in the exam result notification BT#13710
...
//$_configuration['send_notification_score_in_percentage'] = false;
7 years ago
Angel Fernando Quiroz Campos
63a59f578b
Add section for custom DB changes
7 years ago
Aquilino Blanco
077fb76cd9
Several syntax and security issues fixed.
7 years ago
Angel Fernando Quiroz Campos
7cacdb3d75
Removing migration and set the necessary changes to configuration file - refs BT#13479
7 years ago
Aquilino Blanco
0b30cc23f4
Changed Enable option from Cloud File Links tool to stop using database for it to storage.
7 years ago
Aquilino Blanco
cbd785478c
Added the cloud file links feature to be able to add links to cloud hostings as if they were documents.
7 years ago
Julio
cc02afc1f6
Add setting "allow_session_admin_read_careers" see BT#12861
...
- Setting allows session admins to get "read" access to careers.
- Rework careers.php to use Display::addFlash
7 years ago
Angel Fernando Quiroz Campos
f7b49d7f4f
Add conf setting to hide the session list in Reporting tool - refs BT#13722
7 years ago
Julio
c0ad1220d1
Change setting type "string" to "boolean"
7 years ago
jmontoyaa
95cbe85d0e
Set skill levels name, then later it will be parsed using get_lang BT#13586
7 years ago
jmontoyaa
df875dca3c
Add setting: show sender's email when receiving email notifications.
...
Setting:
$_configuration['show_user_email_in_notification'] = false;
BT#13672
7 years ago
Angel Fernando Quiroz Campos
b8faee19e9
Rename conf setting not_empty_session_student_list_for_multiple_subscription to session_multiple_subscription_students_list_avoid_emptying - refs BT#13597
8 years ago
Angel Fernando Quiroz Campos
f172fe76a7
Add conf setting disabled_edit_session_coaches_course_editing_course - refs BT#13607
8 years ago
Angel Fernando Quiroz Campos
0a6e4713aa
Add configuration setting to avoid empty session when subscribin multiple users - refs BT#13597
8 years ago
jmontoyaa
91c0f15734
Adding setting "allow_redirect_to_main_page_after_work_upload" BT#13567
...
Redirect to home work tool after uploading a student publication or
a adding a comment
8 years ago
jmontoyaa
755aa93118
Add setting "show_all_sessions_on_my_course_page" see BT#13590
...
Show all sessions (old, current and future) in the "my courses" page.
8 years ago
jmontoyaa
32ed97ad07
Add setting "disable_js_in_lp_view" see BT#13575
...
- Disables rendering of js scripts added by chamilo:
jquery, jquery-ui, mathajax, jquery.highlight.js, glossary/glossary.js.php
8 years ago
Julio
0f7eda7256
Add config value "agenda_on_hover_info" see BT#13559
...
- By default show comment and description when on hover an event in
the calendar (default behaviour in past).
8 years ago
jmontoyaa
acb161458f
Add redirection plugin #2176 BT#13461
...
- Add configuration "plugin_redirection_enabled"
- Redirect a specific user id to a URL after login successful.
- Requires composer update
8 years ago
jmontoyaa
8a889c9487
Hide email content forcing using to click in a link to visit the portal
...
New config "hide_email_content" see BT#13475
8 years ago
jmontoyaa
56caad88ec
Add error_logs
8 years ago
jmontoyaa
e933ecb6bd
Add error_logs
8 years ago
José Loguercio
9af6dd0bc6
Added User activation confirmation email - Refs BT#13479
8 years ago
jmontoyaa
9136d6143e
Add new option for setting "my_progress_courses" see BT#13439
8 years ago
jmontoyaa
9c72a712f7
Fix configuration "send_notification_when_user_added" BT#13430
8 years ago
jmontoyaa
41b1c1633f
Add config "send_notification_when_user_added" see BT#13430
...
Send message to admin depending the configuration when a new user
is created and email is sent to the user.
8 years ago
jmontoyaa
7dce46d968
Allow multiple anon users setting see BT#13324
...
//$_configuration['max_anonymous_users'] = 0;
8 years ago
jmontoyaa
5c8e19b85c
Add "allow_double_validation_in_registration" setting see BT#13389
8 years ago
jmontoyaa
5c57c02c6b
Add "default_glossary_view" setting see BT#13077
8 years ago
jmontoyaa
f5a06b94d3
Add setting "disable_delete_all_announcements"
...
See BT#13077
8 years ago
Julio
92aa87c22a
Allow agenda event CRUD for HRM users see BT#13388
...
setting: $_configuration['allow_agenda_edit_for_hrm'] = false;
8 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;
8 years ago
jmontoyaa
4b9479c30f
Add new setting "NumberOfGradeBookToValidateInDependence" BT#13319
...
The setting will check the number of gradebooks to validate depending
the "DependsOnGradebook" list.
8 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.
8 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,
]
];
8 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;
8 years ago