Angel Fernando Quiroz Campos
9f2182ce12
Agenda: Fix event type for sessions with personal_calendar_show_sessions_occupation - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
df34ce247f
Agenda: Fix load reminders for session event - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
7f7f6ca492
Agenda: Improve reminder content - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
c3f9ec6274
Agenda: Fist platform admin send course event reminder - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
9cad056312
Agenda: Validate if event exists when send reminder - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
93e9260003
Agenda: Fix update reminders in course event - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
8de064be1d
Agenda: Validate attachment to update in course event - refs BT#19392
4 years ago
Alex Aragón
8e872b5035
fix flintci
4 years ago
Alex Aragón
1c68e7fb75
adding time increment for DateRangePicker
4 years ago
Angel Fernando Quiroz Campos
866ebedf98
LP: fix iframe spinner for Scorm content - refs BT#19389
4 years ago
Angel Fernando Quiroz Campos
34d45f6b3b
LP: Don't load frameReady resources for external content - refs BT#19446
4 years ago
Angel Fernando Quiroz Campos
0bad2d866b
Bump bootstrap-select to v1.13.17
4 years ago
Angel Fernando Quiroz Campos
4335046f5f
Merge branch 'preprodparkur' of github.com:chamilo/chamilo-lms into preprodparkur
4 years ago
Julio
63268e0f2d
Add numeric type field BT#16385
4 years ago
NicoDucou
dfc2a7be5e
Exercise: Fix class definition conflict only in parkur by importing part of commit a627bd47b2 -refs BT#19485
4 years ago
NicoDucou
df3b654274
Language: Minor partial translation update in ES FR EN -refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
18ca7305d6
Message: Update tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
866c76b9f2
Message: Improve form to add and filter by tags - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
66f96f82f9
Message: Allow filter by tags - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
07fbeece7f
Message: Allow set tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
5d75a745a2
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
e7c47b7948
Message: Allow set extra fields - refs BT#19396
4 years ago
Nicolas Ducoulombier
e496f6ea26
Merge pull request #4096 from AngelFQC/BT19389
...
Translate HTML works with CSS - refs BT#19389
4 years ago
Nicolas Ducoulombier
f1fa915f24
Merge pull request #4117 from AngelFQC/17865-preprodparkur
...
Add ticket_lp_quiz_info_add configuration setting - refs BT#17865 #3564
4 years ago
Angel Fernando Quiroz Campos
b37fe6b662
Add loading spinner when using frameReady - refs BT#19389
4 years ago
Yannick Warnier
2cb3285db4
Ticket: Fix configuration setting name - refs #3564
4 years ago
Yannick Warnier
b890851365
Security: Add filter to new code using GET variables - refs #3564
4 years ago
Angel Cubas
9368779786
Ticket: Add configuration setting $_configuration['ticket_lp_quiz_info_add'] to add extra data, learningpath_id and exercise id in tickets report - refs #3564
4 years ago
Angel Fernando Quiroz Campos
8b68ba8734
Calendar: Fix edit reminders already sent - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
56ae16f6bb
Minor: Format code - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
3e1dfc63b2
Calendar: Show reminders in calendar - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
56c46e34d3
Calendar: Allow edit reminders - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
04a158fc19
Minor: Format code - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
abcbdb363e
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
c022f7e162
Agenda: Add method to get invitees for personal event - refs BT#19392
4 years ago
Nicolas Ducoulombier
99feebc6c4
Merge pull request #4103 from christianbeeznest/ofaj-19400
...
Messages - Add option to remove message from reporting - refs BT#19400
4 years ago
Christian
24c480efc9
Messages - Add option to remove message from reporting - refs BT#19400
4 years ago
Angel Fernando Quiroz Campos
21da8d0b36
Calendar: Back to message viewer after event added - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
7bbde20019
Calendar: Fix invitation list when viewing event - refs BT#19393
4 years ago
Angel Fernando Quiroz Campos
cfafb5ede1
Minor: format code - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
60a4b28035
Datetime picker use time picker in 24 hour format - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
5fd4646a7b
Calendar: Allow add event as announcement in course only - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
3f350a5eb8
Minor - Calendar: Rename variable - refs BT#19390
4 years ago
NicoDucou
d74919a7d4
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
Nicolas Ducoulombier
8d4df918be
Merge pull request #4100 from christianbeeznest/ofaj-19397
...
Messages - Add validation of users field before sending message - refs BT#19397
4 years ago
Nicolas Ducoulombier
7f8a5b35c8
Merge pull request #4099 from christianbeeznest/ofaj-19395
...
Search diagnosis - Add filter of session status and order by start day - refs BT#19395
4 years ago
Christian
9e51e76fa1
Messages - Add validation of users field before sending message - refs BT#19397
4 years ago
Christian
9f556a7e5d
Search diagnosis: Fix order by start date only in load search - refs BT#19395
4 years ago
NicoDucou
1bdd7c086c
Calendar: Fix error when language variable GoToCourse have a value containing ' -refs BT#19393
4 years ago
Christian
8f56014e8d
Search diagnosis - Add filter of session status and order by start day - refs BT#19395
4 years ago