Angel Fernando Quiroz Campos
b986a585c7
Message: Allow set extra fields - refs BT#19396
4 years ago
NicoDucou
208832b651
Session: set session redirection before course legal agreement verification -refs BT#19519
4 years ago
Juan Cortizas Ponte
140a94437e
update Readme file
4 years ago
Juan Cortizas Ponte
bf058fd622
add session_id to plugin_ims_lti_tool table creation query
4 years ago
Juan Cortizas Ponte
bb05b9ab14
fix indents
4 years ago
Juan Cortizas Ponte
ae7952743d
escape course titles names
4 years ago
Christian
0d8958245b
Reporting - Add extra field with filter option and send emails for selected users - refs BT#19503
4 years ago
Juan Cortizas Ponte
0b46912952
fix USERMANAGER::get_user_id_of_course_admin_or_session_admin does not filter per session
4 years ago
Nicolas Ducoulombier
7b2684cd7e
Merge pull request #4109 from AngelFQC/BT19392
...
Add agenda_reminders configuration setting - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
67df1a367f
Calendar: Fix edit reminders already sent - refs BT#19392
4 years ago
NicoDucou
d9828089da
SSO: fixing UrlManager class problem -refs BT#19346
4 years ago
Angel Fernando Quiroz Campos
76a91edbc5
Minor: Format code - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
f549c8a807
Calendar: Show reminders in calendar - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
231f5ce964
Calendar: Allow edit reminders - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
6d9a20e1ec
Minor: Format code - refs BT#19392
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
Angel Fernando Quiroz Campos
c52e1f1760
Agenda: Add method to get invitees for personal event - refs BT#19392
4 years ago
NicoDucou
b99df6d0bf
Calendar: Partial language update in FR, EN, ES -refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
985114e583
Agenda: Load session as events in JS calendar only - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
aa82a95923
Minor: Format code
4 years ago
NicoDucou
4ecabee926
Agenda: Social: Fix error in personal data page due to new option in agenda activated without the option -refs BT19356 BT#19393
4 years ago
Nicolas Ducoulombier
a8f08a721a
Merge pull request #4111 from christianbeeznest/ASF-19310
...
Reporting - Fix results by quiz attempts categories in lp - refs BT#19310
4 years ago
Christian
7f2e5acbb8
Reporting - Cosmetic changes - refs BT#19503
4 years ago
Christian
21840c6325
Reporting - Fix results by quiz attempts categories in lp - refs BT#19310
4 years ago
Nicolas Ducoulombier
6c4ff7edab
Merge pull request #4108 from christianbeeznest/ASF-19310
...
Reporting - Add score by quiz categories in lp test export - refs BT#19310
4 years ago
Christian
1dc4e3f588
Reporting - Add score by quiz categories in lp test export - refs BT#19310
4 years ago
Nicolas Ducoulombier
9a9c127544
Merge pull request #4102 from christianbeeznest/ofaj-19397-2
...
Messages - Add validation of users field before sending message - refs BT#19397
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
e4adbec599
LP: Fix delete c_tool for category as course tool - refs BT#19453
4 years ago
Nicolas Ducoulombier
e511868bd2
Merge pull request #4105 from christianbeeznest/CFS-19279
...
Exercices: Fix loading quizzes of course on first time - refs BT#19279
4 years ago
Christian
49cd80e7b2
Reporting - Add filters by extra field and send emails for user list in reporting - refs BT#19503
4 years ago
Christian
868b12e3a0
Exercices: Fix loading quizzes of course on first time - refs BT#19279
4 years ago
Christian
7dc2ab6fb8
Messages - Add validation of users field before sending message - refs BT#19397
4 years ago
Angel Fernando Quiroz Campos
84f53a6a95
Calendar: Back to message viewer after event added - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
0f93099074
Calendar: Fix invitation list when viewing event - refs BT#19393
4 years ago
Angel Fernando Quiroz Campos
7a7f2e725b
Minor: format code - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
b322bce289
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
4 years ago
Angel Fernando Quiroz Campos
e70340bd59
Datetime picker use time picker in 24 hour format - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
6820310191
Calendar: Allow add event as announcement in course only - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
a38dc74d14
Minor - Calendar: Rename variable - refs BT#19390
4 years ago
NicoDucou
c699f6e02b
Calendar: Fix error with recent version of PHP and Maria DB causing error with white space around column's names -refs BT#19501
4 years ago
NicoDucou
99b3391961
Calendar: Fix error when language variable GoToCourse have a value containing ' -refs BT#19393
4 years ago
Juan Cortizas Ponte
5a38450472
fix tool list to show session name and option do add tool to a session
4 years ago
Angel Fernando Quiroz Campos
2b8b4edf63
Fix query in calendar plan
4 years ago
Angel Fernando Quiroz Campos
e41c4ee9ab
Merge pull request #4097 from AngelFQC/BT19391
...
Calendar: Allow create event from message - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
1e75cda257
Calendar: Fix content from message with broken HTML - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
065bd2ad99
Remove unnecessary HTML code in message view - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
98999d17b7
Fix Message toolbar - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
4a4d933b2a
Calendar: Allow create event from message - refs BT#19391
4 years ago
NicoDucou
1c2a312474
Course : fix sort course to work for private course as well - refs BT#19431
4 years ago