NicoDucou
45dcb03497
Tracking: invert option to hide by default certificate of achievement icon
2 years ago
juancp-contidosdixitais
bb0ab206f0
Admin: Gradebook: Add configuration setting 'certificate_export_report_user_extra_fields' to add a CSV report on issued certificates - refs #4658
...
Author: Juan Cortizas Ponte <124381395+juancpbinario@users.noreply.github.com>
2 years ago
NicoDucou
28728faa32
Tracking: add option to hide certificate of achievement and clearer presentation of certificate generation page
2 years ago
Borja Sánchez
564f15c51b
Career: Add 'career_hierarchy_enable' extra field and allow to hierarchy careers - refs BT#20711
2 years ago
Christian
2eab5359a9
Upload: Add size limit to upload files for trainers - refs BT#20689
2 years ago
Angel Fernando Quiroz Campos
6f7b7448f2
Admin: Add session_admin_access_system_announcement conf setting - refs BT#20709
...
Display the Portal News link in the admin page to session admin users
2 years ago
Angel Fernando Quiroz Campos
1fdbec244a
Group: add usergroup_add_user_show_all_student_by_default conf setting - refs BT#20712
...
Show all users in selector as initial list when subscribing users to group
2 years ago
Angel Fernando Quiroz Campos
8d988947dc
Calendar: Set instructions to enable agenda_event_subscriptions - refs BT#20637
2 years ago
Christian
3612b7001c
Course: Improve filter to show courses in catalogue with extrafield - refs BT#20638
2 years ago
Angel Fernando Quiroz Campos
4682d74927
Calendar: Allow to subscribe/unsubscribe users to events - refs BT#20637
2 years ago
Angel Fernando Quiroz Campos
6c617c5798
Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637
...
It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class.
2 years ago
Christian
8288eee32d
Catalogue: Add option to hide the link to the course catalog in the menu when the catalog is public - refs BT#20652
2 years ago
Christian
8f745a2b2b
Course: Add filter to show courses by categories - refs BT#20638
2 years ago
Christian
be5bc900c9
Course: Add filter to show courses in catalogue with extrafield - refs BT#20638
3 years ago
Christian
ea42311b32
Learnpath: Add dates as item prerequisites - refs BT#20639
3 years ago
Yannick Warnier
fce29c7533
Admin: Add configuration setting 'multiple_url_hide_disabled_settings' to decide whether unchangeable settings in sub-urls are visible and disabled, or completely invisible to non-global-admins
3 years ago
Yannick Warnier
e76c0d3dee
Minor: Documentation: Update documentation about enable_sign_attendance_sheet setting
3 years ago
Christian
cdba8649b0
Session: Add relation to prefill session extra with user extra field - refs BT#20569
3 years ago
Angel Fernando Quiroz Campos
7945e72d20
Minor: Format code
3 years ago
Yannick Warnier
b0823cca77
Admin: Add configuration setting 'webservice_return_user_field' to enable returning a specific extra field instead of the username in webservices that implement it - refs BT#20478
3 years ago
Angel Fernando Quiroz Campos
354f083045
Gradebook: Add gradebook_display_extra_stats config setting - refs BT#20250
...
[1] = Ranking
[2] = Best Score
[3] = Average
Enable specific columns in gradebook table.
It deprecates the gradebook_enable_best_score config setting
3 years ago
Angel Fernando Quiroz Campos
90d9d4696c
Portfolio: Allow advanced selection of who can view the comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
84135b4045
Portfolio: Add portfolio_advanced_sharing config setting - refs BT#18201
...
Allow advanced selection of who can view the posts
3 years ago
TheTomcat14
19863bbab3
Replace platform logo with course logo
...
The update adds the possibility to upload a course logo with the same dimensions as the platform logo. The uploaded course logo can be applied to the header, email-template and pdf-export.
3 years ago
christianbeeznest
9635771a4c
Attendance: Fix entities and fields created through installation of 1.11.18 (and not update from 1.11.16) - refs #4558
...
Author: @christianbeeznest
3 years ago
Yannick Warnier
e814611c05
Internal: Update version to 1.11.18 stable
3 years ago
NicoDucou
4bf9b7bde1
Plagiarism: Compilatio: enable hash to be 40 or 32 caracters because Compilatio changed -refs BT#20488
3 years ago
Christian
4caa233d2c
Attendance: Add author of the comment - refs BT#20363
3 years ago
Angel Fernando Quiroz Campos
2efeb86885
Wiki: Add support for page categories - refs BT#20357
...
Author: @AngelFQC
3 years ago
Christian
74dd8b0734
Minor - Improve code styles - refs BT#20363
3 years ago
Juan Cortizas Ponte
ba9fe06600
Admin: Add configuration setting 'notifications_extended_footer_message' to add optional (extra) footer in emails
...
Author: @juan-cortizas-ponte
3 years ago
Yannick Warnier
197e1d7f60
Minor: Improve comments in new configuration settings - refs #4453
3 years ago
Christian
4254613dd6
Attendance - Improve comments adding table in database - refs BT#20363
3 years ago
Angel Fernando Quiroz Campos
06c4131f72
LP: Allow set lp_view_settings['add_extra_quit_to_home_icon'] in single LP - refs BT#20399
3 years ago
Christian
4bc09b1712
Attendance - Add option to set duration in calendar - refs BT#20363
3 years ago
Christian
8a0f8fdd3b
Attendance - Improve date management and adding comments - refs BT#20363
3 years ago
NicoDucou
325aca5dd9
Document: Fix naming of extra field in the configuration file for hiding download icon - refs BT#20418
3 years ago
Christian
3edb2bfe83
Document - Add extra fields list for documents - refs BT#20418
3 years ago
Christian
2a50f60422
Document - Add option to define if a document can be downloaded or not - refs BT#20418
3 years ago
Angel Fernando Quiroz Campos
29f3aff64e
Add option to setting to show additional button to course home - refs BT#20399
...
New option in setting added "add_extra_quit_to_home_icon":
$_configuration['lp_view_settings'] = [
'display' => [
//...
'add_extra_quit_to_home_icon' => false,
],
];
3 years ago
Angel Fernando Quiroz Campos
4562ee16d0
Add conf setting resource_sequence_show_dependency_in_course_intro - refs BT#20395
...
Allows to show the sequence graphic in the course intro
3 years ago
Borja Sánchez
c27974061c
Gradebook - Hide links for tasks in gradebook when the user is a student - refs GH#4427
...
Author: @BorjaSanchezBeezNest
3 years ago
Juan Cortizas Ponte
11a8191492
add remember password link to subscription to session email
3 years ago
Juan Cortizas Ponte
c6df2732cb
add username value on subscription to session confirmation email
3 years ago
Angel Fernando Quiroz Campos
2362f1c363
Tracking: Change behaviour for configuration setting hide_course_report_graph - refs BT#20297
...
Disable course report graphs
0 = Shown
1 = Hidden
2 = Click to show
3 years ago
Juan Cortizas Ponte
c3d8655993
Exercise: Add configuration setting 'quiz_question_delete_automatically_when_deleting_exercise' to enable true deletion of questions on quiz delete, to avoid orphan questions
...
Author: @juan-cortizas-ponte
3 years ago
NicoDucou
535d0cd58e
Wiki: option to allow low security filtering on wiki pages - refs BT#20230
3 years ago
Christian
8e8b6cf1f5
Users - Allow susbcriptions drh to session and courses, access to see other students reporting - refs BT#20249
3 years ago
Yannick Warnier
bb1fa6f5db
Install: Set chamilo website to https
3 years ago
Yannick Warnier
bcc69979eb
Install: Set version to 1.11.18 dev in version.php
3 years ago