Christian
171de8a89c
User - Add option to set default expiration date by roles - refs BT#19632
4 years ago
Christian
5759a3d5ad
Tracking - Hide the icon of percentage in "Average of tests in Learning Paths" - refs BT#19627
4 years ago
Christian
a6a004f759
User - Update user expiration in x days or months when login the first time -refs BT#19600
4 years ago
Christian
33e4fbbe88
User - Show the roles in creation/edition user (only for admins) from configuration - refs BT#19630
4 years ago
Christian
2e75b50d33
User - Add option to hide user status values from creation/edition - refs BT#19598
4 years ago
Angel Fernando Quiroz Campos
a4aa79b692
Agenda: Add agenda_reminders_sender_id conf settings - refs BT#19392
...
Sets the sender ID when using the cron main/cron/agenda_reminders.php to send reminders in course events.
4 years ago
Christian
f3be11b021
Minor - Add comment about option multiple languages for a course - refs BT#19559
4 years ago
Christian
8e0e6eb6a9
Course - Improve manage multiple languages for a course - BT#19559
4 years ago
Angel Fernando Quiroz Campos
c6f33fc5fb
Add enable_message_tags configuration setting - refs BT#19396
...
Allows add tag to filter messages in inbox. Requires add an tag type extrafield for messages.
```sql
INSERT INTO extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES (22, 10, 'tags', 'Etiquetas', '', 0, 1, 0, 1, 1, NOW());
```
4 years ago
Angel Fernando Quiroz Campos
ad71f6d787
Add agenda_reminders configuration setting - refs BT#19392
...
Enable reminders for agenda events. Requires database changes:
```sql
CREATE TABLE agenda_reminder (id BIGINT AUTO_INCREMENT NOT NULL, type VARCHAR(255) NOT NULL, event_id INT NOT NULL, date_interval VARCHAR(255) NOT NULL COMMENT '(DC2Type:dateinterval)', sent TINYINT(1) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
```
4 years ago
Yannick Warnier
6192a2defa
Admin: Add configuration setting 'quiz_discard_orphan_in_course_export' to avoid copying orphan questions on course copies/backups - refs BT#19212
4 years ago
Angel Fernando Quiroz Campos
709db803b8
Fix EventCollectiveTrait name - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
476c527204
Calendar: Fix indication to enable agenda_collective_invitations - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
5669fa9c69
Add agenda_collective_invitations conf setting - refs BT#19390
...
It allows to send invitations to friends for an agenda event. Requires DB changes:
4 years ago
Angel Fernando Quiroz Campos
fec6129173
Add personal_calendar_show_sessions_occupation conf setting - refs BT#19393
...
Display sessions ocuppations in personal agenda
4 years ago
Angel Fernando Quiroz Campos
02f1b9a1f8
Add badge_assignation_notification conf setting - refs BT#19402
...
Allows to send a notification when a user has achieved a skill
4 years ago
NicoDucou
c066fc8637
Tracking: Minor fix unnecessary white space at end of line generating error with PHP_cs_fixer -refs BT#19309
4 years ago
Christian
c202039c0d
Minor: Clean code, remarks in PR - refs BT#19049
4 years ago
Christian
490d31ce27
Lp: Add option to display max or average progress in reporting - refs BT#19309
4 years ago
Christian
76a7bcbc54
Lp: Implement partial surveys in lps and base survey in sessions - refs BT#19049
4 years ago
Juan Cortizas Ponte
92aa045eff
fix misspelling setting parameter name
4 years ago
Juan Cortizas Ponte
8a3639f349
change settings parameter name
4 years ago
Juan Cortizas Ponte
450791e813
add option to hide teachers name on courses about info page
4 years ago
Christian
70010ce5f0
Learnpath: Add option to show the max progress instead average - refs BT#19309
4 years ago
Angel Fernando Quiroz Campos
e7427e2e2f
Add quiz_keep_alive_ping_interval conf setting - refs BT#19345
...
Define how many seconds an AJAX request should be started to avoid loss of connection
4 years ago
juan-cortizas-ponte
3dab673026
fix configuration.php setting name to enable samesite none header option
4 years ago
Julio
b0c39f0186
SkillRelCourse: Add skill rel course + allow session_id null BT#13334
4 years ago
Christian
226664a418
Editor: Add responsive image setting true - refs BT#19292
4 years ago
juan-cortizas-ponte
91d488c846
add option to set samesite:None parameter on session cookie
4 years ago
Christian
a30b67ab8b
Exercise: Add extra feature in pending exercises - refs BT#19279
4 years ago
juan-cortizas-ponte
6a4dff3eba
remove previously added multiple_urls_cron_apply_to_all configuration parameter
4 years ago
Christian
0e85fb9e4a
Exercise: Add option to hide attempts table on start page - refs BT#19280
4 years ago
Julio
578de0e6f6
Admin: add config "extldap_config" that overwrites the auth.conf.php settings
...
BT#19295
4 years ago
Angel Fernando Quiroz Campos
fea6e3877b
Portfolio: Move query to enable categories with subcategories
4 years ago
NicoDucou
0d6921d613
Admin: Announcement: adding missing DB changes information in the configuration file -refs BT#19226 BT#12476
4 years ago
Yannick Warnier
b5a3d35a99
Portfolio: Avoid depending on language field in Entity if not properly enabled. Add documentation. Use api_get_language_interface() instead of global - refs BT#19052
4 years ago
juan-cortizas-ponte
e3f5c8e79c
fix configuration option description
4 years ago
juan-cortizas-ponte
ea84ece2d1
bbb plugin add option to close all meetings on cron cron_close_meeting.php process
4 years ago
Christian
210a4e20a5
Portfolio: Add subcategories, templates, new filters - refs BT#19052
4 years ago
Christian
8c44368bcd
Lp: Implement to use the best result of a quiz in lp - refs BT19079
4 years ago
Julio
7f0d58ac0d
Admin: Add configuration "editor_settings" see BT#19104
...
Allows to change the default ckeditor configuration settings.
4 years ago
Yannick Warnier
bce6cd497e
Minor: Update version number in main/install/version.php
4 years ago
Yannick Warnier
3a3cb8d474
Minor: Documentation update in configuration.dist.php
4 years ago
Christian
6557283dfa
Editor : Add option to activate plugin uploadimage in ckeditor - BT18997
4 years ago
Yannick Warnier
915d67909d
Exercise: Convert id usage for iid - refs #18452
4 years ago
Tony ID
4355c0d5ec
Course announcement: Validated script sql to get item property and set checkbox an extrafield
4 years ago
Yannick Warnier
dfae49f5dc
Security: Add filter for DB port in install scripts
4 years ago
Tony ID
ce40d2f46a
Course announcement: Fix query to add extrafields
4 years ago
Tony ID
0ffd5a34a0
Course announcement: Fix variable names and add script sql to create extrafields
4 years ago
Tony ID
7f57b8fa84
Announcements Form: Add extrafield date to send notification
4 years ago